Skip to content

Commit 3a21341

Browse files
net - chore: upgrade undici to 8.9.0 for CVE fixes (#1708)
Bump @cacheable/net's undici range from ^8.7.0 to ^8.9.0 and lock 8.10.0. This resolves CVE-2026-13697, CVE-2026-14643, CVE-2026-16728, CVE-2026-16729, and CVE-2026-15157 (8.7.0 => 8.9.0). undici remains type-only in @cacheable/net; fetch still uses Node's global fetch. Transitive undici copies from wrangler/miniflare/docula are unchanged. Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent 5855fb2 commit 3a21341

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

packages/net/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"cacheable": "workspace:^",
4545
"hookified": "^3.0.1",
4646
"http-cache-semantics": "^4.2.0",
47-
"undici": "^8.7.0"
47+
"undici": "^8.9.0"
4848
},
4949
"keywords": [
5050
"cacheable",

pnpm-lock.yaml

Lines changed: 8 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)