Skip to content

fix: bump protobufjs handwritten/* dependencies to address vulnerabilities#8652

Open
pearigee wants to merge 2 commits into
pearigee-protobugjs-vulnfrom
pearigee-protobugjs-vuln-handwritten
Open

fix: bump protobufjs handwritten/* dependencies to address vulnerabilities#8652
pearigee wants to merge 2 commits into
pearigee-protobugjs-vulnfrom
pearigee-protobugjs-vuln-handwritten

Conversation

@pearigee

Copy link
Copy Markdown
Contributor

A handful of new vulnerabilities in protobufjs were discovered in May:
https://github.com/advisories?query=protobufjs

New versions of this package have been released (as recently as last week). This PR explicitly bumps each package to its most recent minor version.

@pearigee pearigee requested review from a team as code owners June 15, 2026 20:36
@pearigee pearigee changed the base branch from main to pearigee-protobugjs-vuln June 15, 2026 20:37

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the protobufjs dependency to ^7.6.4 and protobufjs-cli to ^1.3.3 across multiple package.json files in the repository. The review feedback points out a potential peer dependency conflict in handwritten/bigquery-storage/package.json, where the peerDependencies range for protobufjs is more restrictive (~7.6.4) than the dependencies range (^7.6.4), and suggests aligning them to prevent warnings for consumers.

Comment thread handwritten/bigquery-storage/package.json

@MarkDuckworth MarkDuckworth left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - firestore. But also other packages look good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants