diff --git a/node/package-lock.json b/node/package-lock.json index 69eaae2..0e217fa 100644 --- a/node/package-lock.json +++ b/node/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@types/mocha": "^10.0.7", - "@types/node": "^20.14.12" + "@types/node": "^22.0.0" } }, "node_modules/@types/mocha": { @@ -24,12 +24,12 @@ "license": "MIT" }, "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==", "dev": true, "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.11.1" } }, "node_modules/ansi-colors": { @@ -788,11 +788,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==", - "dev": true, - "license": "MIT" + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.11.1.tgz", + "integrity": "sha512-mIDEX2ek50x0OlRgxryxsenE5XaQD4on5U2inY7RApK3SOJpofyw7uW2AyfMKkhAxXIceo2DeWGVGwyvng1GNQ==", + "dev": true }, "node_modules/workerpool": { "version": "6.5.1", diff --git a/node/package.json b/node/package.json index 259baa5..fbd0c27 100644 --- a/node/package.json +++ b/node/package.json @@ -15,6 +15,6 @@ }, "devDependencies": { "@types/mocha": "^10.0.7", - "@types/node": "^20.14.12" + "@types/node": "^22.0.0" } }