Pin undici (#6282)

This commit is contained in:
Matthew Phillips 2023-02-17 11:46:10 -05:00 committed by GitHub
parent 54166393be
commit bb18010137
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View file

@ -0,0 +1,5 @@
---
'@astrojs/webapi': patch
---
Temporarily pin undici to fix Header regression

View file

@ -50,7 +50,7 @@
"bugs": "https://github.com/withastro/astro/issues", "bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://github.com/withastro/astro/tree/main/packages/webapi#readme", "homepage": "https://github.com/withastro/astro/tree/main/packages/webapi#readme",
"dependencies": { "dependencies": {
"undici": "^5.14.0" "undici": "5.18.0"
}, },
"devDependencies": { "devDependencies": {
"@rollup/plugin-alias": "^3.1.9", "@rollup/plugin-alias": "^3.1.9",

View file

@ -3662,7 +3662,7 @@ importers:
rollup: ^2.79.1 rollup: ^2.79.1
tslib: ^2.4.0 tslib: ^2.4.0
typescript: ~4.7.3 typescript: ~4.7.3
undici: ^5.14.0 undici: 5.18.0
urlpattern-polyfill: ^1.0.0-rc5 urlpattern-polyfill: ^1.0.0-rc5
dependencies: dependencies:
undici: 5.18.0 undici: 5.18.0