chore: resolve open dependabot security alerts - #582
Open
jonathannorris wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR addresses Dependabot-reported security vulnerabilities by updating Yarn resolution overrides so transitive dependencies resolve to patched versions across the CLI.
Changes:
- Bump
brace-expansionvia Yarn resolutions to^5.0.8(lockfile resolves to5.0.9). - Bump
tarvia Yarn resolutions to^7.5.21(lockfile resolves to7.5.22). - Bump
postcssvia Yarn resolutions to^8.5.18(lockfile resolves to8.5.25, including updated transitivenanoidrange).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates Yarn resolutions entries to force patched versions of vulnerable transitive dependencies. |
| yarn.lock | Updates lockfile entries so the resolved versions match the new patched resolution targets. |
💡 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 | da041f4 | Jul 30 2026, 01:45 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 3 of 4 open Dependabot security alerts by bumping vulnerable dependencies via yarn resolutions.
Dependabot Alerts Resolved
brace-expansion^5.0.8; resolves to 5.0.9tar^7.5.21; resolves to 7.5.22postcss^8.5.18; resolves to 8.5.25Unresolved Alert
sharp0.35.xprebuilds. Requires manual investigation before re-attempting.Test plan
yarn buildpassesyarn test:cipasses (44 test files, 189 tests)