From dc12dbeddf08fa5c0eea9f7bbbf6c8a3843af34b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 14:11:22 +0000 Subject: [PATCH] chore(deps): bump undici from 7.24.6 to 8.0.0 Bumps [undici](https://github.com/nodejs/undici) from 7.24.6 to 8.0.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.24.6...v8.0.0) --- updated-dependencies: - dependency-name: undici dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 98aa074..9edcffa 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 3fbbdce..a171c3b 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"