fix(security): bump undici to 7.28.0 (Dependabot alerts)#277
Merged
Conversation
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 Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
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.
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.
Summary
package-lock.jsonso the transitiveundicidependency (viarelease-it) moves from7.24.5to7.28.0.undiciDependabot alerts (2 high + moderate/low GHSA advisories: TLS bypass, header injection, WS DoS, cache poisoning, etc.).npm auditnow reports 0 vulnerabilities.Changes
package-lock.jsononly (no manifest / no runtime dependency changes).Test plan
npm run buildpassesnpm testpasses (22 suites, 104 tests)npm auditreports 0 vulnerabilitiesnpm ciinstall against updated lockfile)