Skip to content

Commit c8425cd

Browse files
chore(deps): update node.js to v24
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b1d9127 commit c8425cd

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DEPENDENCIES
22
# fabric-shim needs node ^18.0.0
3-
FROM node:22.21.1-bullseye AS build
3+
FROM node:24.11.0-bullseye AS build
44

55
RUN --mount=type=cache,sharing=locked,target=/var/cache/apt \
66
export DEBIAN_FRONTEND=noninteractive \

npm-shrinkwrap.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build": "tsc"
1212
},
1313
"devDependencies": {
14-
"@types/node": "22.19.0",
14+
"@types/node": "24.10.0",
1515
"@typescript-eslint/eslint-plugin": "8.46.2",
1616
"@typescript-eslint/parser": "8.46.2",
1717
"eslint": "9.39.0",

0 commit comments

Comments
 (0)