From 707291e8f3dd659131fe3e8fbf042d21c41590bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 04:29:54 +0000 Subject: [PATCH] chore(deps): bump undici from 7.28.0 to 8.7.0 Bumps [undici](https://github.com/nodejs/undici) from 7.28.0 to 8.7.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.28.0...v8.7.0) --- updated-dependencies: - dependency-name: undici dependency-version: 8.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 +++++--- package.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 05b599d..5c68ce9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "qrcode-terminal": "^0.12.0", "socks-proxy-agent": "^10.1.0", "tar": "^7.5.15", - "undici": "^7.25.0", + "undici": "^8.7.0", "unpdf": "^1.6.2", "ws": "^8.21.0", "yaml": "^2.9.0", @@ -5857,10 +5857,12 @@ } }, "node_modules/undici": { - "version": "7.28.0", + "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 92dabb7..b71ef3a 100644 --- a/package.json +++ b/package.json @@ -222,7 +222,7 @@ "qrcode-terminal": "^0.12.0", "socks-proxy-agent": "^10.1.0", "tar": "^7.5.15", - "undici": "^7.25.0", + "undici": "^8.7.0", "unpdf": "^1.6.2", "ws": "^8.21.0", "@anthropic-ai/claude-code": "^2.1.0",