diff --git a/package-lock.json b/package-lock.json index a02197d..390f534 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.8.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.8.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.8.0.tgz", + "integrity": "sha512-ubshXMXwF3MQIMF1y/WxZdNBnjEKeSg2wF5mcGUtU55YTw34tnVVpKRlLf7ruDXZ5344KokPVX4RBx1wJm64Bw==", "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..695f0c7 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.8.0", "zod": "^3.24.1" }, "devDependencies": {