diff --git a/package-lock.json b/package-lock.json index c36bb683bb5..0d2b2318d44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11348,11 +11348,11 @@ } }, "node_modules/@types/node": { - "version": "20.14.12", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.12.tgz", - "integrity": "sha512-r7wNXakLeSsGT0H1AU863vS2wa5wBOK4bWMjZz2wj+8nBx+m5PeIn0k8AloSLpRuiwdRQZwarZqHE4FNArPuJQ==", + "version": "22.0.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.0.0.tgz", + "integrity": "sha512-VT7KSYudcPOzP5Q0wfbowyNLaVR8QWUdw+088uFWwfvpY6uCWaXpqV6ieLAu9WBcnTa7H4Z5RLK8I5t2FuOcqw==", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.11.1" } }, "node_modules/@types/node-forge": { @@ -11364,6 +11364,11 @@ "@types/node": "*" } }, + "node_modules/@types/node/node_modules/undici-types": { + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.11.1.tgz", + "integrity": "sha512-mIDEX2ek50x0OlRgxryxsenE5XaQD4on5U2inY7RApK3SOJpofyw7uW2AyfMKkhAxXIceo2DeWGVGwyvng1GNQ==" + }, "node_modules/@types/normalize-package-data": { "version": "2.4.4", "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz", @@ -35003,7 +35008,8 @@ "node_modules/undici-types": { "version": "5.26.5", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dev": true }, "node_modules/unenv": { "version": "1.10.0", @@ -38342,7 +38348,7 @@ "@angular/cli": "17.3.8", "@angular/compiler-cli": "17.3.12", "@types/express": "^4.17.21", - "@types/node": "^20.14.12", + "@types/node": "^22.0.0", "cpr": "3.0.1", "ng-packagr": "17.3.0", "typescript": "^5.4.5" @@ -38355,7 +38361,7 @@ "react-dom": "18.3.1" }, "devDependencies": { - "@types/node": "^20.14.12", + "@types/node": "^22.0.0", "@types/react": "^18.3.1", "npm-run-all": "^4.1.5", "open-cli": "^8.0.0", @@ -38390,7 +38396,7 @@ "@mdx-js/react": "^3.0.1", "@next/mdx": "^14.2.5", "@types/dompurify": "3.0.5", - "@types/node": "20.14.12", + "@types/node": "22.0.0", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", "esbuild": "0.23.0", diff --git a/showcases/angular-ssr-showcase/package.json b/showcases/angular-ssr-showcase/package.json index 86df08a316c..c93356c607f 100644 --- a/showcases/angular-ssr-showcase/package.json +++ b/showcases/angular-ssr-showcase/package.json @@ -32,7 +32,7 @@ "@angular/cli": "17.3.8", "@angular/compiler-cli": "17.3.12", "@types/express": "^4.17.21", - "@types/node": "^20.14.12", + "@types/node": "^22.0.0", "cpr": "3.0.1", "ng-packagr": "17.3.0", "typescript": "^5.4.5" diff --git a/showcases/next-showcase/package.json b/showcases/next-showcase/package.json index 6cd67e8e48e..ca51fb021ff 100644 --- a/showcases/next-showcase/package.json +++ b/showcases/next-showcase/package.json @@ -17,7 +17,7 @@ "react-dom": "18.3.1" }, "devDependencies": { - "@types/node": "^20.14.12", + "@types/node": "^22.0.0", "@types/react": "^18.3.1", "npm-run-all": "^4.1.5", "open-cli": "^8.0.0", diff --git a/showcases/patternhub/package.json b/showcases/patternhub/package.json index da521d82ed1..768b9040223 100644 --- a/showcases/patternhub/package.json +++ b/showcases/patternhub/package.json @@ -35,7 +35,7 @@ "@mdx-js/react": "^3.0.1", "@next/mdx": "^14.2.5", "@types/dompurify": "3.0.5", - "@types/node": "20.14.12", + "@types/node": "22.0.0", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", "esbuild": "0.23.0",