This commit is contained in:
dependabot[bot] 2025-05-12 11:11:55 +00:00 committed by GitHub
commit dcc2ea6398
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 8 deletions

15
package-lock.json generated
View file

@ -20,7 +20,7 @@
"@octokit/plugin-rest-endpoint-methods": "^14.0.0",
"@renovatebot/pep440": "^4.1.0",
"smol-toml": "^1.3.1",
"undici": "^7.5.0"
"undici": "^7.9.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
@ -4505,9 +4505,10 @@
}
},
"node_modules/undici": {
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-7.5.0.tgz",
"integrity": "sha512-NFQG741e8mJ0fLQk90xKxFdaSM7z4+IQpAgsFI36bCDY9Z2+aXXZjVy2uUksMouWfMI9+w5ejOq5zYYTBCQJDQ==",
"version": "7.9.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-7.9.0.tgz",
"integrity": "sha512-e696y354tf5cFZPXsF26Yg+5M63+5H3oE6Vtkh2oqbvsE2Oe7s2nIbcQh5lmG7Lp/eS29vJtTpw9+p6PX0qNSg==",
"license": "MIT",
"engines": {
"node": ">=20.18.1"
}
@ -8068,9 +8069,9 @@
"dev": true
},
"undici": {
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-7.5.0.tgz",
"integrity": "sha512-NFQG741e8mJ0fLQk90xKxFdaSM7z4+IQpAgsFI36bCDY9Z2+aXXZjVy2uUksMouWfMI9+w5ejOq5zYYTBCQJDQ=="
"version": "7.9.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-7.9.0.tgz",
"integrity": "sha512-e696y354tf5cFZPXsF26Yg+5M63+5H3oE6Vtkh2oqbvsE2Oe7s2nIbcQh5lmG7Lp/eS29vJtTpw9+p6PX0qNSg=="
},
"undici-types": {
"version": "6.21.0",

View file

@ -34,7 +34,7 @@
"@octokit/plugin-rest-endpoint-methods": "^14.0.0",
"@renovatebot/pep440": "^4.1.0",
"smol-toml": "^1.3.1",
"undici": "^7.5.0"
"undici": "^7.9.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",