Skip to content

Bump minimatch from 5.1.6 to 5.1.9#1052

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/minimatch-5.1.9
Open

Bump minimatch from 5.1.6 to 5.1.9#1052
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/minimatch-5.1.9

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 12, 2026

Bumps minimatch from 5.1.6 to 5.1.9.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [minimatch](https://github.com/isaacs/minimatch) from 5.1.6 to 5.1.9.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v5.1.6...v5.1.9)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 5.1.9
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 12, 2026
Copy link

@claude claude bot left a comment

Choose a reason for hiding this comment

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

LGTM — straightforward Dependabot patch bump for minimatch (5.1.6 → 5.1.9) touching only package-lock.json.

Extended reasoning...

Overview

This PR is an automated Dependabot security update that bumps minimatch from 5.1.6 to 5.1.9. The only file changed is package-lock.json, with a three-line version/integrity/resolved-URL update. The upstream changes include a ReDoS mitigation, globstar recursion limiting, and a partial-matching fix.

Security risks

This update improves security posture by pulling in a ReDoS fix. The change itself carries no injection, auth, or data-exposure risk — it is a lockfile-only version bump from the official npm registry.

Level of scrutiny

Minimal scrutiny required. This is a mechanical, Dependabot-generated patch-level bump confined to the lockfile. No application code, configuration, or build logic is modified.

Other factors

No bugs were found by the automated bug-hunting system. There are no outstanding reviewer comments. The PR timeline shows no prior reviews to conflict with. The compatibility score badge from Dependabot indicates low risk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Development

Successfully merging this pull request may close these issues.

0 participants