diff --git a/package-lock.json b/package-lock.json index eeab2b9..a73377b 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.24.0", "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.24.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.0.tgz", + "integrity": "sha512-jxytwMHhsbdpBXxLAcuu0fzlQeXCNnWdDyRHpvWsUl8vd98UwYdl9YTyn8/HcpcJPC3pwUveefsa3zTxyD/ERg==", "license": "MIT", "engines": { "node": ">=20.18.1" diff --git a/package.json b/package.json index 1895bfa..a1422b3 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.24.0", "uuid": "^13.0.0", "which": "^5.0.0" },