Skip to content

Updating transitive dependency#52

Merged
mageroni merged 1 commit into
mainfrom
fix/remove-protobufjs-8.0.1
Jun 15, 2026
Merged

Updating transitive dependency#52
mageroni merged 1 commit into
mainfrom
fix/remove-protobufjs-8.0.1

Conversation

@mageroni

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings June 15, 2026 22:36
GitHub Advanced Security started work on behalf of mageroni June 15, 2026 22:36 View session
GitHub Advanced Security finished work on behalf of mageroni June 15, 2026 22:37
@mageroni mageroni merged commit 7132003 into main Jun 15, 2026
6 checks passed
@mageroni mageroni deleted the fix/remove-protobufjs-8.0.1 branch June 15, 2026 22:38

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates a transitive npm dependency by adding an overrides rule to force protobufjs to a newer version, and refreshes the lockfile to reflect the new resolved dependency tree.

Changes:

  • Added an npm overrides entry to pin protobufjs to 8.6.3.
  • Updated package-lock.json to resolve protobufjs to 8.6.3 and remove previously nested/older protobufjs entries.
Show a summary per file
File Description
package.json Adds an npm override to force protobufjs@8.6.3.
package-lock.json Updates lockfile resolution to protobufjs@8.6.3, removing older/nested entries.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/2 changed files
  • Comments generated: 1

Comment thread package.json
Comment on lines +35 to +37
"overrides": {
"protobufjs": "8.6.3"
},
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.

2 participants