Skip to content

Commit ac57b55

Browse files
authored
Upgrade undici to v5.22.0 (#6929)
1 parent f219e18 commit ac57b55

6 files changed

Lines changed: 25 additions & 12 deletions

File tree

.changeset/polite-pears-kneel.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@astrojs/telemetry': patch
3+
'@astrojs/webapi': patch
4+
---
5+
6+
Upgrade undici to v5.22.0

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
"sass": "^1.52.2",
199199
"sharp": "^0.31.3",
200200
"srcset-parse": "^1.1.0",
201-
"undici": "^5.20.0",
201+
"undici": "^5.22.0",
202202
"unified": "^10.1.2"
203203
},
204204
"peerDependencies": {

packages/integrations/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"cheerio": "^1.0.0-rc.11",
4747
"mocha": "^9.2.2",
4848
"node-mocks-http": "^1.11.0",
49-
"undici": "^5.20.0"
49+
"undici": "^5.22.0"
5050
}
5151
}

packages/telemetry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dset": "^3.1.2",
3333
"is-docker": "^3.0.0",
3434
"is-wsl": "^2.2.0",
35-
"undici": "^5.20.0",
35+
"undici": "^5.22.0",
3636
"which-pm-runs": "^1.1.0"
3737
},
3838
"devDependencies": {

packages/webapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"bugs": "https://github.com/withastro/astro/issues",
5151
"homepage": "https://github.com/withastro/astro/tree/main/packages/webapi#readme",
5252
"dependencies": {
53-
"undici": "5.20.0"
53+
"undici": "^5.22.0"
5454
},
5555
"devDependencies": {
5656
"@rollup/plugin-alias": "^3.1.9",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)