deps: fix protobufjs + newly-expanded advisories (#251-259) - #150
Merged
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
Contributor
Author
|
✅ CI is fully green after syncing current PR head Both |
ashishrp-aws
approved these changes
Jul 31, 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) affects packages this repository already pins through
overrides. Several advisories expanded after earlier patched versions were selected; most recently, #259 expanded the vulnerablefast-urirange through 3.1.3.Solution
Bump the existing overrides to versions outside the current advisory ranges and regenerate the root lockfile. Alert #259 is folded into this existing PR because it affects the same
fast-urioverride and files as #257.protobufjsbrace-expansion(1.x)js-yaml(4.x)shell-quoteimmutablefast-urilinkify-itVersion-scoped overrides (
pkg@major) are used where multiple majors coexist (brace-expansion,js-yaml).Verification
package-lock.jsonregeneration is byte-for-byte idempotent.npm ci --ignore-scriptspasses; both generated streaming clients install and build successfully.npm ls fast-uri --allreports only3.1.4with no dependency problems.npm auditno longer reportsfast-uri.npm run compilepasses.npm run lintpasses.feature/xbranches will not be squash-merged at release time.