Pin undici (#6282)
This commit is contained in:
parent
54166393be
commit
bb18010137
3 changed files with 7 additions and 2 deletions
5
.changeset/beige-chairs-compare.md
Normal file
5
.changeset/beige-chairs-compare.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@astrojs/webapi': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Temporarily pin undici to fix Header regression
|
|
@ -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",
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue