Skip to content

Commit 3015c2d

Browse files
fix(platform-node): bump undici minimum to ^7.24.0 for CVE fixes (#1779)
Co-authored-by: Tim Smart <hello@timsmart.co>
1 parent f5e553d commit 3015c2d

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

.changeset/purple-bars-prove.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@effect/platform-node": patch
3+
---
4+
5+
bump undici versions

packages/platform-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"dependencies": {
6767
"@effect/platform-node-shared": "workspace:^",
6868
"mime": "^4.1.0",
69-
"undici": "^7.20.0"
69+
"undici": "^7.24.0"
7070
},
7171
"peerDependencies": {
7272
"effect": "workspace:^",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)