fix(deps): bump protobufjs, @grpc/grpc-js, tar-fs to remediate CVEs#4
Open
xbow-bot wants to merge 1 commit into
Open
fix(deps): bump protobufjs, @grpc/grpc-js, tar-fs to remediate CVEs#4xbow-bot wants to merge 1 commit into
xbow-bot wants to merge 1 commit into
Conversation
Regenerate package-lock.json within the existing semver ranges to pull in fixed releases: - protobufjs 7.3.2 -> 7.6.4 (CVE-2026-41242, -44289/44290/44291/44293, -48712) - @grpc/grpc-js 1.11.1 -> 1.14.4 (CVE-2026-48068, CVE-2026-48069) - tar-fs 2.1.2 -> 2.1.5 (CVE-2025-48387, CVE-2025-59343) All three are direct dependencies and the fixed versions satisfy the existing ranges in package.json, so no package.json change is required. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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
Regenerate
package-lock.jsonto pull in fixed releases of three direct dependencies, remediating Trivy-reported CVEs. The fixed versions all satisfy the existing semver ranges inpackage.json, so nopackage.jsonchange was needed.protobufjs@grpc/grpc-jstar-fsChanges
package-lock.jsononly — regenerated vianpm updatewithin the existing ranges (^7.3.2,^1.11.1,~2.1.2). No suppression/.trivyignorefile added.Testing
npm testwas run. The dockerode suite requires a live Docker daemon; in this CI environment without/var/run/docker.sock, the Docker-backed tests fail withconnect ENOENT /var/run/docker.sock(and cascades), which is pre-existing/environmental and unrelated to this dependency bump. The non-Docker tests (constructors, auth, util parsing) pass.Generated by Claude Code Service (see job).
Respond to this PR with the prefix "Claude: " to trigger an action on this PR.