fix(deps): fix npm audit vulnerabilities - #352
Merged
Merged
Conversation
Resolves high-severity Browserslist normalizeStats advisory (GHSA-73wf-gq98-2v4g) plus js-yaml, humanfs, and baseline-browser-mapping issues via non-breaking transitive dependency bumps from `npm audit fix`. Rebuilt dist/index.js.
dylanlerch
marked this pull request as ready for review
September 9, 2026 21:34
dylanlerch
enabled auto-merge (squash)
September 9, 2026 21:36
liamhughes
approved these changes
Sep 9, 2026
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.
Context
Part of BMBB-1013 — addresses the high-severity Browserslist
normalizeStatsnpm audit advisory (GHSA-73wf-gq98-2v4g, Dependabot alert #113).Changes
Ran
npm audit fix(no--force), which bumped transitive dev dependencies and resolved:browserslist-stats.json(normalizeStats) — high (GHSA-73wf-gq98-2v4g)maxTotalMergeKeysdoes not limit CPU use for empty merge sources — high (GHSA-2883-xcg3-v3hh)@humanfs/node: recursive copy follows symlinked files — moderate (GHSA-p498-v437-472g)baseline-browser-mapping: process termination on invalid input — moderate (GHSA-w5vr-8v7q-w6rv)Only
package-lock.jsonand the rebuiltdist/index.jschanged; nopackage.jsonversion bumps needed.One remaining moderate
adm-zipadvisory (via@octopusdeploy/api-client) needsnpm audit fix --force, which pulls in a breaking@octopusdeploy/api-clientmajor version bump — intentionally left out of this PR.How to review
npm run buildwas run after the dependency updates to confirm the project still compiles; unit tests (npm run test:unit) also pass.