Skip to content

Commit

Permalink
Update Node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 30, 2023
1 parent 0788924 commit c082028
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion reference-data/base.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 18-bullseye, 16-bullseye, 14-bullseye, 18-buster, 16-buster, 14-buster
ARG VARIANT=16-bullseye
ARG VARIANT=20-bullseye
FROM node:${VARIANT}

# [Option] Install zsh
Expand Down
2 changes: 1 addition & 1 deletion reference-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@nestjs/testing": "^10.2.10",
"@types/express": "^4.17.21",
"@types/jest": "29.5.11",
"@types/node": "20.10.4",
"@types/node": "20.10.6",
"@types/supertest": "^2.0.16",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
Expand Down
2 changes: 1 addition & 1 deletion trade-feed/base.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 18-bullseye, 16-bullseye, 14-bullseye, 18-buster, 16-buster, 14-buster
ARG VARIANT=16-bullseye
ARG VARIANT=20-bullseye
FROM node:${VARIANT}

# [Option] Install zsh
Expand Down
2 changes: 1 addition & 1 deletion web-front-end/angular/base.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 18-bullseye, 16-bullseye, 14-bullseye, 18-buster, 16-buster, 14-buster
ARG VARIANT=16-bullseye
ARG VARIANT=20-bullseye
FROM node:${VARIANT}

# [Option] Install zsh
Expand Down
2 changes: 1 addition & 1 deletion web-front-end/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@angular/language-service": "^15.1.2",
"@faker-js/faker": "^7.6.0",
"@types/jasmine": "^4.3.1",
"@types/node": "^14.14.0",
"@types/node": "^20.0.0",
"codelyzer": "^6.0.2",
"cross-env": "^7.0.3",
"jasmine-core": "~4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion web-front-end/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@salt-ds/icons": "^1.3.0",
"@salt-ds/lab": "^1.0.0-alpha.6",
"@salt-ds/theme": "^1.4.0",
"@types/node": "^16.18.25",
"@types/node": "^20.0.0",
"fs": "0.0.1-security",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down

0 comments on commit c082028

Please sign in to comment.