diff --git a/package-lock.json b/package-lock.json index a02197d..ab4cff1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "fastify-plugin": "^5.1.0", "fastify-type-provider-zod": "^4.0.2", "ioredis": "^5.4.2", - "undici": "^7.3.0", + "undici": "^8.7.0", "zod": "^3.24.1" }, "devDependencies": { @@ -4820,12 +4820,12 @@ "license": "MIT" }, "node_modules/undici": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.28.0.tgz", - "integrity": "sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==", + "version": "8.7.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.7.0.tgz", + "integrity": "sha512-N7iQtfyLhIMOFgQubvmLV26svHpO0bqKnAiWotTQCVKCmWrcGbBotPuW1x+xwYZ2VHdSTVUfPQQnlEt1/LouTQ==", "license": "MIT", "engines": { - "node": ">=20.18.1" + "node": ">=22.19.0" } }, "node_modules/undici-types": { diff --git a/package.json b/package.json index 6a27f87..9fc0a71 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "fastify-plugin": "^5.1.0", "fastify-type-provider-zod": "^4.0.2", "ioredis": "^5.4.2", - "undici": "^7.3.0", + "undici": "^8.7.0", "zod": "^3.24.1" }, "devDependencies": {