Summary
Running npm audit reveals security vulnerabilities in project dependencies.
Root Package
3 high severity vulnerabilities
Frontend Package
22 vulnerabilities (8 low, 3 moderate, 11 high)
Reproduction
# Root
npm audit
# Frontend
cd frontend
npm audit
Proposed Fix
- Run
npm audit fix to address non-breaking changes
- Review and test
npm audit fix --force for breaking changes
- Consider updating vulnerable dependencies to patched versions
- Document any vulnerabilities that cannot be fixed due to dependency constraints