From 565cae167b3bc09605f7e498b700be335ca88739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 23:35:24 +0000 Subject: [PATCH] chore(deps): bump undici from 8.7.0 to 8.10.0 Bumps [undici](https://github.com/nodejs/undici) from 8.7.0 to 8.10.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v8.7.0...v8.10.0) --- updated-dependencies: - dependency-name: undici dependency-version: 8.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e4c74c4..9eab91d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "open": "11.0.0", "ora": "9.4.1", "tar": "7.5.19", - "undici": "8.7.0", + "undici": "8.10.0", "zod": "4.4.3" }, "bin": { @@ -8864,9 +8864,9 @@ } }, "node_modules/undici": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-8.7.0.tgz", - "integrity": "sha512-N7iQtfyLhIMOFgQubvmLV26svHpO0bqKnAiWotTQCVKCmWrcGbBotPuW1x+xwYZ2VHdSTVUfPQQnlEt1/LouTQ==", + "version": "8.10.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.10.0.tgz", + "integrity": "sha512-HvltHd7avK13QIw/oLe4qoOLyoVSoafqJ2jYOrtMRBkbYT31eiBQ8O0ehRKZiEZCMEyLFQNIADpgCWC5fALvYQ==", "license": "MIT", "engines": { "node": ">=22.19.0" diff --git a/package.json b/package.json index f14c3cb..341358f 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "open": "11.0.0", "ora": "9.4.1", "tar": "7.5.19", - "undici": "8.7.0", + "undici": "8.10.0", "zod": "4.4.3" }, "devDependencies": {