Skip to content

Commit b87240c

Browse files
chore(deps): update node.js to v24
1 parent 55518d0 commit b87240c

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.devcontainer/base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Update the VARIANT arg in devcontainer.json to pick a Node.js version: 14, 12, 10
2-
ARG VARIANT=22
2+
ARG VARIANT=24
33
FROM node:${VARIANT}
44

55
# Options for setup scripts

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"graphql-jit": "0.8.7",
4040
"@types/express": "5.0.0",
4141
"@types/jest": "29.5.14",
42-
"@types/node": "22.13.10",
42+
"@types/node": "24.9.1",
4343
"@types/ramda": "0.30.2",
4444
"@typescript-eslint/eslint-plugin": "8.26.1",
4545
"@typescript-eslint/parser": "8.26.1",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"pagefind": "1.3.0",
3535
"@theguild/tailwind-config": "0.6.3",
36-
"@types/node": "22.13.10",
36+
"@types/node": "24.9.1",
3737
"@types/react": "19.0.11",
3838
"cross-env": "7.0.3",
3939
"postcss-import": "16.1.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5654,12 +5654,12 @@
56545654
dependencies:
56555655
"@types/unist" "*"
56565656

5657-
"@types/node@*", "@types/node@22.13.10", "@types/node@>=13.7.0":
5658-
version "22.13.10"
5659-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.10.tgz#df9ea358c5ed991266becc3109dc2dc9125d77e4"
5660-
integrity sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==
5657+
"@types/node@*", "@types/node@24.9.1", "@types/node@>=13.7.0":
5658+
version "24.9.1"
5659+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.1.tgz#b7360b3c789089e57e192695a855aa4f6981a53c"
5660+
integrity sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==
56615661
dependencies:
5662-
undici-types "~6.20.0"
5662+
undici-types "~7.16.0"
56635663

56645664
"@types/node@^10.1.0":
56655665
version "10.17.60"
@@ -15216,10 +15216,10 @@ ufo@^1.5.4:
1521615216
resolved "https://registry.yarnpkg.com/ufo/-/ufo-1.5.4.tgz#16d6949674ca0c9e0fbbae1fa20a71d7b1ded754"
1521715217
integrity sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==
1521815218

15219-
undici-types@~6.20.0:
15220-
version "6.20.0"
15221-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
15222-
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
15219+
undici-types@~7.16.0:
15220+
version "7.16.0"
15221+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
15222+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
1522315223

1522415224
undici@^6.19.5:
1522515225
version "6.21.2"

0 commit comments

Comments
 (0)