net - chore: upgrade undici to 8.9.0 for CVE fixes - #1708
Merged
Conversation
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: Jared Wray <me@jaredwray.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
jaredwray
marked this pull request as ready for review
August 26, 2026 00:40
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1708 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 29 29
Lines 3513 3513
Branches 808 809 +1
=========================================
Hits 3513 3513 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Security dependency update.
Summary
Bump
@cacheable/net'sundicirange from^8.7.0to^8.9.0and lock8.10.0. This is the minimum patched version requested for the five reported undici CVEs:8.10.0is the current latest 8.x that satisfies^8.9.0and includes the 8.9.0 security fixes.undiciremains type-only in@cacheable/net(RequestInit/Responsetypes). Runtime fetch still uses Node's globalfetch, matching the previous undici 8.7.0 upgrade.Transitive
undicicopies fromwrangler/miniflare(7.28.0) anddocula(8.4.1) are unchanged.Test plan
@cacheable/nettoundici@8.10.0(pnpm why undici --filter @cacheable/net)@cacheable/netlint passespnpm buildsucceeds, including@cacheable/net@cacheable/nettests: 212/212 passed, 100% coverage (usedhttps://mockhttp.orgbecause Docker was not available locally)test-22,test-24,test-26, andtests / testVerification
packages/net/package.jsonnow specifies"undici": "^8.9.0". The lockfile no longer containsundici@8.7.0for this importer.