From fc1fce9b8c09224f4d24918b6c53adc0f1f53df6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 17:57:38 +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.7.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 c89927a..d05522c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "signet-protocol": "^1.1.0", "socks-proxy-agent": "^10.0.0", "spoken-token": "^2.0.3", - "undici": "^7.25.0", + "undici": "^8.7.0", "ws": "^8.20.0", "zod": "^4.3.6" }, @@ -2875,12 +2875,12 @@ } }, "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 f023d8b..04c8fd8 100644 --- a/package.json +++ b/package.json @@ -161,7 +161,7 @@ "signet-protocol": "^1.1.0", "socks-proxy-agent": "^10.0.0", "spoken-token": "^2.0.3", - "undici": "^7.25.0", + "undici": "^8.7.0", "ws": "^8.20.0", "zod": "^4.3.6" },