Skip to content

chore: resolve open dependabot security alerts#64

Merged
jonathannorris merged 1 commit into
mainfrom
chore/dependabot-alerts
Jul 23, 2026
Merged

chore: resolve open dependabot security alerts#64
jonathannorris merged 1 commit into
mainfrom
chore/dependabot-alerts

Conversation

@jonathannorris

Copy link
Copy Markdown
Member

Summary

  • Bumped brace-expansion to 2.1.2 to resolve high-severity DoS vulnerability (CVE-2026-13149)

Dependabot Alerts Resolved

Alert Package Severity Fix
#67 brace-expansion high Bumped to 2.1.2 via yarn resolution >=2.1.2 <3

brace-expansion is a transitive dependency via minimatch. A yarn resolutions entry forces the patched version. The bounded range (<3) keeps within the same major version to avoid breaking changes.

All existing tests pass.

- brace-expansion 2.1.1 -> 2.1.2 (high, CVE-2026-13149, alert #67)
Copilot AI review requested due to automatic review settings July 23, 2026 13:39
@jonathannorris
jonathannorris requested a review from a team as a code owner July 23, 2026 13:39
@jonathannorris
jonathannorris enabled auto-merge (squash) July 23, 2026 13:41

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 Dependabot high-severity security alert by forcing a patched brace-expansion version via Yarn resolutions, ensuring the transitive dependency (via minimatch) is upgraded without introducing a major-version jump.

Changes:

  • Added a Yarn resolutions constraint for brace-expansion to >=2.1.2 <3.
  • Updated yarn.lock to lock brace-expansion to 2.1.2 (including updated checksum).

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 entry to enforce patched brace-expansion version range.
yarn.lock Locks brace-expansion to 2.1.2 consistent with the new resolution.

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

@jonathannorris
jonathannorris merged commit a441e3f into main Jul 23, 2026
6 checks passed
@jonathannorris
jonathannorris deleted the chore/dependabot-alerts branch July 23, 2026 14:46
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.

3 participants