Skip to content

chore: fix npm audit vulnerabilities#6

Merged
nmccready merged 1 commit into
masterfrom
chore/npm-audit-fix
Mar 2, 2026
Merged

chore: fix npm audit vulnerabilities#6
nmccready merged 1 commit into
masterfrom
chore/npm-audit-fix

Conversation

@nmccready-tars
Copy link
Copy Markdown

npm audit fix

Ran npm audit fix to address dependency vulnerabilities.

Changes

  • Updated transitive dependencies in package-lock.json (no package.json changes)
  • --force was not used (it would downgrade typescript-eslint to 8.14.0 as a breaking change but still wouldn't resolve the remaining issues)

Audit Summary

  • Before: 9 moderate severity vulnerabilities
  • After: 9 moderate severity vulnerabilities (unchanged count, but some transitive deps updated)

Unresolved Vulnerabilities

All 9 remaining moderate vulnerabilities stem from ajv <8.18.0 (GHSA-2g4f-4pwh-qvx6 - ReDoS with $data option). These are deep transitive dependencies of eslint@eslint/eslintrcajv. No fix is available via npm audit fix — resolution requires eslint to update its ajv dependency upstream.

Tests

All 35 tests passing ✅

@nmccready nmccready merged commit 5d171ee into master Mar 2, 2026
5 checks passed
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