diff options
author | 2023-02-17 11:46:10 -0500 | |
---|---|---|
committer | 2023-02-17 11:46:10 -0500 | |
commit | bb1801013708d9efdbbcebc53a564ac375bf4b26 (patch) | |
tree | 31a7fff5343b19d59d98381ac243abf87b06aa6e | |
parent | 54166393be16bc12956d34a78ace1b1c02d69419 (diff) | |
download | astro-bb1801013708d9efdbbcebc53a564ac375bf4b26.tar.gz astro-bb1801013708d9efdbbcebc53a564ac375bf4b26.tar.zst astro-bb1801013708d9efdbbcebc53a564ac375bf4b26.zip |
Pin undici (#6282)
-rw-r--r-- | .changeset/beige-chairs-compare.md | 5 | ||||
-rw-r--r-- | packages/webapi/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/.changeset/beige-chairs-compare.md b/.changeset/beige-chairs-compare.md new file mode 100644 index 000000000..64d216c01 --- /dev/null +++ b/.changeset/beige-chairs-compare.md @@ -0,0 +1,5 @@ +--- +'@astrojs/webapi': patch +--- + +Temporarily pin undici to fix Header regression diff --git a/packages/webapi/package.json b/packages/webapi/package.json index 8ccea4aa1..30071b0ff 100644 --- a/packages/webapi/package.json +++ b/packages/webapi/package.json @@ -50,7 +50,7 @@ "bugs": "https://github.com/withastro/astro/issues", "homepage": "https://github.com/withastro/astro/tree/main/packages/webapi#readme", "dependencies": { - "undici": "^5.14.0" + "undici": "5.18.0" }, "devDependencies": { "@rollup/plugin-alias": "^3.1.9", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ba938230e..1ddf823bf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3662,7 +3662,7 @@ importers: rollup: ^2.79.1 tslib: ^2.4.0 typescript: ~4.7.3 - undici: ^5.14.0 + undici: 5.18.0 urlpattern-polyfill: ^1.0.0-rc5 dependencies: undici: 5.18.0 |