fix(deps): remediate security vulnerabilities - #28
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR performs dependency-security remediation for the action’s Node.js project by pinning vulnerable packages to patched versions and refreshing the npm lockfile to ensure the resolved dependency graph uses those fixed versions.
Changes:
- Add/adjust
package.jsonoverridesto force patched versions ofprotobufjs,@grpc/grpc-js, andvite. - Refresh
package-lock.jsonto reflect the updated resolved versions (and associated transitive updates).
Reviewed changes
Copilot reviewed 1 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Pins patched dependency versions via overrides to remediate Dependabot security alerts. |
| package-lock.json | Updates resolved package versions to match the remediation pins and refreshes the dependency graph. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…a 4.0.6) + rebuild dist
ewgenius
approved these changes
Jun 22, 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.
Security: dependency vulnerability remediation
Automated mechanical dependency remediation for
spicehq/spice-cloud-deploy-action, addressing open Dependabot security alerts.Only same-major bumps are applied; cross-major/breaking upgrades are listed below for a human.
Lockfiles refreshed; CI validates.
(repo root)(npm / npm)@grpc/grpc-js1.14.4vite8.0.16protobufjs7.6.4Additional same-major security bumps (to satisfy
npm audit --omit=dev)CI's
npm auditgate flags newly-published advisories (it also fails ontrunktoday). These are clean same-major fixes, included here so the gate passes:protobufjs7.6.4(≥7.6.3)undici6.27.0form-data4.0.6npm audit --omit=dev→ 0 vulnerabilities after these.Automated mechanical dependency-security update.