fix: update @grpc/grpc-js peer dependency to ^1.0.3#25
Open
jamessharp wants to merge 1 commit intomasterfrom
Open
fix: update @grpc/grpc-js peer dependency to ^1.0.3#25jamessharp wants to merge 1 commit intomasterfrom
jamessharp wants to merge 1 commit intomasterfrom
Conversation
Simplifies peer dependency to allow any 1.x version of @grpc/grpc-js, enabling consumers to use newer versions with security fixes. Previously: ^0.6.15 || ^0.7.1 || ^1.0.3 Now: ^1.0.3 This allows using @grpc/grpc-js 1.12+ which uses @grpc/proto-loader with fixed protobufjs (no prototype pollution vulnerability). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Kaderbhai
approved these changes
Jan 16, 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
@grpc/grpc-jspeer dependency from^0.6.15 || ^0.7.1 || ^1.0.3to^1.0.3@grpc/grpc-jsdev dependency to^1.12.0Rationale
The 0.x versions of
@grpc/grpc-jsare very old (from 2019-2020) and no longer maintained. Removing support for these versions:^1.12.0Breaking change
This drops support for
@grpc/grpc-jsversions < 1.0.3. All current consumers already use 1.x versions.Test plan
2.655.0-grpc-security-update.3)🤖 Generated with Claude Code