Bump undici and @astrojs/webapi

Bumps [undici](https://github.com/nodejs/undici) and [@astrojs/webapi](https://github.com/withastro/astro/tree/HEAD/packages/webapi). These dependencies needed to be updated together.

Updates `undici` from 5.18.0 to 5.20.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.18.0...v5.20.0)

Updates `@astrojs/webapi` from 2.0.1 to 2.1.0
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/webapi/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/webapi@2.1.0/packages/webapi)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
- dependency-name: "@astrojs/webapi"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-03-31 20:31:00 +00:00
committed by GitHub
parent a15b7cc491
commit 04ccee30fd

39
package-lock.json generated
View File

@@ -155,24 +155,12 @@
}
},
"node_modules/@astrojs/webapi": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@astrojs/webapi/-/webapi-2.0.1.tgz",
"integrity": "sha512-aOOHa86W5Ux77A3dS91YrVlSxtBSJsVK4UhvcXHY0gAl0ZrOStSKSBO45gZ6tFi2AiHu3bzpMtZjwrPHtl+cyg==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@astrojs/webapi/-/webapi-2.1.0.tgz",
"integrity": "sha512-sbF44s/uU33jAdefzKzXZaENPeXR0sR3ptLs+1xp9xf5zIBhedH2AfaFB5qTEv9q5udUVoKxubZGT3G1nWs6rA==",
"dev": true,
"dependencies": {
"undici": "5.18.0"
}
},
"node_modules/@astrojs/webapi/node_modules/undici": {
"version": "5.18.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.18.0.tgz",
"integrity": "sha512-1iVwbhonhFytNdg0P4PqyIAXbdlVZVebtPDvuM36m66mRw4OGrCm2MYynJv/UENFLdP13J1nPVQzVE2zTs1OeA==",
"dev": true,
"dependencies": {
"busboy": "^1.6.0"
},
"engines": {
"node": ">=12.18"
"undici": "5.20.0"
}
},
"node_modules/@babel/code-frame": {
@@ -5585,23 +5573,12 @@
}
},
"@astrojs/webapi": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@astrojs/webapi/-/webapi-2.0.1.tgz",
"integrity": "sha512-aOOHa86W5Ux77A3dS91YrVlSxtBSJsVK4UhvcXHY0gAl0ZrOStSKSBO45gZ6tFi2AiHu3bzpMtZjwrPHtl+cyg==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@astrojs/webapi/-/webapi-2.1.0.tgz",
"integrity": "sha512-sbF44s/uU33jAdefzKzXZaENPeXR0sR3ptLs+1xp9xf5zIBhedH2AfaFB5qTEv9q5udUVoKxubZGT3G1nWs6rA==",
"dev": true,
"requires": {
"undici": "5.18.0"
},
"dependencies": {
"undici": {
"version": "5.18.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.18.0.tgz",
"integrity": "sha512-1iVwbhonhFytNdg0P4PqyIAXbdlVZVebtPDvuM36m66mRw4OGrCm2MYynJv/UENFLdP13J1nPVQzVE2zTs1OeA==",
"dev": true,
"requires": {
"busboy": "^1.6.0"
}
}
"undici": "5.20.0"
}
},
"@babel/code-frame": {