Skip to content

net - chore: upgrade undici to 8.9.0 for CVE fixes - #1708

Merged
jaredwray merged 1 commit into
mainfrom
cursor/upgrade-undici-8.9.0-da07
Aug 26, 2026
Merged

net - chore: upgrade undici to 8.9.0 for CVE fixes#1708
jaredwray merged 1 commit into
mainfrom
cursor/upgrade-undici-8.9.0-da07

Conversation

@jaredwray

@jaredwray jaredwray commented Aug 26, 2026

Copy link
Copy Markdown
Owner

Please check if the PR fulfills these requirements

  • Followed the Contributing guidelines and Code of Conduct
  • Tests for the changes have been added (for bug fixes/features) with 100% code coverage.

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Security dependency update.

Summary

Bump @cacheable/net's undici range from ^8.7.0 to ^8.9.0 and lock 8.10.0. This is the minimum patched version requested for the five reported undici CVEs:

8.10.0 is the current latest 8.x that satisfies ^8.9.0 and includes the 8.9.0 security fixes.

undici remains type-only in @cacheable/net (RequestInit / Response types). Runtime fetch still uses Node's global fetch, matching the previous undici 8.7.0 upgrade.

Transitive undici copies from wrangler/miniflare (7.28.0) and docula (8.4.1) are unchanged.

Test plan

  • Lockfile resolves @cacheable/net to undici@8.10.0 (pnpm why undici --filter @cacheable/net)
  • @cacheable/net lint passes
  • Workspace pnpm build succeeds, including @cacheable/net
  • @cacheable/net tests: 212/212 passed, 100% coverage (used https://mockhttp.org because Docker was not available locally)
  • GitHub CI: all 15 checks passed, including required test-22, test-24, test-26, and tests / test

Verification

packages/net/package.json now specifies "undici": "^8.9.0". The lockfile no longer contains undici@8.7.0 for this importer.

Open in Web Open in Cursor 

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>
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedundici@​8.10.09310010097100

View full report

@jaredwray
jaredwray marked this pull request as ready for review August 26, 2026 00:40
@codecov

codecov Bot commented Aug 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (5855fb2) to head (6ecbb79).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jaredwray
jaredwray merged commit 3a21341 into main Aug 26, 2026
15 checks passed
@jaredwray
jaredwray deleted the cursor/upgrade-undici-8.9.0-da07 branch August 26, 2026 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants