Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
3036d69e1b chore(deps): bump undici from 7.24.2 to 8.0.0
Bumps [undici](https://github.com/nodejs/undici) from 7.24.2 to 8.0.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v7.24.2...v8.0.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>
2026-04-09 10:54:18 +00:00
2 changed files with 9 additions and 10 deletions

17
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.0", "smol-toml": "^1.6.0",
"undici": "^7.24.2" "undici": "^8.0.0"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "^2.4.7", "@biomejs/biome": "^2.4.7",
@@ -5364,12 +5364,11 @@
} }
}, },
"node_modules/undici": { "node_modules/undici": {
"version": "7.24.2", "version": "8.0.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-7.24.2.tgz", "resolved": "https://registry.npmjs.org/undici/-/undici-8.0.0.tgz",
"integrity": "sha512-P9J1HWYV/ajFr8uCqk5QixwiRKmB1wOamgS0e+o2Z4A44Ej2+thFVRLG/eA7qprx88XXhnV5Bl8LHXTURpzB3Q==", "integrity": "sha512-RGabV5g1ggSX5mU4k+B8BLWgb418gDbg0wAVFeiU00iOxtw4ufGsE6GFsuSd2uqOKooWSLf71JGapOFYpE8f+A==",
"license": "MIT",
"engines": { "engines": {
"node": ">=20.18.1" "node": ">=22.19.0"
} }
}, },
"node_modules/undici-types": { "node_modules/undici-types": {
@@ -9198,9 +9197,9 @@
"optional": true "optional": true
}, },
"undici": { "undici": {
"version": "7.24.2", "version": "8.0.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-7.24.2.tgz", "resolved": "https://registry.npmjs.org/undici/-/undici-8.0.0.tgz",
"integrity": "sha512-P9J1HWYV/ajFr8uCqk5QixwiRKmB1wOamgS0e+o2Z4A44Ej2+thFVRLG/eA7qprx88XXhnV5Bl8LHXTURpzB3Q==" "integrity": "sha512-RGabV5g1ggSX5mU4k+B8BLWgb418gDbg0wAVFeiU00iOxtw4ufGsE6GFsuSd2uqOKooWSLf71JGapOFYpE8f+A=="
}, },
"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.0", "smol-toml": "^1.6.0",
"undici": "^7.24.2" "undici": "^8.0.0"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "^2.4.7", "@biomejs/biome": "^2.4.7",