UID2-7294: fix(deps): upgrade @grpc/grpc-js to fix CVE-2026-48068, CVE-2026-48069#190
Merged
Merged
Conversation
…VE-2026-48069 Adds override/resolution for @grpc/grpc-js >=1.13.5 (resolves to 1.14.4). Regenerates package-lock.json and yarn.lock. See: UID2-7294 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
mcollins-ttd
approved these changes
Jun 13, 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.
Summary
Fixes CVE-2026-48068 and CVE-2026-48069 (both HIGH severity) in
@grpc/grpc-js.@grpc/grpc-js@grpc/grpc-jsRoot cause:
@grpc/grpc-js1.13.3 was pulled in transitively via@google-cloud/recaptcha-enterprise→google-gax. CVE-2026-48069 affects gRPC clients, making this reachable from production.Fix: Added
@grpc/grpc-js >= 1.13.5to bothoverrides(npm) andresolutions(yarn) inpackage.json. Bothpackage-lock.jsonandyarn.locknow resolve to@grpc/grpc-js1.14.4.Jira: UID2-7294
Test plan
package-lock.jsonresolves@grpc/grpc-jsto 1.14.4yarn.lockresolves@grpc/grpc-jsto 1.14.4🤖 Generated with Claude Code