fix(deps): bump transitive protobufjs to 7.6.4 (Snyk)#215
Merged
Conversation
Refreshes the locked protobufjs resolution (7.5.8 -> 7.6.4) via `npm update protobufjs`. No package.json change is needed because @devrev/typescript-sdk already declares protobufjs ^7.3.0, so the patched version fits its existing range. Resolves 3 Snyk findings (all transitive via @devrev/typescript-sdk > protobufjs): - High: Arbitrary Code Injection (SNYK-JS-PROTOBUFJS-17362837) - High: Uncontrolled Recursion (SNYK-JS-PROTOBUFJS-17353320) - Medium: Improper Check for Unusual/Exceptional Conditions (SNYK-JS-PROTOBUFJS-17353168) Verified clean with `snyk test --all-projects`. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
d58a39c to
5d749a3
Compare
gasperzgonec
approved these changes
Jul 2, 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.
https://app.devrev.ai/devrev/issue/ASCPT-41
What
Bumps the locked
protobufjsresolution 7.5.8 → 7.6.4 to resolve 3 Snyk findings. Onlypackage-lock.jsonchanges — nopackage.json/overridesedit — because@devrev/typescript-sdkalready declaresprotobufjs: ^7.3.0, so the patched version fits its existing range. The fix was applied withnpm update protobufjs.Vulnerabilities resolved
All transitive via
@devrev/typescript-sdk > protobufjs:Verification
Note
The fix lives in the committed lockfile (no override pin). A future
rm package-lock.json && npm installcould re-resolve lower until@devrev/typescript-sdkcarries the bump upstream; committing the lockfile covers CI and normal installs.🤖 Generated with Claude Code