Skip to content

Comments

fix: resolve 21 npm audit vulnerabilities#36

Merged
SilasZhr merged 1 commit intomainfrom
fix/npm-audit-vulnerabilities
Feb 24, 2026
Merged

fix: resolve 21 npm audit vulnerabilities#36
SilasZhr merged 1 commit intomainfrom
fix/npm-audit-vulnerabilities

Conversation

@SilasZhr
Copy link
Collaborator

Summary

Fixes 21 npm audit vulnerabilities (1 low, 20 high) by adding npm overrides for transitive dependencies in the jest dependency tree.

Changes

  • Added overrides in package.json to pin minimatch (>=10.2.1) and glob (>=10.5.1)
  • Updated package-lock.json with resolved patched versions

Details

All 21 vulnerabilities stem from a ReDoS issue in minimatch < 10.2.1 (GHSA-3ppc-4f35-3m26), pulled in transitively by jest 29.x via glob and test-exclude. Since ts-jest doesn't yet support jest 30, overrides are the cleanest fix without a breaking upgrade.

Add npm overrides for minimatch (>=10.2.1) and glob (>=10.5.1) to
fix ReDoS vulnerability in the jest dependency tree.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@SilasZhr SilasZhr merged commit 52308d2 into main Feb 24, 2026
6 checks passed
@SilasZhr SilasZhr deleted the fix/npm-audit-vulnerabilities branch February 24, 2026 01:38
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.

1 participant