diff --git a/package-lock.json b/package-lock.json index f1fbbc11..47654366 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "@babel/eslint-parser": "^7.11.0", "@babel/node": "^7.23.9", "@babel/preset-typescript": "^7.23.3", - "@types/node": "^20.11.24", + "@types/node": "^22.0.0", "@types/react": "^18.2.61", "@typescript-eslint/eslint-plugin": "^7.1.0", "@typescript-eslint/parser": "^7.1.0", @@ -66,7 +66,7 @@ "url-loader": "^4.1.1" }, "engines": { - "node": "20.x", + "node": "22.x", "npm": "10.x" } }, @@ -3077,11 +3077,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.11.24", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.24.tgz", - "integrity": "sha512-Kza43ewS3xoLgCEpQrsT+xRo/EJej1y0kVYGiLFE1NEODXGzTfwiC6tXTLMQskn1X4/Rjlh0MQUvx9W+L9long==", + "version": "22.10.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.1.tgz", + "integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==", + "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.20.0" } }, "node_modules/@types/parse-json": { @@ -13242,9 +13243,10 @@ } }, "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==" + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", + "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", + "license": "MIT" }, "node_modules/universalify": { "version": "2.0.0", diff --git a/package.json b/package.json index f3913217..763f876d 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "private": true, "engines": { - "node": "20.x", + "node": "22.x", "npm": "10.x" }, "dependencies": { @@ -63,7 +63,7 @@ "@babel/eslint-parser": "^7.11.0", "@babel/node": "^7.23.9", "@babel/preset-typescript": "^7.23.3", - "@types/node": "^20.11.24", + "@types/node": "^22.0.0", "@types/react": "^18.2.61", "@typescript-eslint/eslint-plugin": "^7.1.0", "@typescript-eslint/parser": "^7.1.0",