diff --git a/package-lock.json b/package-lock.json index eeab2b9a..0ef92f99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "axios": "^1.13.2", "fs-extra": "^11.3.2", "lodash": "^4.17.21", - "undici": "^7.16.0", + "undici": "^7.18.2", "uuid": "^13.0.0", "which": "^5.0.0" }, @@ -4154,9 +4154,9 @@ } }, "node_modules/undici": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.16.0.tgz", - "integrity": "sha512-QEg3HPMll0o3t2ourKwOeUAZ159Kn9mx5pnzHRQO8+Wixmh88YdZRiIwat0iNzNNXn0yoEtXJqFpyW7eM8BV7g==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.18.2.tgz", + "integrity": "sha512-y+8YjDFzWdQlSE9N5nzKMT3g4a5UBX1HKowfdXh0uvAnTaqqwqB92Jt4UXBAeKekDs5IaDKyJFR4X1gYVCgXcw==", "license": "MIT", "engines": { "node": ">=20.18.1" diff --git a/package.json b/package.json index 1895bfa8..d9b75d26 100644 --- a/package.json +++ b/package.json @@ -686,7 +686,7 @@ "axios": "^1.13.2", "fs-extra": "^11.3.2", "lodash": "^4.17.21", - "undici": "^7.16.0", + "undici": "^7.18.2", "uuid": "^13.0.0", "which": "^5.0.0" },