Skip to content

Commit 3f3416b

Browse files
authored
fix: bump undici to latest (#1277)
* fix: bump undici * add changeset
1 parent e49bfba commit 3f3416b

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

.changeset/good-mugs-tease.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"wrangler": patch
3+
---
4+
5+
fix: bump undici to v5.5.1 (CVE patch)

package-lock.json

+17-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/wrangler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"timeago.js": "^4.0.2",
100100
"tmp-promise": "^3.0.3",
101101
"ts-dedent": "^2.2.0",
102-
"undici": "^5.3.0",
102+
"undici": "^5.5.1",
103103
"update-check": "^1.5.4",
104104
"ws": "^8.5.0",
105105
"yargs": "^17.4.1"

0 commit comments

Comments
 (0)