Skip to content

Commit a6f6a89

Browse files
chore(deps): update node.js to v20
1 parent 6815fbc commit a6f6a89

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16-alpine as builder
1+
FROM node:20-alpine as builder
22

33
WORKDIR /app
44
COPY ["./yarn.lock", "./package.json", "./decorate-angular-cli.js", "./"]
@@ -8,7 +8,7 @@ COPY . ./
88
RUN yarn ng run frontend:build:production && \
99
yarn ng run frontend:server:production
1010

11-
FROM node:16-alpine
11+
FROM node:20-alpine
1212
WORKDIR /app
1313
# RUN mkdir -p ./dist/frontend/ ./apps/frontend/dist/
1414
COPY --from=builder ["/app/dist/frontend/server/", "./dist/frontend/server/"]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"@types/jasmine": "3.9.1",
100100
"@types/jasminewd2": "2.0.10",
101101
"@types/jsdom": "16.2.5",
102-
"@types/node": "16.10.2",
102+
"@types/node": "20.12.10",
103103
"@typescript-eslint/eslint-plugin": "5.3.0",
104104
"@typescript-eslint/parser": "5.3.0",
105105
"autoprefixer": "10.3.7",

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2936,7 +2936,14 @@
29362936
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.12.4.tgz#e1cf817d70a1e118e81922c4ff6683ce9d422e26"
29372937
integrity sha512-zrNj1+yqYF4WskCMOHwN+w9iuD12+dGm0rQ35HLl9/Ouuq52cEtd0CH9qMgrdNmi5ejC1/V7vKEXYubB+65DkA==
29382938

2939-
"@types/node@16.10.2", "@types/node@>=10.0.0":
2939+
"@types/node@20.12.10":
2940+
version "20.12.10"
2941+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.10.tgz#8f0c3f12b0f075eee1fe20c1afb417e9765bef76"
2942+
integrity sha512-Eem5pH9pmWBHoGAT8Dr5fdc5rYA+4NAovdM4EktRPVAAiJhmWWfQrA0cFhAbOsQdSfIHjAud6YdkbL69+zSKjw==
2943+
dependencies:
2944+
undici-types "~5.26.4"
2945+
2946+
"@types/node@>=10.0.0":
29402947
version "16.10.2"
29412948
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.10.2.tgz#5764ca9aa94470adb4e1185fe2e9f19458992b2e"
29422949
integrity sha512-zCclL4/rx+W5SQTzFs9wyvvyCwoK9QtBpratqz2IYJ3O8Umrn0m3nsTv0wQBk9sRGpvUe9CwPDrQFB10f1FIjQ==
@@ -12141,6 +12148,11 @@ unbox-primitive@^1.0.1:
1214112148
has-symbols "^1.0.2"
1214212149
which-boxed-primitive "^1.0.2"
1214312150

12151+
undici-types@~5.26.4:
12152+
version "5.26.5"
12153+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
12154+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
12155+
1214412156
unicode-canonical-property-names-ecmascript@^1.0.4:
1214512157
version "1.0.4"
1214612158
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818"

0 commit comments

Comments
 (0)