From 327aca098c0eba6b5b65b0cf7051aa39bbdf72ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 08:05:03 +0000 Subject: [PATCH] chore(deps): bump undici from 8.0.0 to 8.3.0 Bumps [undici](https://github.com/nodejs/undici) from 8.0.0 to 8.3.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v8.0.0...v8.3.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 | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index f7aeca7..0216e7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@actions/tool-cache": "^4.0.0", "@renovatebot/pep440": "^4.2.2", "smol-toml": "^1.6.1", - "undici": "^8.0.0" + "undici": "^8.3.0" }, "devDependencies": { "@biomejs/biome": "^2.4.10", @@ -5364,10 +5364,9 @@ } }, "node_modules/undici": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-8.0.0.tgz", - "integrity": "sha512-RGabV5g1ggSX5mU4k+B8BLWgb418gDbg0wAVFeiU00iOxtw4ufGsE6GFsuSd2uqOKooWSLf71JGapOFYpE8f+A==", - "license": "MIT", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.3.0.tgz", + "integrity": "sha512-TkUDgb6tl7KOGZ+7e8E3d2FYgUQgF6z5YypqjWmixVQSQERFcVrVg0ySADm2LVLRh5ljAaHTCR5Fmz3Q34rB7Q==", "engines": { "node": ">=22.19.0" } @@ -9198,9 +9197,9 @@ "optional": true }, "undici": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-8.0.0.tgz", - "integrity": "sha512-RGabV5g1ggSX5mU4k+B8BLWgb418gDbg0wAVFeiU00iOxtw4ufGsE6GFsuSd2uqOKooWSLf71JGapOFYpE8f+A==" + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.3.0.tgz", + "integrity": "sha512-TkUDgb6tl7KOGZ+7e8E3d2FYgUQgF6z5YypqjWmixVQSQERFcVrVg0ySADm2LVLRh5ljAaHTCR5Fmz3Q34rB7Q==" }, "undici-types": { "version": "7.18.2", diff --git a/package.json b/package.json index 35f52e7..675a76f 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@actions/tool-cache": "^4.0.0", "@renovatebot/pep440": "^4.2.2", "smol-toml": "^1.6.1", - "undici": "^8.0.0" + "undici": "^8.3.0" }, "devDependencies": { "@biomejs/biome": "^2.4.10",