fix(deps): pin protobufjs to 7.5.6 (CVE-2026-41242, Dependabot #132)#970
Merged
Conversation
Adds `protobufjs: "7.5.6"` to `pnpm.overrides` to address Dependabot alert #132 (GHSA-xq3m-2v4x-88gg, CVSS 9.8). The vulnerable 7.5.4 was a transitive dep via posthog-js → @opentelemetry/otlp-transformer. Pattern mirrors the existing `tar` override. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
nbarbettini
approved these changes
May 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
"protobufjs": "7.5.6"topnpm.overridesinpackage.jsonto resolve Dependabot alert #132protobufjs@7.5.4was a transitive dep viaposthog-js → @opentelemetry/otlp-transformer → protobufjs ^7.3.0; we have no direct usage7.5.6(not a range) to avoid floating to7.5.7which was released <7 days ago; mirrors existingtaroverride patternTest plan
pnpm installresolves cleanly — lockfile no longer referencesprotobufjs@7.5.4pnpm lintpasses (3 pre-existing warnings, no errors)pnpm test— 601/601 tests pass🤖 Generated with Claude Code
Note
Low Risk
Low risk: dependency-resolution change only, pinning a transitive package to a patched version; main risk is unexpected runtime incompatibility from the forced
protobufjsversion.Overview
Pins the transitive dependency
protobufjsto7.5.6usingpnpm.overridesinpackage.json.Updates
pnpm-lock.yamlso all references resolve toprotobufjs@7.5.6(and corresponding@protobufjs/*sub-deps), replacing the previously installed7.5.4.Reviewed by Cursor Bugbot for commit b98526a. Bugbot is set up for automated code reviews on this repo. Configure here.