12
0
Fork 0
mirror of https://github.com/astral-sh/setup-uv.git synced 2026-07-06 04:19:30 +00:00

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] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-06-03 08:05:03 +00:00 committed by GitHub
parent 7390f777b0
commit 327aca098c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 9 deletions

15
package-lock.json generated
View file

@ -17,7 +17,7 @@
"@actions/tool-cache": "^4.0.0", "@actions/tool-cache": "^4.0.0",
"@renovatebot/pep440": "^4.2.2", "@renovatebot/pep440": "^4.2.2",
"smol-toml": "^1.6.1", "smol-toml": "^1.6.1",
"undici": "^8.0.0" "undici": "^8.3.0"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "^2.4.10", "@biomejs/biome": "^2.4.10",
@ -5364,10 +5364,9 @@
} }
}, },
"node_modules/undici": { "node_modules/undici": {
"version": "8.0.0", "version": "8.3.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-8.0.0.tgz", "resolved": "https://registry.npmjs.org/undici/-/undici-8.3.0.tgz",
"integrity": "sha512-RGabV5g1ggSX5mU4k+B8BLWgb418gDbg0wAVFeiU00iOxtw4ufGsE6GFsuSd2uqOKooWSLf71JGapOFYpE8f+A==", "integrity": "sha512-TkUDgb6tl7KOGZ+7e8E3d2FYgUQgF6z5YypqjWmixVQSQERFcVrVg0ySADm2LVLRh5ljAaHTCR5Fmz3Q34rB7Q==",
"license": "MIT",
"engines": { "engines": {
"node": ">=22.19.0" "node": ">=22.19.0"
} }
@ -9198,9 +9197,9 @@
"optional": true "optional": true
}, },
"undici": { "undici": {
"version": "8.0.0", "version": "8.3.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-8.0.0.tgz", "resolved": "https://registry.npmjs.org/undici/-/undici-8.3.0.tgz",
"integrity": "sha512-RGabV5g1ggSX5mU4k+B8BLWgb418gDbg0wAVFeiU00iOxtw4ufGsE6GFsuSd2uqOKooWSLf71JGapOFYpE8f+A==" "integrity": "sha512-TkUDgb6tl7KOGZ+7e8E3d2FYgUQgF6z5YypqjWmixVQSQERFcVrVg0ySADm2LVLRh5ljAaHTCR5Fmz3Q34rB7Q=="
}, },
"undici-types": { "undici-types": {
"version": "7.18.2", "version": "7.18.2",

View file

@ -36,7 +36,7 @@
"@actions/tool-cache": "^4.0.0", "@actions/tool-cache": "^4.0.0",
"@renovatebot/pep440": "^4.2.2", "@renovatebot/pep440": "^4.2.2",
"smol-toml": "^1.6.1", "smol-toml": "^1.6.1",
"undici": "^8.0.0" "undici": "^8.3.0"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "^2.4.10", "@biomejs/biome": "^2.4.10",