Skip to content

fix: resolve Dependabot security alerts for immutable and minimatch#119

Merged
Akarda merged 1 commit intomainfrom
fix/dependabot-security-alerts
Mar 9, 2026
Merged

fix: resolve Dependabot security alerts for immutable and minimatch#119
Akarda merged 1 commit intomainfrom
fix/dependabot-security-alerts

Conversation

@Akarda
Copy link
Copy Markdown
Contributor

@Akarda Akarda commented Mar 6, 2026

Summary

  • Add npm overrides to fix 2 high-severity Dependabot alerts in transitive dependencies
  • immutable 5.1.45.1.5: fixes Prototype Pollution (via sass)
  • minimatch 3.1.210.2.4: fixes ReDoS (via eslint)

Test plan

  • npm ls immutable confirms 5.1.5
  • npm ls minimatch confirms >=3.1.3
  • npm audit shows no immutable/minimatch vulnerabilities
  • npm run build succeeds

🤖 Generated with Claude Code

Add npm overrides to force patched versions of transitive dependencies:
- immutable >=5.1.5 (fixes Prototype Pollution via sass)
- minimatch >=3.1.3 (fixes ReDoS via eslint)
@Akarda Akarda requested a review from a team as a code owner March 6, 2026 16:34
@Akarda Akarda merged commit b039cd9 into main Mar 9, 2026
@Akarda Akarda deleted the fix/dependabot-security-alerts branch March 9, 2026 08:23
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