deps: fix protobufjs + newly-expanded advisories (#251-258)#150
Open
laileni-aws wants to merge 3 commits into
Open
deps: fix protobufjs + newly-expanded advisories (#251-258)#150laileni-aws wants to merge 3 commits into
laileni-aws wants to merge 3 commits into
Conversation
Bump the protobufjs override 7.6.3 -> 7.6.5 (GHSA-j3f2-48v5-ccww: DoS via infinite loop in .proto option parsing; vulnerable 7.5.0-7.6.4). Transitive runtime dependency; single version in the tree; root lockfile only; verified idempotent.
Bump existing overrides to the versions required by advisories that were expanded/updated on 2026-07-21, re-flagging our pinned versions: - brace-expansion (1.x) 1.1.13 -> 1.1.16 (#252) - js-yaml (4.x) 4.2.0 -> 4.3.0 (#253) - shell-quote 1.8.4 -> 1.9.0 (#254) - immutable 4.3.8 -> 4.3.9 (#255, #256) - fast-uri 3.1.2 -> 3.1.3 (#257) - linkify-it 5.0.1 -> 5.0.2 (#258) All verified resolved against the current advisory ranges; root lockfile only; verified idempotent.
laileni-aws
marked this pull request as ready for review
July 22, 2026 18:12
kmmcclai
approved these changes
Jul 23, 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.
Problem
A fresh batch of Dependabot alerts (medium/high) — all on packages this repo already pins via
overrides, where the advisories were expanded/updated to cover the versions we'd pinned.Solution
Bump the existing overrides to the patched versions. All transitive, root
package-lock.jsononly, verified against the current advisory ranges.protobufjsbrace-expansion(1.x)js-yaml(4.x)shell-quoteimmutablefast-urilinkify-itVersion-scoped overrides (
pkg@major) used where multiple majors coexist (brace-expansion, js-yaml).Verification
package-lock.jsonverified idempotent.feature/xbranches will not be squash-merged at release time.