Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Commit 2cbe076

Browse files
das7padCopybot
authored and
Copybot
committed
Merge pull request #4319 from overleaf/jpa-bulk-dependency-upgrades
[misc] bulk dependency upgrades GitOrigin-RevId: 2f9c568c7aba232cc1ef97ecd8fde929df2bc7a3
1 parent af992b8 commit 2cbe076

6 files changed

+9
-56
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.21.0
1+
12.22.3

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# the base image is suitable for running web with /app bind mounted
2-
FROM node:12.21.0 as base
2+
FROM node:12.22.3 as base
33

44
WORKDIR /app
55

Dockerfile.frontend

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:12.21.0
1+
FROM node:12.22.3
22

33
# Install Google Chrome
44
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
user: node
2020

2121
test_acceptance:
22-
image: node:12.21.0
22+
image: node:12.22.3
2323
volumes:
2424
- .:/app
2525
working_dir: /app

package-lock.json

+4-52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"bowser": "^2.11.0",
7777
"bufferedstream": "1.6.0",
7878
"bull": "^3.18.0",
79+
"bunyan": "^1.8.15",
7980
"celebrate": "^10.0.1",
8081
"classnames": "^2.2.6",
8182
"codemirror": "^5.33.0",

0 commit comments

Comments
 (0)