fix(message-bus): upgrade grpc deps to fix protobufjs GHSA-xq3m-2v4x-88gg#52
Merged
oncicaradupopovici merged 2 commits intoMay 18, 2026
Merged
Conversation
…88gg Upgrade @grpc/grpc-js from ^1.4.1 to ^1.14.3 and @grpc/proto-loader from ^0.6.5 to ^0.8.1 to eliminate the critical protobufjs vulnerability. proto-loader 0.8.1 requires protobufjs ^7.5.5 (resolved to 7.5.9), removing the vulnerable 6.11.x and sub-7.5.5 versions from the dependency tree. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
🦋 Changeset detectedLatest commit: 8ee0d52 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
fraliv13
approved these changes
May 18, 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-jsfrom^1.4.1to^1.14.3@grpc/proto-loaderfrom^0.6.5to^0.8.1protobufjsrezolvat automat la7.5.9(de la6.11.4și7.4.0)Motivație
Clientul a raportat 3 vulnerabilități critice GHSA-xq3m-2v4x-88gg în protobufjs:
@totalsoft/message-bus/node_modules/protobufjsnode_modules/protobufjs@grpc/proto-loader/node_modules/protobufjs@grpc/proto-loader@0.8.1cere explicitprotobufjs@^7.5.5, eliminând complet seria 6.x vulnerabilă și versiunile 7.x < 7.5.5.Test plan
@totalsoft/message-bustrec fără modificări de cod sursăprotoLoader.loadSync()este compatibil între 0.6.x, 0.7.x și 0.8.x🤖 Generated with Claude Code