Skip to content

Commit 235f9ff

Browse files
committed
chore(deps): update node.js to v22
1 parent cf842af commit 235f9ff

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=20
2+
ARG VARIANT=22
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.4",
4040
"@types/express": "5.0.0",
4141
"@types/jest": "29.5.11",
42-
"@types/node": "20.10.3",
42+
"@types/node": "22.8.2",
4343
"@types/ramda": "0.29.9",
4444
"@typescript-eslint/eslint-plugin": "8.12.0",
4545
"@typescript-eslint/parser": "8.12.0",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@theguild/tailwind-config": "0.4.0",
33-
"@types/node": "20.10.3",
33+
"@types/node": "22.8.2",
3434
"@types/react": "18.2.42",
3535
"cross-env": "7.0.3",
3636
"typescript": "5.3.2"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4920,12 +4920,12 @@
49204920
dependencies:
49214921
"@types/unist" "^2"
49224922

4923-
"@types/node@*", "@types/node@20.10.3", "@types/node@>=13.7.0":
4924-
version "20.10.3"
4925-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.3.tgz#4900adcc7fc189d5af5bb41da8f543cea6962030"
4926-
integrity sha512-XJavIpZqiXID5Yxnxv3RUDKTN5b81ddNC3ecsA0SoFXz/QU8OGBwZGMomiq0zw+uuqbL/krztv/DINAQ/EV4gg==
4923+
"@types/node@*", "@types/node@22.8.2", "@types/node@>=13.7.0":
4924+
version "22.8.2"
4925+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.2.tgz#8e82bb8201c0caf751dcdc61b0a262d2002d438b"
4926+
integrity sha512-NzaRNFV+FZkvK/KLCsNdTvID0SThyrs5SHB6tsD/lajr22FGC73N2QeDPM2wHtVde8mgcXuSsHQkH5cX1pbPLw==
49274927
dependencies:
4928-
undici-types "~5.26.4"
4928+
undici-types "~6.19.8"
49294929

49304930
"@types/node@^10.1.0":
49314931
version "10.17.60"
@@ -15731,10 +15731,10 @@ unbox-primitive@^1.0.2:
1573115731
has-symbols "^1.0.3"
1573215732
which-boxed-primitive "^1.0.2"
1573315733

15734-
undici-types@~5.26.4:
15735-
version "5.26.5"
15736-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
15737-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
15734+
undici-types@~6.19.8:
15735+
version "6.19.8"
15736+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
15737+
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
1573815738

1573915739
undici@^6.19.5:
1574015740
version "6.20.1"

0 commit comments

Comments
 (0)