fix(security): bump undici to 7.28.0 and js-yaml to 3.15.0 (Dependabot alerts)#139
Merged
Conversation
… Dependabot alerts Regenerates package-lock.json so transitive undici (via release-it) moves 7.24.5 -> 7.28.0 and the nested js-yaml (via @istanbuljs/load-nyc-config) moves 3.14.2 -> 3.15.0. Clears open Dependabot alerts (2 high undici, 1 moderate js-yaml). npm audit now reports 0 vulnerabilities. Build and full test suite (52 suites, 522 tests) pass.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #139 +/- ##
=======================================
Coverage 79.29% 79.29%
=======================================
Files 45 45
Lines 3704 3704
Branches 1118 1059 -59
=======================================
Hits 2937 2937
Misses 758 758
Partials 9 9 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
The prior lockfile was regenerated with npm 11, leaving it 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, js-yaml 3.15.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.jsonto patch two transitive dependencies:undici7.24.5->7.28.0(viarelease-it) - clears 2 high + moderate/low undici GHSA advisories.js-yaml3.14.2->3.15.0(nested via@istanbuljs/load-nyc-config) - clears the moderate quadratic-complexity DoS advisory (GHSA-h67p-54hq-rp68).npm auditnow reports 0 vulnerabilities.Changes
package-lock.jsononly (no manifest / no runtime dependency changes).Test plan
npm run buildpassesnpm testpasses (52 suites, 522 tests)npm auditreports 0 vulnerabilitiesnpm ciinstall against updated lockfile)