Skip to content

Commit a1be40f

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

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.11
4838-
resolution: "@types/node@npm:22.19.11"
4836+
"@types/node@npm:^24.0.0":
4837+
version: 24.10.13
4838+
resolution: "@types/node@npm:24.10.13"
48394839
dependencies:
4840-
undici-types: "npm:~6.21.0"
4841-
checksum: 10c0/4b274acf27ec31aa83b50ef22088f83c783e6bcd7dcb40b4834f64f44868b6bf68725214220f15a0c776928f7c0f7f26f03c05cd5868f0526340af3f4af4b58b
4840+
undici-types: "npm:~7.16.0"
4841+
checksum: 10c0/4ff0b9b060b5477c0fec5b11a176f294be588104ab546295db65b17a92ba0a6077b52ad92dd3c0d2154198c7f9d0021e6c1d42b00c9ac7ebfd85632afbcc48a4
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)