fix(deps): patch transitive security vulnerabilities via overrides#86
Merged
Conversation
Add npm overrides to resolve open Dependabot security alerts for transitive packages: - qs to 6.15.2 (GHSA-q8mj-m7cp-5q26) - fast-uri to 3.1.2 (GHSA-v39h-62p7-jpjc, GHSA-q3j6-qgpj-74h6) - postcss to 8.5.10 (GHSA-qx2v-qp2m-jg93) - picomatch to 2.3.2 under anymatch/jest-util/micromatch (GHSA-3v7f-55p6-f55p) - brace-expansion to 2.0.3 under typeorm (GHSA-f886-m6hf-6m8v) Overrides are scoped to the vulnerable instances so safe higher major versions (picomatch 4.x, brace-expansion 5.x) are untouched. Build, lint, and the full test suite pass.
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.
Resolves open Dependabot security alerts for transitive npm packages using scoped
overrides. No direct-dependency or major version bumps; minimal security-only change.Alerts fixed
picomatch and brace-expansion overrides are scoped to the vulnerable consumers (anymatch/jest-util/micromatch, and typeorm) so the safe higher major versions (picomatch 4.x, brace-expansion 5.x) elsewhere in the tree are untouched.
Not fixed here (require major upgrades, left for review)
Verification (local)
npm installcleannpm run buildpassesnpm run lint:checkpassesnpm testpasses (569 tests, 65 suites)Do not merge without human review.