diff --git a/ui/package-lock.json b/ui/package-lock.json index c9a4a2b0d..ca574c29b 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": "22.13.10", + "@types/node": "25.2.1", "@types/promise-retry": "1.1.6", "@types/qs": "6.14.0", "@types/react": "17.0.50", @@ -4740,13 +4740,13 @@ } }, "node_modules/@types/node": { - "version": "22.13.10", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.10.tgz", - "integrity": "sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==", + "version": "25.2.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.2.1.tgz", + "integrity": "sha512-CPrnr8voK8vC6eEtyRzvMpgp3VyVRhgclonE7qYi6P9sXwYb59ucfrnmFBTaP0yUi8Gk4yZg/LlTJULGxvTNsg==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.20.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/parse-json": { @@ -13846,9 +13846,9 @@ } }, "node_modules/undici-types": { - "version": "6.20.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", - "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "dev": true, "license": "MIT" }, diff --git a/ui/package.json b/ui/package.json index 9e481e539..ad4d0b724 100644 --- a/ui/package.json +++ b/ui/package.json @@ -61,7 +61,7 @@ "@types/lodash.merge": "4.6.9", "@types/lodash.throttle": "4.1.9", "@types/lodash.uniqueid": "4.0.9", - "@types/node": "22.13.10", + "@types/node": "25.2.1", "@types/promise-retry": "1.1.6", "@types/qs": "6.14.0", "@types/react": "17.0.50",