diff --git a/package-lock.json b/package-lock.json index e7839c4d..3fc6c3b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11917,9 +11917,9 @@ } }, "node_modules/undici": { - "version": "7.18.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.18.0.tgz", - "integrity": "sha512-CfPufgPFHCYu0W4h1NiKW9+tNJ39o3kWm7Cm29ET1enSJx+AERfz7A2wAr26aY0SZbYzZlTBQtcHy15o60VZfQ==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.18.2.tgz", + "integrity": "sha512-y+8YjDFzWdQlSE9N5nzKMT3g4a5UBX1HKowfdXh0uvAnTaqqwqB92Jt4UXBAeKekDs5IaDKyJFR4X1gYVCgXcw==", "dev": true, "license": "MIT", "engines": { @@ -12427,7 +12427,7 @@ "express": "^5.2.1", "node-fetch-1": "npm:node-fetch@^1.7.3", "node-fetch-2": "npm:node-fetch@^2.7.0", - "undici": "^7.18.0" + "undici": "^7.18.2" }, "engines": { "node": "20.x || 22.x || 24.x" diff --git a/packages/fetch-error-handler/package.json b/packages/fetch-error-handler/package.json index 15852410..5f42b8aa 100644 --- a/packages/fetch-error-handler/package.json +++ b/packages/fetch-error-handler/package.json @@ -23,6 +23,6 @@ "express": "^5.2.1", "node-fetch-1": "npm:node-fetch@^1.7.3", "node-fetch-2": "npm:node-fetch@^2.7.0", - "undici": "^7.18.0" + "undici": "^7.18.2" } }