fix(deps): clear 6 high-severity Dependabot advisories - #99
Merged
Merged
Conversation
…t.io-parser/brace-expansion/postcss/fast-uri/ws) Adds/tightens pnpm overrides at the workspace root for six packages, clearing 15 high-severity Dependabot alerts: - fast-uri: floor raised 3.1.2 -> 4.1.3 (resolved 4.1.2 -> 4.1.4; already a transitive-only dep with no direct import, safe patch-equivalent bump) - engine.io >=6.6.7 (was 6.6.6), socket.io-parser >=4.2.7 (was 4.2.6) - brace-expansion >=5.0.9 (was 5.0.5), postcss >=8.5.18 (8.5.23 instance already satisfied it, 8.5.8 instance did not) - ws: two range-scoped overrides so the 7.x line resolves to >=7.5.11 and the 8.x line to >=8.21.0 without forcing a 7->8 major bump Deliberately NOT touched: - @faker-js/faker (alert #173): Dependabot's own PR #96 already bumps 10.4.0 -> 10.5.0 directly; not duplicating that diff here. - linkify-it (alerts #124/#130): hard-pinned at 3.0.3 by ansi-to-react, fix needs 5.0.2 (two-major jump on a dependency with no test coverage here) -- left for manual review, logged in the P6 residue register. Ticket: P6 DEPENDABOT-HIGH-SWEEP unit (nself PPI phase P6)
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
Adds/tightens pnpm
overridesat the workspace root, clearing 15 open high-severity Dependabot alerts:>=3.1.2)>=4.1.3, resolved4.1.4>=6.6.7, resolved6.6.10>=4.2.7, resolved4.2.7>=5.0.9, resolved5.0.9>=8.5.18, resolved8.5.23>=7.5.11, 8.x ->>=8.21.0(avoids forcing a 7->8 major bump); resolved8.20.0/8.21.3fast-uri is a pure transitive dependency (no direct import in
src/) so the 3.x->4.x floor raise carries no code-level risk.Deliberately not in this PR
@faker-js/faker: Dependabot's own PR chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates #96 already bumps10.4.0 -> 10.5.0directly onpackage.json/pnpm-lock.yaml. Not duplicating that diff to avoid a merge conflict; let chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates #96 land.linkify-it: hard-pinned at3.0.3byansi-to-react(its own package.json pin, not a range). Fix needs5.0.2-- a two-major jump on a dependency with zero test coverage here. Logged in.claude/phases/current/p6/residue-register.mdfor manual review rather than forced blind.Test plan
pnpm install --no-frozen-lockfile(underheavy-lock) -- resolved all six packages to the target floors listed abovepnpm install --frozen-lockfile-- exit 0pnpm-lock.yaml(pnpm auditagainst the npm registry advisory endpoint is unreliable tonight per prior sessions' notes)pnpm runversion-lockstep pre-commit hook passedTicket: P6 DEPENDABOT-HIGH-SWEEP unit (nself PPI phase P6)