diff --git a/package-lock.json b/package-lock.json index ca403cb0f..be80e41fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@toruslabs/torus-scripts": "^5.3.1", "@types/chai": "^4.3.17", "@types/mocha": "^10.0.7", - "@types/node": "^20", + "@types/node": "^22", "chai": "^5.1.1", "cross-env": "^7.0.3", "dotenv": "^16.4.5", @@ -6633,12 +6633,11 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.14.15", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.15.tgz", - "integrity": "sha512-Fz1xDMCF/B00/tYSVMlmK7hVeLh7jE5f3B7X1/hmV0MJBwE27KlS7EvD/Yp+z1lm8mVhwV5w+n8jOZG8AfTlKw==", - "license": "MIT", + "version": "22.2.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.2.0.tgz", + "integrity": "sha512-bm6EG6/pCpkxDf/0gDNDdtDILMOHgaQBVOJGdwsqClnxA3xL6jtMv76rLBc006RVMWbmaf0xbmom4Z/5o2nRkQ==", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.13.0" } }, "node_modules/@types/normalize-package-data": { @@ -29663,10 +29662,9 @@ "license": "MIT" }, "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==", - "license": "MIT" + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.13.0.tgz", + "integrity": "sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==" }, "node_modules/unenv": { "version": "1.10.0", diff --git a/package.json b/package.json index 255e15c27..ec4b21d08 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@toruslabs/torus-scripts": "^5.3.1", "@types/chai": "^4.3.17", "@types/mocha": "^10.0.7", - "@types/node": "^20", + "@types/node": "^22", "chai": "^5.1.1", "cross-env": "^7.0.3", "dotenv": "^16.4.5",