Skip to content

fix(deps): minimatch version bump#1095

Closed
shelldandy wants to merge 1 commit intomainfrom
fix/cve
Closed

fix(deps): minimatch version bump#1095
shelldandy wants to merge 1 commit intomainfrom
fix/cve

Conversation

@shelldandy
Copy link
Copy Markdown
Collaborator

@shelldandy shelldandy self-assigned this Feb 23, 2026
Copilot AI review requested due to automatic review settings February 23, 2026 23:24
@shelldandy shelldandy requested a review from a team as a code owner February 23, 2026 23:24
@github-actions github-actions Bot added the fix label Feb 23, 2026
@shelldandy shelldandy changed the title fix(deps): override minimatch to >=10.2.1 to resolve ReDoS vulnerabil… fix(deps): minimatch version bump Feb 23, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses a ReDoS (Regular Expression Denial of Service) vulnerability in the minimatch package by enforcing a minimum version of 10.2.1 across all dependencies through pnpm's overrides feature.

Changes:

  • Added minimatch: >=10.2.1 to pnpm overrides in package.json
  • Updated pnpm-lock.yaml to resolve all minimatch dependencies to version 10.2.2
  • Removed vulnerable minimatch versions (3.1.3, 9.0.6, 10.1.2) and their associated dependencies

Reviewed changes

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

File Description
package.json Added minimatch override to enforce minimum version >=10.2.1 for security
pnpm-lock.yaml Removed vulnerable minimatch versions and updated all 16 transitive dependency references to use safe version 10.2.2
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

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

@shelldandy
Copy link
Copy Markdown
Collaborator Author

not needed anymore, was dealt on another pr

@shelldandy shelldandy closed this Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants