chore: resolve open dependabot security alerts#578
Open
jonathannorris wants to merge 1 commit into
Open
Conversation
- undici ^7.24.0 -> ^7.28.0 (high/medium/low, alerts #251-#258) - tar ^7.5.11 -> ^7.5.16 (medium, alert #259) - hono ^4.12.18 -> ^4.12.25 (high/medium, alerts #246-#250) - js-yaml 3.14.1 -> 3.15.0 via resolution (medium, alert #262) - @babel/core ^7.28.0 -> ^7.29.6 (low, alert #261) - form-data 4.0.5 -> 4.0.6 via resolution (high, alert #253) - esbuild 0.27.3 -> 0.28.1 via resolution (low, alert #243)
There was a problem hiding this comment.
Pull request overview
This PR resolves multiple open Dependabot security alerts by updating vulnerable packages and enforcing patched versions via Yarn resolutions, keeping the CLI’s dependency tree on non-vulnerable versions without changing application logic.
Changes:
- Bumped
@babel/coreto^7.29.6(and lockfile to7.29.7). - Updated security-sensitive dependencies via
resolutions(notablyundici,tar,hono, plus added overrides forjs-yaml,form-data, andesbuild). - Regenerated
yarn.lockto reflect the new resolved versions.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates @babel/core and adjusts/adds Yarn resolutions to force patched dependency versions. |
| yarn.lock | Updates the lockfile to reflect the new resolved dependency graph (Babel, esbuild, undici, tar, hono, js-yaml, form-data, etc.). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
devcycle-mcp-server | 1cd1fae | Jul 02 2026, 02:00 PM |
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
Resolved 17 open Dependabot security alerts by bumping vulnerable dependencies via resolutions/overrides and direct dependency updates.
Dependabot Alerts Resolved
undici^7.24.0->^7.28.0undici^7.24.0->^7.28.0undici^7.24.0->^7.28.0undici^7.24.0->^7.28.0tar^7.5.11->^7.5.16hono^4.12.18->^4.12.25hono^4.12.18->^4.12.25form-data^4.0.5->^4.0.6js-yaml^3.xranges ->^3.15.0@babel/core^7.28.0->^7.29.6esbuild0.27.3->^0.28.1Note: Alert #263 (sigstore) was already resolved — yarn.lock shows
sigstore@^4.0.0locked at4.1.1(the patched version).