Skip to content

Commit 1653b9a

Browse files
build(deps): update node.js to v22
1 parent 3e4ac3a commit 1653b9a

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### INSTALLER STAGE ###
2-
FROM node:16.20.2-alpine AS installer
2+
FROM node:22.16.0-alpine AS installer
33

44
# Create app directory
55
WORKDIR /usr/src/installer
@@ -11,7 +11,7 @@ COPY package.json yarn.lock ./
1111
RUN yarn install --production=true
1212

1313
### BUILDER STAGE ###
14-
FROM node:16.20.2-alpine AS builder
14+
FROM node:22.16.0-alpine AS builder
1515

1616
# Create app directory
1717
WORKDIR /usr/src/builder
@@ -43,7 +43,7 @@ ENTRYPOINT ["yarn", "run", "start:prod"]
4343

4444

4545
### SERVER STAGE ###
46-
FROM node:16.20.2-alpine AS server
46+
FROM node:22.16.0-alpine AS server
4747

4848
LABEL maintainer 'Jonah Snider <[email protected]> (jonah.pw)'
4949

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@nestjs/testing": "8.4.7",
3535
"@types/express": "4.17.23",
3636
"@types/jest": "27.5.2",
37-
"@types/node": "14.18.63",
37+
"@types/node": "22.15.32",
3838
"@types/supertest": "2.0.16",
3939
"@typescript-eslint/eslint-plugin": "5.62.0",
4040
"@typescript-eslint/parser": "5.62.0",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2718,10 +2718,12 @@
27182718
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.19.tgz#5135176a8330b88ece4e9ab1fdcfc0a545b4bab4"
27192719
integrity sha512-4nhBPStMK04rruRVtVc6cDqhu7S9GZai0fpXgPXrFpcPX6Xul8xnrjSdGB4KPBVYG/R5+fXWdCM8qBoiULWGPQ==
27202720

2721-
2722-
version "14.18.63"
2723-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.63.tgz#1788fa8da838dbb5f9ea994b834278205db6ca2b"
2724-
integrity sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==
2721+
2722+
version "22.15.32"
2723+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.32.tgz#c301cc2275b535a5e54bb81d516b1d2e9afe06e5"
2724+
integrity sha512-3jigKqgSjsH6gYZv2nEsqdXfZqIFGAV36XYYjf9KGZ3PSG+IhLecqPnI310RvjutyMwifE2hhhNEklOUrvx/wA==
2725+
dependencies:
2726+
undici-types "~6.21.0"
27252727

27262728
"@types/parse-json@^4.0.0":
27272729
version "4.0.0"
@@ -9796,6 +9798,11 @@ unbox-primitive@^1.0.2:
97969798
has-symbols "^1.0.3"
97979799
which-boxed-primitive "^1.0.2"
97989800

9801+
undici-types@~6.21.0:
9802+
version "6.21.0"
9803+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
9804+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
9805+
97999806
unicode-canonical-property-names-ecmascript@^2.0.0:
98009807
version "2.0.0"
98019808
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"

0 commit comments

Comments
 (0)