diff --git a/ui/package-lock.json b/ui/package-lock.json index 82e774ac3..d6c6c6322 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -65,7 +65,7 @@ "@types/lodash.merge": "4.6.9", "@types/lodash.throttle": "4.1.9", "@types/lodash.uniqueid": "4.0.9", - "@types/node": "20.14.11", + "@types/node": "22.0.0", "@types/promise-retry": "1.1.6", "@types/qs": "6.9.15", "@types/react": "17.0.50", @@ -4438,12 +4438,12 @@ } }, "node_modules/@types/node": { - "version": "20.14.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.11.tgz", - "integrity": "sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==", + "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/@types/parse-json": { @@ -13213,11 +13213,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/unicode-canonical-property-names-ecmascript": { "version": "2.0.0", diff --git a/ui/package.json b/ui/package.json index 46b9d3544..8bd3053e1 100644 --- a/ui/package.json +++ b/ui/package.json @@ -60,7 +60,7 @@ "@types/lodash.merge": "4.6.9", "@types/lodash.throttle": "4.1.9", "@types/lodash.uniqueid": "4.0.9", - "@types/node": "20.14.11", + "@types/node": "22.0.0", "@types/promise-retry": "1.1.6", "@types/qs": "6.9.15", "@types/react": "17.0.50",