diff --git a/package-lock.json b/package-lock.json index 14345f1..ea68dda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "dotenv": "^17.3.1", "hono": "^4.12.8", "prompts": "^2.4.2", - "undici": "^7.24.5", + "undici": "^8.0.0", "ws": "^8.19.0", "yaml": "^2.8.2", "zod": "^4.3.6" @@ -2572,12 +2572,12 @@ "license": "MIT" }, "node_modules/undici": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.6.tgz", - "integrity": "sha512-Xi4agocCbRzt0yYMZGMA6ApD7gvtUFaxm4ZmeacWI4cZxaF6C+8I8QfofC20NAePiB/IcvZmzkJ7XPa471AEtA==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.0.0.tgz", + "integrity": "sha512-RGabV5g1ggSX5mU4k+B8BLWgb418gDbg0wAVFeiU00iOxtw4ufGsE6GFsuSd2uqOKooWSLf71JGapOFYpE8f+A==", "license": "MIT", "engines": { - "node": ">=20.18.1" + "node": ">=22.19.0" } }, "node_modules/undici-types": { diff --git a/package.json b/package.json index bd504d4..6ca889c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dotenv": "^17.3.1", "hono": "^4.12.8", "prompts": "^2.4.2", - "undici": "^7.24.5", + "undici": "^8.0.0", "ws": "^8.19.0", "yaml": "^2.8.2", "zod": "^4.3.6"