Skip to content

fix(security): bump undici to 7.28.0 (Dependabot alerts)#277

Merged
rsaz merged 2 commits into
mainfrom
fix/dependabot-security
Jul 17, 2026
Merged

fix(security): bump undici to 7.28.0 (Dependabot alerts)#277
rsaz merged 2 commits into
mainfrom
fix/dependabot-security

Conversation

@rsaz

@rsaz rsaz commented Jul 16, 2026

Copy link
Copy Markdown
Member

Summary

  • Regenerates package-lock.json so the transitive undici dependency (via release-it) moves from 7.24.5 to 7.28.0.
  • Clears the open undici Dependabot alerts (2 high + moderate/low GHSA advisories: TLS bypass, header injection, WS DoS, cache poisoning, etc.).
  • npm audit now reports 0 vulnerabilities.

Changes

  • package-lock.json only (no manifest / no runtime dependency changes).

Test plan

  • npm run build passes
  • npm test passes (22 suites, 104 tests)
  • npm audit reports 0 vulnerabilities
  • CI green on PR (clean npm ci install against updated lockfile)

Regenerates package-lock.json so the transitive undici dependency
(via release-it) moves 7.24.5 -> 7.28.0, clearing the open Dependabot
undici alerts (2 high plus moderate/low). npm audit now reports
0 vulnerabilities. Build and full test suite (22 suites, 104 tests)
pass.
@codecov-commenter

codecov-commenter commented Jul 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.48%. Comparing base (1f17e94) to head (8c9b3d8).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #277   +/-   ##
=======================================
  Coverage   86.48%   86.48%           
=======================================
  Files           6        6           
  Lines         259      259           
  Branches       56       56           
=======================================
  Hits          224      224           
  Misses         35       35           

☔ 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.

The prior lockfile was produced with npm 11, leaving release-it's
subtree out of sync for npm 10 (used in CI via Node 20.18.0) and
breaking `npm ci`. Regenerated with npm 10; undici stays 7.28.0 and
npm audit reports 0 vulnerabilities.
@rsaz
rsaz merged commit 8c9b3d8 into main Jul 17, 2026
5 checks passed
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