diff --git a/.devcontainer/base.Dockerfile b/.devcontainer/base.Dockerfile index 023e714fd2..7f0538d58f 100644 --- a/.devcontainer/base.Dockerfile +++ b/.devcontainer/base.Dockerfile @@ -1,5 +1,5 @@ # Update the VARIANT arg in devcontainer.json to pick a Node.js version: 14, 12, 10 -ARG VARIANT=20 +ARG VARIANT=22 FROM node:${VARIANT} # Options for setup scripts diff --git a/package.json b/package.json index c774b05a38..ce8e27ba18 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "graphql-jit": "0.8.4", "@types/express": "5.0.0", "@types/jest": "29.5.11", - "@types/node": "20.10.3", + "@types/node": "22.8.2", "@types/ramda": "0.29.9", "@typescript-eslint/eslint-plugin": "8.12.0", "@typescript-eslint/parser": "8.12.0", diff --git a/website/package.json b/website/package.json index 308b322394..e17d32b90e 100644 --- a/website/package.json +++ b/website/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "@theguild/tailwind-config": "0.4.0", - "@types/node": "20.10.3", + "@types/node": "22.8.2", "@types/react": "18.2.42", "cross-env": "7.0.3", "typescript": "5.3.2" diff --git a/yarn.lock b/yarn.lock index 757356a657..9e051848a4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4920,12 +4920,12 @@ dependencies: "@types/unist" "^2" -"@types/node@*", "@types/node@20.10.3", "@types/node@>=13.7.0": - version "20.10.3" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.3.tgz#4900adcc7fc189d5af5bb41da8f543cea6962030" - integrity sha512-XJavIpZqiXID5Yxnxv3RUDKTN5b81ddNC3ecsA0SoFXz/QU8OGBwZGMomiq0zw+uuqbL/krztv/DINAQ/EV4gg== +"@types/node@*", "@types/node@22.8.2", "@types/node@>=13.7.0": + version "22.8.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.2.tgz#8e82bb8201c0caf751dcdc61b0a262d2002d438b" + integrity sha512-NzaRNFV+FZkvK/KLCsNdTvID0SThyrs5SHB6tsD/lajr22FGC73N2QeDPM2wHtVde8mgcXuSsHQkH5cX1pbPLw== dependencies: - undici-types "~5.26.4" + undici-types "~6.19.8" "@types/node@^10.1.0": version "10.17.60" @@ -15731,10 +15731,10 @@ unbox-primitive@^1.0.2: has-symbols "^1.0.3" which-boxed-primitive "^1.0.2" -undici-types@~5.26.4: - version "5.26.5" - resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" - integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== +undici-types@~6.19.8: + version "6.19.8" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02" + integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw== undici@^6.19.5: version "6.20.1"