diff --git a/libraries/access-token-encryptor/.nvmrc b/libraries/access-token-encryptor/.nvmrc index 31102b28de..5ab50cd8e9 100644 --- a/libraries/access-token-encryptor/.nvmrc +++ b/libraries/access-token-encryptor/.nvmrc @@ -1 +1 @@ -14.18.1 +14.18.3 diff --git a/libraries/access-token-encryptor/buildscript.txt b/libraries/access-token-encryptor/buildscript.txt index f810166e41..71e1e21a6f 100644 --- a/libraries/access-token-encryptor/buildscript.txt +++ b/libraries/access-token-encryptor/buildscript.txt @@ -4,6 +4,6 @@ access-token-encryptor --env-add= --env-pass-through= --is-library=True ---node-version=14.18.1 +--node-version=14.18.3 --public-repo=False --script-version=4.0.0 diff --git a/libraries/logger/.nvmrc b/libraries/logger/.nvmrc index 31102b28de..5ab50cd8e9 100644 --- a/libraries/logger/.nvmrc +++ b/libraries/logger/.nvmrc @@ -1 +1 @@ -14.18.1 +14.18.3 diff --git a/libraries/logger/buildscript.txt b/libraries/logger/buildscript.txt index bba261613d..d6cf2fced8 100644 --- a/libraries/logger/buildscript.txt +++ b/libraries/logger/buildscript.txt @@ -4,6 +4,6 @@ logger --env-add= --env-pass-through= --is-library=True ---node-version=14.18.1 +--node-version=14.18.3 --public-repo=False --script-version=4.0.0 diff --git a/libraries/metrics/.nvmrc b/libraries/metrics/.nvmrc index 31102b28de..5ab50cd8e9 100644 --- a/libraries/metrics/.nvmrc +++ b/libraries/metrics/.nvmrc @@ -1 +1 @@ -14.18.1 +14.18.3 diff --git a/libraries/metrics/buildscript.txt b/libraries/metrics/buildscript.txt index 9b939d7390..3366da0ade 100644 --- a/libraries/metrics/buildscript.txt +++ b/libraries/metrics/buildscript.txt @@ -4,6 +4,6 @@ metrics --env-add= --env-pass-through= --is-library=True ---node-version=14.18.1 +--node-version=14.18.3 --public-repo=False --script-version=4.0.0 diff --git a/libraries/o-error/.nvmrc b/libraries/o-error/.nvmrc index 31102b28de..5ab50cd8e9 100644 --- a/libraries/o-error/.nvmrc +++ b/libraries/o-error/.nvmrc @@ -1 +1 @@ -14.18.1 +14.18.3 diff --git a/libraries/o-error/buildscript.txt b/libraries/o-error/buildscript.txt index 7a9fe1c48d..9d8e89da22 100644 --- a/libraries/o-error/buildscript.txt +++ b/libraries/o-error/buildscript.txt @@ -4,6 +4,6 @@ o-error --env-add= --env-pass-through= --is-library=True ---node-version=14.18.1 +--node-version=14.18.3 --public-repo=False --script-version=4.0.0 diff --git a/libraries/object-persistor/.nvmrc b/libraries/object-persistor/.nvmrc index 31102b28de..5ab50cd8e9 100644 --- a/libraries/object-persistor/.nvmrc +++ b/libraries/object-persistor/.nvmrc @@ -1 +1 @@ -14.18.1 +14.18.3 diff --git a/libraries/object-persistor/buildscript.txt b/libraries/object-persistor/buildscript.txt index bfe578e1aa..8cf8ae80e0 100644 --- a/libraries/object-persistor/buildscript.txt +++ b/libraries/object-persistor/buildscript.txt @@ -4,6 +4,6 @@ object-persistor --env-add= --env-pass-through= --is-library=True ---node-version=14.18.1 +--node-version=14.18.3 --public-repo=False --script-version=4.0.0 diff --git a/libraries/redis-wrapper/.nvmrc b/libraries/redis-wrapper/.nvmrc index 31102b28de..5ab50cd8e9 100644 --- a/libraries/redis-wrapper/.nvmrc +++ b/libraries/redis-wrapper/.nvmrc @@ -1 +1 @@ -14.18.1 +14.18.3 diff --git a/libraries/redis-wrapper/buildscript.txt b/libraries/redis-wrapper/buildscript.txt index 8b40bae25d..3ace9eeb49 100644 --- a/libraries/redis-wrapper/buildscript.txt +++ b/libraries/redis-wrapper/buildscript.txt @@ -4,6 +4,6 @@ redis-wrapper --env-add= --env-pass-through= --is-library=True ---node-version=14.18.1 +--node-version=14.18.3 --public-repo=False --script-version=4.0.0 diff --git a/libraries/settings/.nvmrc b/libraries/settings/.nvmrc index 31102b28de..5ab50cd8e9 100644 --- a/libraries/settings/.nvmrc +++ b/libraries/settings/.nvmrc @@ -1 +1 @@ -14.18.1 +14.18.3 diff --git a/libraries/settings/buildscript.txt b/libraries/settings/buildscript.txt index 9b3b8fee07..5fdea40fd9 100644 --- a/libraries/settings/buildscript.txt +++ b/libraries/settings/buildscript.txt @@ -4,6 +4,6 @@ settings --env-add= --env-pass-through= --is-library=True ---node-version=14.18.1 +--node-version=14.18.3 --public-repo=False --script-version=4.0.0 diff --git a/services/chat/.nvmrc b/services/chat/.nvmrc index 31102b28de..5ab50cd8e9 100644 --- a/services/chat/.nvmrc +++ b/services/chat/.nvmrc @@ -1 +1 @@ -14.18.1 +14.18.3 diff --git a/services/chat/Dockerfile b/services/chat/Dockerfile index c6d437c54a..67e3ba5b4a 100644 --- a/services/chat/Dockerfile +++ b/services/chat/Dockerfile @@ -2,7 +2,7 @@ # Instead run bin/update_build_scripts from # https://github.com/sharelatex/sharelatex-dev-environment -FROM node:14.18.1 as base +FROM node:14.18.3 as base WORKDIR /overleaf/services/chat diff --git a/services/chat/Makefile b/services/chat/Makefile index 3067c96fbe..f1797a8bfa 100644 --- a/services/chat/Makefile +++ b/services/chat/Makefile @@ -30,7 +30,7 @@ HERE=$(shell pwd) MONOREPO=$(shell cd ../../ && pwd) # Run the linting commands in the scope of the monorepo. # Eslint and prettier (plus some configs) are on the root. -RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.1 npm run --silent +RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.3 npm run --silent format: $(RUN_LINTING) format diff --git a/services/chat/buildscript.txt b/services/chat/buildscript.txt index ce7697790b..f1f9c88a6b 100644 --- a/services/chat/buildscript.txt +++ b/services/chat/buildscript.txt @@ -3,6 +3,6 @@ chat --docker-repos=gcr.io/overleaf-ops --env-add= --env-pass-through= ---node-version=14.18.1 +--node-version=14.18.3 --public-repo=False --script-version=4.0.0 diff --git a/services/chat/docker-compose.yml b/services/chat/docker-compose.yml index a311dffd51..1c75783ab5 100644 --- a/services/chat/docker-compose.yml +++ b/services/chat/docker-compose.yml @@ -6,7 +6,7 @@ version: "2.3" services: test_unit: - image: node:14.18.1 + image: node:14.18.3 volumes: - .:/overleaf/services/chat working_dir: /overleaf/services/chat @@ -18,7 +18,7 @@ services: user: node test_acceptance: - image: node:14.18.1 + image: node:14.18.3 volumes: - .:/overleaf/services/chat working_dir: /overleaf/services/chat diff --git a/services/clsi/.nvmrc b/services/clsi/.nvmrc index 31102b28de..5ab50cd8e9 100644 --- a/services/clsi/.nvmrc +++ b/services/clsi/.nvmrc @@ -1 +1 @@ -14.18.1 +14.18.3 diff --git a/services/clsi/Dockerfile b/services/clsi/Dockerfile index 0e112a9bc5..5f591a6029 100644 --- a/services/clsi/Dockerfile +++ b/services/clsi/Dockerfile @@ -2,7 +2,7 @@ # Instead run bin/update_build_scripts from # https://github.com/sharelatex/sharelatex-dev-environment -FROM node:14.18.1 as base +FROM node:14.18.3 as base WORKDIR /overleaf/services/clsi COPY services/clsi/install_deps.sh /overleaf/services/clsi/ diff --git a/services/clsi/Makefile b/services/clsi/Makefile index e6e85a6922..b03d5f2d98 100644 --- a/services/clsi/Makefile +++ b/services/clsi/Makefile @@ -30,7 +30,7 @@ HERE=$(shell pwd) MONOREPO=$(shell cd ../../ && pwd) # Run the linting commands in the scope of the monorepo. # Eslint and prettier (plus some configs) are on the root. -RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.1 npm run --silent +RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.3 npm run --silent format: $(RUN_LINTING) format diff --git a/services/clsi/buildscript.txt b/services/clsi/buildscript.txt index 975f772211..7848100e18 100644 --- a/services/clsi/buildscript.txt +++ b/services/clsi/buildscript.txt @@ -5,6 +5,6 @@ clsi --env-add=ENABLE_PDF_CACHING="true",PDF_CACHING_ENABLE_WORKER_POOL="true" --env-pass-through=TEXLIVE_IMAGE --has-custom-cloudbuild=True ---node-version=14.18.1 +--node-version=14.18.3 --public-repo=True --script-version=4.0.0 diff --git a/services/contacts/.nvmrc b/services/contacts/.nvmrc index 31102b28de..5ab50cd8e9 100644 --- a/services/contacts/.nvmrc +++ b/services/contacts/.nvmrc @@ -1 +1 @@ -14.18.1 +14.18.3 diff --git a/services/contacts/Dockerfile b/services/contacts/Dockerfile index db4c984a0c..31fce565e8 100644 --- a/services/contacts/Dockerfile +++ b/services/contacts/Dockerfile @@ -2,7 +2,7 @@ # Instead run bin/update_build_scripts from # https://github.com/sharelatex/sharelatex-dev-environment -FROM node:14.18.1 as base +FROM node:14.18.3 as base WORKDIR /overleaf/services/contacts diff --git a/services/contacts/Makefile b/services/contacts/Makefile index 92a117fad0..b211b35e4d 100644 --- a/services/contacts/Makefile +++ b/services/contacts/Makefile @@ -30,7 +30,7 @@ HERE=$(shell pwd) MONOREPO=$(shell cd ../../ && pwd) # Run the linting commands in the scope of the monorepo. # Eslint and prettier (plus some configs) are on the root. -RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.1 npm run --silent +RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.3 npm run --silent format: $(RUN_LINTING) format diff --git a/services/contacts/buildscript.txt b/services/contacts/buildscript.txt index 70d8f37cd3..0b9164a333 100644 --- a/services/contacts/buildscript.txt +++ b/services/contacts/buildscript.txt @@ -3,6 +3,6 @@ contacts --docker-repos=gcr.io/overleaf-ops --env-add= --env-pass-through= ---node-version=14.18.1 +--node-version=14.18.3 --public-repo=False --script-version=4.0.0 diff --git a/services/contacts/docker-compose.yml b/services/contacts/docker-compose.yml index 6a37a3488f..bd8c2d5d71 100644 --- a/services/contacts/docker-compose.yml +++ b/services/contacts/docker-compose.yml @@ -6,7 +6,7 @@ version: "2.3" services: test_unit: - image: node:14.18.1 + image: node:14.18.3 volumes: - .:/overleaf/services/contacts working_dir: /overleaf/services/contacts @@ -18,7 +18,7 @@ services: user: node test_acceptance: - image: node:14.18.1 + image: node:14.18.3 volumes: - .:/overleaf/services/contacts working_dir: /overleaf/services/contacts diff --git a/services/docstore/.nvmrc b/services/docstore/.nvmrc index 31102b28de..5ab50cd8e9 100644 --- a/services/docstore/.nvmrc +++ b/services/docstore/.nvmrc @@ -1 +1 @@ -14.18.1 +14.18.3 diff --git a/services/docstore/Dockerfile b/services/docstore/Dockerfile index 5293cc465b..503f657db2 100644 --- a/services/docstore/Dockerfile +++ b/services/docstore/Dockerfile @@ -2,7 +2,7 @@ # Instead run bin/update_build_scripts from # https://github.com/sharelatex/sharelatex-dev-environment -FROM node:14.18.1 as base +FROM node:14.18.3 as base WORKDIR /overleaf/services/docstore diff --git a/services/docstore/Makefile b/services/docstore/Makefile index 1fba7ae5ca..e7bdee2573 100644 --- a/services/docstore/Makefile +++ b/services/docstore/Makefile @@ -30,7 +30,7 @@ HERE=$(shell pwd) MONOREPO=$(shell cd ../../ && pwd) # Run the linting commands in the scope of the monorepo. # Eslint and prettier (plus some configs) are on the root. -RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.1 npm run --silent +RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.3 npm run --silent format: $(RUN_LINTING) format diff --git a/services/docstore/buildscript.txt b/services/docstore/buildscript.txt index 30b6a90151..271415e0fc 100644 --- a/services/docstore/buildscript.txt +++ b/services/docstore/buildscript.txt @@ -3,6 +3,6 @@ docstore --docker-repos=gcr.io/overleaf-ops --env-add= --env-pass-through= ---node-version=14.18.1 +--node-version=14.18.3 --public-repo=True --script-version=4.0.0 diff --git a/services/docstore/docker-compose.yml b/services/docstore/docker-compose.yml index ad45656462..6a553e1410 100644 --- a/services/docstore/docker-compose.yml +++ b/services/docstore/docker-compose.yml @@ -6,7 +6,7 @@ version: "2.3" services: test_unit: - image: node:14.18.1 + image: node:14.18.3 volumes: - .:/overleaf/services/docstore working_dir: /overleaf/services/docstore @@ -18,7 +18,7 @@ services: user: node test_acceptance: - image: node:14.18.1 + image: node:14.18.3 volumes: - .:/overleaf/services/docstore working_dir: /overleaf/services/docstore diff --git a/services/document-updater/.nvmrc b/services/document-updater/.nvmrc index 31102b28de..5ab50cd8e9 100644 --- a/services/document-updater/.nvmrc +++ b/services/document-updater/.nvmrc @@ -1 +1 @@ -14.18.1 +14.18.3 diff --git a/services/document-updater/Dockerfile b/services/document-updater/Dockerfile index 5ccd1bd140..8bc6eb92a5 100644 --- a/services/document-updater/Dockerfile +++ b/services/document-updater/Dockerfile @@ -2,7 +2,7 @@ # Instead run bin/update_build_scripts from # https://github.com/sharelatex/sharelatex-dev-environment -FROM node:14.18.1 as base +FROM node:14.18.3 as base WORKDIR /overleaf/services/document-updater diff --git a/services/document-updater/Makefile b/services/document-updater/Makefile index 8e5322e0af..34f86a674b 100644 --- a/services/document-updater/Makefile +++ b/services/document-updater/Makefile @@ -30,7 +30,7 @@ HERE=$(shell pwd) MONOREPO=$(shell cd ../../ && pwd) # Run the linting commands in the scope of the monorepo. # Eslint and prettier (plus some configs) are on the root. -RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.1 npm run --silent +RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.3 npm run --silent format: $(RUN_LINTING) format diff --git a/services/document-updater/buildscript.txt b/services/document-updater/buildscript.txt index be77d6afed..603810318e 100644 --- a/services/document-updater/buildscript.txt +++ b/services/document-updater/buildscript.txt @@ -3,6 +3,6 @@ document-updater --docker-repos=gcr.io/overleaf-ops --env-add= --env-pass-through= ---node-version=14.18.1 +--node-version=14.18.3 --public-repo=True --script-version=4.0.0 diff --git a/services/document-updater/docker-compose.yml b/services/document-updater/docker-compose.yml index 08a408e9a9..4658d6b08d 100644 --- a/services/document-updater/docker-compose.yml +++ b/services/document-updater/docker-compose.yml @@ -6,7 +6,7 @@ version: "2.3" services: test_unit: - image: node:14.18.1 + image: node:14.18.3 volumes: - .:/overleaf/services/document-updater working_dir: /overleaf/services/document-updater @@ -18,7 +18,7 @@ services: user: node test_acceptance: - image: node:14.18.1 + image: node:14.18.3 volumes: - .:/overleaf/services/document-updater working_dir: /overleaf/services/document-updater diff --git a/services/filestore/.nvmrc b/services/filestore/.nvmrc index 31102b28de..5ab50cd8e9 100644 --- a/services/filestore/.nvmrc +++ b/services/filestore/.nvmrc @@ -1 +1 @@ -14.18.1 +14.18.3 diff --git a/services/filestore/Dockerfile b/services/filestore/Dockerfile index 2907311aa4..da8f725422 100644 --- a/services/filestore/Dockerfile +++ b/services/filestore/Dockerfile @@ -2,7 +2,7 @@ # Instead run bin/update_build_scripts from # https://github.com/sharelatex/sharelatex-dev-environment -FROM node:14.18.1 as base +FROM node:14.18.3 as base WORKDIR /overleaf/services/filestore COPY services/filestore/install_deps.sh /overleaf/services/filestore/ diff --git a/services/filestore/Makefile b/services/filestore/Makefile index 8751a7f5ab..294e4f947d 100644 --- a/services/filestore/Makefile +++ b/services/filestore/Makefile @@ -30,7 +30,7 @@ HERE=$(shell pwd) MONOREPO=$(shell cd ../../ && pwd) # Run the linting commands in the scope of the monorepo. # Eslint and prettier (plus some configs) are on the root. -RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.1 npm run --silent +RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.3 npm run --silent format: $(RUN_LINTING) format diff --git a/services/filestore/buildscript.txt b/services/filestore/buildscript.txt index 7ac264e154..60d4663011 100644 --- a/services/filestore/buildscript.txt +++ b/services/filestore/buildscript.txt @@ -4,6 +4,6 @@ filestore --docker-repos=gcr.io/overleaf-ops --env-add=ENABLE_CONVERSIONS="true",USE_PROM_METRICS="true",AWS_S3_USER_FILES_BUCKET_NAME=fake_user_files,AWS_S3_TEMPLATE_FILES_BUCKET_NAME=fake_template_files,AWS_S3_PUBLIC_FILES_BUCKET_NAME=fake_public_files,GCS_USER_FILES_BUCKET_NAME=fake_userfiles,GCS_TEMPLATE_FILES_BUCKET_NAME=fake_templatefiles,GCS_PUBLIC_FILES_BUCKET_NAME=fake_publicfiles --env-pass-through= ---node-version=14.18.1 +--node-version=14.18.3 --public-repo=True --script-version=4.0.0 diff --git a/services/notifications/.nvmrc b/services/notifications/.nvmrc index 31102b28de..5ab50cd8e9 100644 --- a/services/notifications/.nvmrc +++ b/services/notifications/.nvmrc @@ -1 +1 @@ -14.18.1 +14.18.3 diff --git a/services/notifications/Dockerfile b/services/notifications/Dockerfile index 9d13cef05b..40521c51e5 100644 --- a/services/notifications/Dockerfile +++ b/services/notifications/Dockerfile @@ -2,7 +2,7 @@ # Instead run bin/update_build_scripts from # https://github.com/sharelatex/sharelatex-dev-environment -FROM node:14.18.1 as base +FROM node:14.18.3 as base WORKDIR /overleaf/services/notifications diff --git a/services/notifications/Makefile b/services/notifications/Makefile index 375d5f019e..aa588370af 100644 --- a/services/notifications/Makefile +++ b/services/notifications/Makefile @@ -30,7 +30,7 @@ HERE=$(shell pwd) MONOREPO=$(shell cd ../../ && pwd) # Run the linting commands in the scope of the monorepo. # Eslint and prettier (plus some configs) are on the root. -RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.1 npm run --silent +RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.3 npm run --silent format: $(RUN_LINTING) format diff --git a/services/notifications/buildscript.txt b/services/notifications/buildscript.txt index 861d695010..464f8af535 100644 --- a/services/notifications/buildscript.txt +++ b/services/notifications/buildscript.txt @@ -3,6 +3,6 @@ notifications --docker-repos=gcr.io/overleaf-ops --env-add= --env-pass-through= ---node-version=14.18.1 +--node-version=14.18.3 --public-repo=True --script-version=4.0.0 diff --git a/services/notifications/docker-compose.yml b/services/notifications/docker-compose.yml index fd48751c43..107a0d5af2 100644 --- a/services/notifications/docker-compose.yml +++ b/services/notifications/docker-compose.yml @@ -6,7 +6,7 @@ version: "2.3" services: test_unit: - image: node:14.18.1 + image: node:14.18.3 volumes: - .:/overleaf/services/notifications working_dir: /overleaf/services/notifications @@ -18,7 +18,7 @@ services: user: node test_acceptance: - image: node:14.18.1 + image: node:14.18.3 volumes: - .:/overleaf/services/notifications working_dir: /overleaf/services/notifications diff --git a/services/real-time/.nvmrc b/services/real-time/.nvmrc index 31102b28de..5ab50cd8e9 100644 --- a/services/real-time/.nvmrc +++ b/services/real-time/.nvmrc @@ -1 +1 @@ -14.18.1 +14.18.3 diff --git a/services/real-time/Dockerfile b/services/real-time/Dockerfile index 4cabbfbe79..0134ee7e8c 100644 --- a/services/real-time/Dockerfile +++ b/services/real-time/Dockerfile @@ -2,7 +2,7 @@ # Instead run bin/update_build_scripts from # https://github.com/sharelatex/sharelatex-dev-environment -FROM node:14.18.1 as base +FROM node:14.18.3 as base WORKDIR /overleaf/services/real-time diff --git a/services/real-time/Makefile b/services/real-time/Makefile index 2a392f80d7..161b4f67e1 100644 --- a/services/real-time/Makefile +++ b/services/real-time/Makefile @@ -30,7 +30,7 @@ HERE=$(shell pwd) MONOREPO=$(shell cd ../../ && pwd) # Run the linting commands in the scope of the monorepo. # Eslint and prettier (plus some configs) are on the root. -RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.1 npm run --silent +RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.3 npm run --silent format: $(RUN_LINTING) format diff --git a/services/real-time/buildscript.txt b/services/real-time/buildscript.txt index 37b30e4093..ecca5935a4 100644 --- a/services/real-time/buildscript.txt +++ b/services/real-time/buildscript.txt @@ -3,6 +3,6 @@ real-time --docker-repos=gcr.io/overleaf-ops --env-add= --env-pass-through= ---node-version=14.18.1 +--node-version=14.18.3 --public-repo=True --script-version=4.0.0 diff --git a/services/real-time/docker-compose.yml b/services/real-time/docker-compose.yml index 8e1cd780e1..b2a6baae06 100644 --- a/services/real-time/docker-compose.yml +++ b/services/real-time/docker-compose.yml @@ -6,7 +6,7 @@ version: "2.3" services: test_unit: - image: node:14.18.1 + image: node:14.18.3 volumes: - .:/overleaf/services/real-time working_dir: /overleaf/services/real-time @@ -18,7 +18,7 @@ services: user: node test_acceptance: - image: node:14.18.1 + image: node:14.18.3 volumes: - .:/overleaf/services/real-time working_dir: /overleaf/services/real-time diff --git a/services/spelling/.nvmrc b/services/spelling/.nvmrc index 31102b28de..5ab50cd8e9 100644 --- a/services/spelling/.nvmrc +++ b/services/spelling/.nvmrc @@ -1 +1 @@ -14.18.1 +14.18.3 diff --git a/services/spelling/Dockerfile b/services/spelling/Dockerfile index f2544d4c54..ec67e3246d 100644 --- a/services/spelling/Dockerfile +++ b/services/spelling/Dockerfile @@ -2,7 +2,7 @@ # Instead run bin/update_build_scripts from # https://github.com/sharelatex/sharelatex-dev-environment -FROM node:14.18.1 as base +FROM node:14.18.3 as base WORKDIR /overleaf/services/spelling COPY services/spelling/install_deps.sh /overleaf/services/spelling/ diff --git a/services/spelling/Makefile b/services/spelling/Makefile index e3c0c9457c..2476446a8f 100644 --- a/services/spelling/Makefile +++ b/services/spelling/Makefile @@ -30,7 +30,7 @@ HERE=$(shell pwd) MONOREPO=$(shell cd ../../ && pwd) # Run the linting commands in the scope of the monorepo. # Eslint and prettier (plus some configs) are on the root. -RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.1 npm run --silent +RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.3 npm run --silent format: $(RUN_LINTING) format diff --git a/services/spelling/buildscript.txt b/services/spelling/buildscript.txt index 1a076deeb1..8ad44b4186 100644 --- a/services/spelling/buildscript.txt +++ b/services/spelling/buildscript.txt @@ -4,6 +4,6 @@ spelling --docker-repos=gcr.io/overleaf-ops --env-add= --env-pass-through= ---node-version=14.18.1 +--node-version=14.18.3 --public-repo=False --script-version=4.0.0 diff --git a/services/track-changes/.nvmrc b/services/track-changes/.nvmrc index 31102b28de..5ab50cd8e9 100644 --- a/services/track-changes/.nvmrc +++ b/services/track-changes/.nvmrc @@ -1 +1 @@ -14.18.1 +14.18.3 diff --git a/services/track-changes/Dockerfile b/services/track-changes/Dockerfile index 788d172bf7..aaac937023 100644 --- a/services/track-changes/Dockerfile +++ b/services/track-changes/Dockerfile @@ -2,7 +2,7 @@ # Instead run bin/update_build_scripts from # https://github.com/sharelatex/sharelatex-dev-environment -FROM node:14.18.1 as base +FROM node:14.18.3 as base WORKDIR /overleaf/services/track-changes diff --git a/services/track-changes/Makefile b/services/track-changes/Makefile index 341c01fcea..b757568813 100644 --- a/services/track-changes/Makefile +++ b/services/track-changes/Makefile @@ -30,7 +30,7 @@ HERE=$(shell pwd) MONOREPO=$(shell cd ../../ && pwd) # Run the linting commands in the scope of the monorepo. # Eslint and prettier (plus some configs) are on the root. -RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.1 npm run --silent +RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.3 npm run --silent format: $(RUN_LINTING) format diff --git a/services/track-changes/buildscript.txt b/services/track-changes/buildscript.txt index 07a3868cf8..0df1667155 100644 --- a/services/track-changes/buildscript.txt +++ b/services/track-changes/buildscript.txt @@ -3,6 +3,6 @@ track-changes --docker-repos=gcr.io/overleaf-ops --env-add=AWS_BUCKET=bucket --env-pass-through= ---node-version=14.18.1 +--node-version=14.18.3 --public-repo=True --script-version=4.0.0 diff --git a/services/track-changes/docker-compose.yml b/services/track-changes/docker-compose.yml index e3188f021a..15d26ff328 100644 --- a/services/track-changes/docker-compose.yml +++ b/services/track-changes/docker-compose.yml @@ -6,7 +6,7 @@ version: "2.3" services: test_unit: - image: node:14.18.1 + image: node:14.18.3 volumes: - .:/overleaf/services/track-changes working_dir: /overleaf/services/track-changes @@ -18,7 +18,7 @@ services: user: node test_acceptance: - image: node:14.18.1 + image: node:14.18.3 volumes: - .:/overleaf/services/track-changes working_dir: /overleaf/services/track-changes diff --git a/services/web/Dockerfile b/services/web/Dockerfile index 8320224c96..48bee1aa20 100644 --- a/services/web/Dockerfile +++ b/services/web/Dockerfile @@ -1,6 +1,6 @@ # the base image is suitable for running web with /overleaf/services/web bind # mounted -FROM node:14.18.1 as base +FROM node:14.18.3 as base WORKDIR /overleaf/services/web diff --git a/services/web/Dockerfile.frontend b/services/web/Dockerfile.frontend index 825533d4c2..b11cd0773e 100644 --- a/services/web/Dockerfile.frontend +++ b/services/web/Dockerfile.frontend @@ -1,4 +1,4 @@ -FROM node:14.18.1 +FROM node:14.18.3 # Install Google Chrome RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - diff --git a/services/web/docker-compose.yml b/services/web/docker-compose.yml index 995f835ad1..70aad44e2a 100644 --- a/services/web/docker-compose.yml +++ b/services/web/docker-compose.yml @@ -22,7 +22,7 @@ services: user: node test_acceptance: - image: node:14.18.1 + image: node:14.18.3 volumes: - .:/overleaf/services/web working_dir: /overleaf/services/web diff --git a/services/web/scripts/translations/Dockerfile b/services/web/scripts/translations/Dockerfile index 8c4734410a..b1ad38d09d 100644 --- a/services/web/scripts/translations/Dockerfile +++ b/services/web/scripts/translations/Dockerfile @@ -1,4 +1,4 @@ -FROM node:14.18.1 +FROM node:14.18.3 WORKDIR /app/scripts/translations