From cd91346a7667eb695c68d7e12c74293bcbe32104 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 10:53:17 +0000 Subject: [PATCH] chore(deps): bump undici from 8.3.0 to 8.7.0 Bumps [undici](https://github.com/nodejs/undici) from 8.3.0 to 8.7.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v8.3.0...v8.7.0) --- updated-dependencies: - dependency-name: undici dependency-version: 8.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ecbd6a..d8fe45c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@actions/tool-cache": "^4.0.0", "@renovatebot/pep440": "^5.0.0", "smol-toml": "^1.7.0", - "undici": "^8.3.0" + "undici": "^8.7.0" }, "devDependencies": { "@biomejs/biome": "^2.5.1", @@ -5436,10 +5436,9 @@ } }, "node_modules/undici": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-8.3.0.tgz", - "integrity": "sha512-TkUDgb6tl7KOGZ+7e8E3d2FYgUQgF6z5YypqjWmixVQSQERFcVrVg0ySADm2LVLRh5ljAaHTCR5Fmz3Q34rB7Q==", - "license": "MIT", + "version": "8.7.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.7.0.tgz", + "integrity": "sha512-N7iQtfyLhIMOFgQubvmLV26svHpO0bqKnAiWotTQCVKCmWrcGbBotPuW1x+xwYZ2VHdSTVUfPQQnlEt1/LouTQ==", "engines": { "node": ">=22.19.0" } @@ -9303,9 +9302,9 @@ "optional": true }, "undici": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-8.3.0.tgz", - "integrity": "sha512-TkUDgb6tl7KOGZ+7e8E3d2FYgUQgF6z5YypqjWmixVQSQERFcVrVg0ySADm2LVLRh5ljAaHTCR5Fmz3Q34rB7Q==" + "version": "8.7.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.7.0.tgz", + "integrity": "sha512-N7iQtfyLhIMOFgQubvmLV26svHpO0bqKnAiWotTQCVKCmWrcGbBotPuW1x+xwYZ2VHdSTVUfPQQnlEt1/LouTQ==" }, "undici-types": { "version": "8.3.0", diff --git a/package.json b/package.json index 90858bb..c089a69 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@actions/tool-cache": "^4.0.0", "@renovatebot/pep440": "^5.0.0", "smol-toml": "^1.7.0", - "undici": "^8.3.0" + "undici": "^8.7.0" }, "devDependencies": { "@biomejs/biome": "^2.5.1",