diff --git a/ui/package-lock.json b/ui/package-lock.json index 026c5993a..b6109017d 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -66,7 +66,7 @@ "@types/lodash.merge": "4.6.8", "@types/lodash.throttle": "4.1.8", "@types/lodash.uniqueid": "4.0.8", - "@types/node": "20.8.6", + "@types/node": "20.8.9", "@types/promise-retry": "1.1.5", "@types/qs": "6.9.9", "@types/react": "17.0.50", @@ -5410,12 +5410,12 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.8.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.6.tgz", - "integrity": "sha512-eWO4K2Ji70QzKUqRy6oyJWUeB7+g2cRagT3T/nxYibYcT4y2BDL8lqolRXjTHmkZCdJfIPaY73KbJAZmcryxTQ==", + "version": "20.8.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.9.tgz", + "integrity": "sha512-UzykFsT3FhHb1h7yD4CA4YhBHq545JC0YnEz41xkipN88eKQtL6rSgocL5tbAP6Ola9Izm/Aw4Ora8He4x0BHg==", "dev": true, "dependencies": { - "undici-types": "~5.25.1" + "undici-types": "~5.26.4" } }, "node_modules/@types/parse-json": { @@ -23749,9 +23749,9 @@ "dev": true }, "node_modules/undici-types": { - "version": "5.25.3", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.25.3.tgz", - "integrity": "sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==", + "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 }, "node_modules/unicode-canonical-property-names-ecmascript": { diff --git a/ui/package.json b/ui/package.json index bbe55117c..0b27b6189 100644 --- a/ui/package.json +++ b/ui/package.json @@ -61,7 +61,7 @@ "@types/lodash.merge": "4.6.8", "@types/lodash.throttle": "4.1.8", "@types/lodash.uniqueid": "4.0.8", - "@types/node": "20.8.6", + "@types/node": "20.8.9", "@types/promise-retry": "1.1.5", "@types/qs": "6.9.9", "@types/react": "17.0.50",