Skip to content

fix: update minimatch to resolve CVE-2026-27903#25

Merged
liliwilson merged 1 commit into
mainfrom
independabot/minimatch-cve-2026-27903
Jun 4, 2026
Merged

fix: update minimatch to resolve CVE-2026-27903#25
liliwilson merged 1 commit into
mainfrom
independabot/minimatch-cve-2026-27903

Conversation

@dannyneira

Copy link
Copy Markdown
Member

Summary

  • Updates transitive minimatch resolutions in package-lock.json to patched versions: 3.1.5 for the v3 chain and 9.0.9 for the v9 chain.
  • Adds a scoped npm overrides entry for @typescript-eslint/typescript-estree -> minimatch to replace the older exact 9.0.3 transitive pin.

Vulnerabilities resolved

Details

  • Dependency relationship: transitive development dependency.
  • Manifest: package-lock.json.
  • Patched targets: minimatch@3.1.3 and minimatch@9.0.7; resolved versions are 3.1.5 and 9.0.9.
  • Workaround applied: scoped npm override for @typescript-eslint/typescript-estree because one older transitive dependency pinned minimatch exactly to 9.0.3.
  • Dependabot error: none reported for these alerts.

Verification

  • npm audit --json filtered for minimatch, CVE-2026-27903, and GHSA-7r86-cg39-jmmj returned [].
  • npm run build
  • npm run lint
  • npm test

Co-Authored-By: Oz oz-agent@warp.dev

Conversation: https://staging.warp.dev/conversation/a6e81b97-4bd4-407d-b871-4f61589e591e
Run: https://oz.staging.warp.dev/runs/019e7ec3-8846-7f13-b9ca-17d5f8bb0cac

This PR was generated with Oz.

@dannyneira dannyneira requested a review from bnavetta May 31, 2026 16:06
@dannyneira dannyneira marked this pull request as ready for review June 1, 2026 20:04
Co-Authored-By: Oz <oz-agent@warp.dev>
@liliwilson liliwilson force-pushed the independabot/minimatch-cve-2026-27903 branch from 5a1b305 to 7bd5da8 Compare June 4, 2026 03:38
@liliwilson liliwilson merged commit cc32546 into main Jun 4, 2026
8 checks passed

@myeasynote myeasynote 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.

Sekundenschlaf

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.

4 participants