Skip to content

Commit 0e4b9b1

Browse files
authored
fix: pin undici to 5.20.0 (#9591)
1 parent f818dab commit 0e4b9b1

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

.changeset/breezy-ravens-think.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sveltejs/kit': patch
3+
---
4+
5+
fix: pin undici to 5.20.0

packages/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"set-cookie-parser": "^2.5.1",
2323
"sirv": "^2.0.2",
2424
"tiny-glob": "^0.2.9",
25-
"undici": "5.21.0"
25+
"undici": "5.20.0"
2626
},
2727
"devDependencies": {
2828
"@playwright/test": "^1.29.2",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"ignoreDeps": [
1313
"esbuild",
1414
"rollup",
15-
"typescript"
15+
"typescript",
16+
"undici"
1617
],
1718
"ignorePaths": [
1819
"**/create-svelte/shared/**",

0 commit comments

Comments
 (0)