Skip to content

Commit a6f8d76

Browse files
chore(deps): update node.js to v22.15.1
1 parent 4fc1c0f commit a6f8d76

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.14.0
1+
22.15.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /src
33
COPY ./*.sh ./
44
RUN shellcheck -e SC1091,SC1090 ./*.sh
55

6-
FROM node:22.14.0 AS restore
6+
FROM node:22.15.1 AS restore
77
WORKDIR /src
88
COPY package.json yarn.lock ./
99
RUN yarn --frozen-lockfile

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@jest/globals": "29.7.0",
3434
"@jest/types": "29.6.3",
3535
"@types/jest": "29.5.14",
36-
"@types/node": "22.14.1",
36+
"@types/node": "22.15.21",
3737
"@types/supertest": "6.0.3",
3838
"@typescript-eslint/eslint-plugin": "8.32.1",
3939
"@typescript-eslint/parser": "8.32.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)