Skip to content

Comments

⬆️ Bump minimatch from 3.1.2 to 3.1.4#808

Closed
Copilot wants to merge 2 commits intodependabot/npm_and_yarn/minimatch-3.1.4from
copilot/sub-pr-807
Closed

⬆️ Bump minimatch from 3.1.2 to 3.1.4#808
Copilot wants to merge 2 commits intodependabot/npm_and_yarn/minimatch-3.1.4from
copilot/sub-pr-807

Conversation

Copy link
Contributor

Copilot AI commented Feb 25, 2026

minimatch@3.1.2 has a known security vulnerability; 3.1.4 contains the fix. Since it's an indirect dependency, a direct pnpm install won't pull the update automatically.

Changes

  • package.json — added pnpm.overrides to force the vulnerable range to 3.1.4:
    "pnpm": {
      "overrides": {
        "minimatch@<3.1.4": "3.1.4"
      }
    }
  • pnpm-lock.yaml — regenerated; all minimatch@3.1.2 references replaced with 3.1.4 (consumers: glob@7.2.3, test-exclude@6.0.0)
  • .changeset/bump-minimatch-security.md — patch changeset added

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

@changeset-bot
Copy link

changeset-bot bot commented Feb 25, 2026

🦋 Changeset detected

Latest commit: 75d88b6

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Co-authored-by: wei <5880908+wei@users.noreply.github.com>
Copilot AI changed the title [WIP] Update minimatch from version 3.1.2 to 3.1.4 ⬆️ Bump minimatch from 3.1.2 to 3.1.4 Feb 25, 2026
Copilot AI requested a review from wei February 25, 2026 01:40
@dependabot dependabot bot deleted the branch dependabot/npm_and_yarn/minimatch-3.1.4 February 25, 2026 05:08
@dependabot dependabot bot closed this Feb 25, 2026
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