Skip to content

chore: resolve open dependabot security alerts - #93

Open
jonathannorris wants to merge 1 commit into
mainfrom
chore/dependabot-alerts-50
Open

chore: resolve open dependabot security alerts#93
jonathannorris wants to merge 1 commit into
mainfrom
chore/dependabot-alerts-50

Conversation

@jonathannorris

Copy link
Copy Markdown
Member

Summary

Dependabot Alerts Resolved

Alert Package Severity Fix
#50 brace-expansion high Added "brace-expansion": "^2.1.2" to resolutions in package.json; resolves to 2.1.4

Vulnerability: brace-expansion DoS via exponential-time expansion of consecutive non-expanding {} groups (vulnerable range >= 2.0.0, < 2.1.2)

- brace-expansion 2.0.3 -> 2.1.4 via resolution (high, alert #50)
@jonathannorris
jonathannorris requested a review from a team as a code owner July 30, 2026 13:43
Copilot AI review requested due to automatic review settings July 30, 2026 13:43
@jonathannorris
jonathannorris enabled auto-merge (squash) July 30, 2026 13:44

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

Resolves a high-severity Dependabot security alert by forcing brace-expansion to a non-vulnerable version range via Yarn resolutions, and updating the lockfile accordingly.

Changes:

  • Added a Yarn resolutions entry for brace-expansion to require ^2.1.2.
  • Updated yarn.lock to resolve brace-expansion to 2.1.4.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Adds a resolutions override for brace-expansion to ensure installs use a non-vulnerable version.
yarn.lock Updates the resolved brace-expansion package entry to 2.1.4 to reflect the new resolution.

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

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