Skip to content

Commit efae7dc

Browse files
chore(deps): update node.js to v24
1 parent fe7dbf1 commit efae7dc

File tree

3 files changed

+8
-15
lines changed

3 files changed

+8
-15
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build frontend assets
2-
FROM node:22-alpine AS react_builder
2+
FROM node:24-alpine AS react_builder
33
WORKDIR /app
44
COPY . .
55
RUN corepack enable && yarn install --frozen-lockfile

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@testing-library/react": "^16.2.0",
4848
"@testing-library/user-event": "^14.6.1",
4949
"@types/jest": "^30.0.0",
50-
"@types/node": "^22.13.4",
50+
"@types/node": "^24.0.0",
5151
"@types/react": "^19.0.9",
5252
"@types/react-dom": "^19.0.3",
5353
"@vitejs/plugin-react": "^5.0.0",

yarn.lock

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4833,12 +4833,12 @@ __metadata:
48334833
languageName: node
48344834
linkType: hard
48354835

4836-
"@types/node@npm:^22.13.4":
4837-
version: 22.19.8
4838-
resolution: "@types/node@npm:22.19.8"
4836+
"@types/node@npm:^24.0.0":
4837+
version: 24.10.11
4838+
resolution: "@types/node@npm:24.10.11"
48394839
dependencies:
4840-
undici-types: "npm:~6.21.0"
4841-
checksum: 10c0/35c3c0916a983dd33ddd8710d868a2678192c2ff3c6677e1d348872b78b9911c929279579c78efac1c9e61958b3f61cc5d3e725aaa41462f16f531d381ff15e6
4840+
undici-types: "npm:~7.16.0"
4841+
checksum: 10c0/2578baa9443d62b0f13444b7965790912eca6d25c205e594cfa96689fa9bc6a676d2d4d7024a95a92e42e4be52133e5608ece2ef86edb12ee110c8b52f603a35
48424842
languageName: node
48434843
linkType: hard
48444844

@@ -15291,7 +15291,7 @@ __metadata:
1529115291
"@testing-library/react": "npm:^16.2.0"
1529215292
"@testing-library/user-event": "npm:^14.6.1"
1529315293
"@types/jest": "npm:^30.0.0"
15294-
"@types/node": "npm:^22.13.4"
15294+
"@types/node": "npm:^24.0.0"
1529515295
"@types/react": "npm:^19.0.9"
1529615296
"@types/react-dom": "npm:^19.0.3"
1529715297
"@vitejs/plugin-react": "npm:^5.0.0"
@@ -16291,13 +16291,6 @@ __metadata:
1629116291
languageName: node
1629216292
linkType: hard
1629316293

16294-
"undici-types@npm:~6.21.0":
16295-
version: 6.21.0
16296-
resolution: "undici-types@npm:6.21.0"
16297-
checksum: 10c0/c01ed51829b10aa72fc3ce64b747f8e74ae9b60eafa19a7b46ef624403508a54c526ffab06a14a26b3120d055e1104d7abe7c9017e83ced038ea5cf52f8d5e04
16298-
languageName: node
16299-
linkType: hard
16300-
1630116294
"undici-types@npm:~7.16.0":
1630216295
version: 7.16.0
1630316296
resolution: "undici-types@npm:7.16.0"

0 commit comments

Comments
 (0)