I attempted to address some issues in my project by executing npm audit fix
Unfortunately, this did not yield significant results. However, when I added the --force
flag, the outcome was even worse than before:
fix available via `npm audit fix`
10 vulnerabilities (2 moderate, 8 high) 😮💨
utilizing the --force
fix available via `npm audit fix --force`
79 vulnerabilities (14 low, 23 moderate, 38 high, 4 critical) 🤯
If I had the option, I would use yarn
. Is there any other way to resolve these with npm,
or do I have to manually tackle each one?
Appreciate the assistance 🌚