Bump undici from 7.10.0 to 7.13.0

Bumps [undici](https://github.com/nodejs/undici) from 7.10.0 to 7.13.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v7.10.0...v7.13.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 7.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-08-13 11:01:46 +00:00 committed by GitHub
parent d9e0f98d3f
commit 12ca3450d9
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

@ -20,7 +20,7 @@
"@octokit/plugin-rest-endpoint-methods": "^16.0.0", "@octokit/plugin-rest-endpoint-methods": "^16.0.0",
"@renovatebot/pep440": "^4.1.0", "@renovatebot/pep440": "^4.1.0",
"smol-toml": "^1.3.4", "smol-toml": "^1.3.4",
"undici": "^7.10.0" "undici": "^7.13.0"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "2.1.4", "@biomejs/biome": "2.1.4",
@ -5412,10 +5412,9 @@
} }
}, },
"node_modules/undici": { "node_modules/undici": {
"version": "7.10.0", "version": "7.13.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-7.10.0.tgz", "resolved": "https://registry.npmjs.org/undici/-/undici-7.13.0.tgz",
"integrity": "sha512-u5otvFBOBZvmdjWLVW+5DAc9Nkq8f24g0O9oY7qw2JVIF1VocIFoyz9JFkuVOS2j41AufeO0xnlweJ2RLT8nGw==", "integrity": "sha512-l+zSMssRqrzDcb3fjMkjjLGmuiiK2pMIcV++mJaAc9vhjSGpvM7h43QgP+OAMb1GImHmbPyG2tBXeuyG5iY4gA==",
"license": "MIT",
"engines": { "engines": {
"node": ">=20.18.1" "node": ">=20.18.1"
} }
@ -9525,9 +9524,9 @@
"optional": true "optional": true
}, },
"undici": { "undici": {
"version": "7.10.0", "version": "7.13.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-7.10.0.tgz", "resolved": "https://registry.npmjs.org/undici/-/undici-7.13.0.tgz",
"integrity": "sha512-u5otvFBOBZvmdjWLVW+5DAc9Nkq8f24g0O9oY7qw2JVIF1VocIFoyz9JFkuVOS2j41AufeO0xnlweJ2RLT8nGw==" "integrity": "sha512-l+zSMssRqrzDcb3fjMkjjLGmuiiK2pMIcV++mJaAc9vhjSGpvM7h43QgP+OAMb1GImHmbPyG2tBXeuyG5iY4gA=="
}, },
"undici-types": { "undici-types": {
"version": "7.8.0", "version": "7.8.0",

View file

@ -32,7 +32,7 @@
"@octokit/plugin-rest-endpoint-methods": "^16.0.0", "@octokit/plugin-rest-endpoint-methods": "^16.0.0",
"@renovatebot/pep440": "^4.1.0", "@renovatebot/pep440": "^4.1.0",
"smol-toml": "^1.3.4", "smol-toml": "^1.3.4",
"undici": "^7.10.0" "undici": "^7.13.0"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "2.1.4", "@biomejs/biome": "2.1.4",