diff --git a/package-lock.json b/package-lock.json index 7715b201..9e5f5e75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12953,9 +12953,9 @@ } }, "node_modules/undici": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.2.1.tgz", - "integrity": "sha512-U2k0XHLJfaciARRxDcqTk2AZQsGXerHzdvfCZcy1hNhSf5KCAF4jIQQxL+apQviOekhRFPqED6Of5/+LcUSLzQ==", + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.2.2.tgz", + "integrity": "sha512-j/M0BQelSQHcq2Fhc1fUMszXtLx+RsZR5IkXx07knZMICLTzRzsW0tbTI9e9N40RftPUkFP8j4qOjKJa5aTCzw==", "dev": true, "engines": { "node": ">=20.18.1" @@ -13418,7 +13418,7 @@ "express": "^4.21.2", "node-fetch-1": "npm:node-fetch@^1.7.3", "node-fetch-2": "npm:node-fetch@^2.7.0", - "undici": "^7.2.1" + "undici": "^7.2.2" }, "engines": { "node": "18.x || 20.x || 22.x" diff --git a/packages/fetch-error-handler/package.json b/packages/fetch-error-handler/package.json index 37fc6eb4..93dc9daf 100644 --- a/packages/fetch-error-handler/package.json +++ b/packages/fetch-error-handler/package.json @@ -23,6 +23,6 @@ "express": "^4.21.2", "node-fetch-1": "npm:node-fetch@^1.7.3", "node-fetch-2": "npm:node-fetch@^2.7.0", - "undici": "^7.2.1" + "undici": "^7.2.2" } }