I have a dev blog, and I'm seeing 14 security alerts, with some of them have high severity, critical severity, and moderate severity.
So, I ran npm audit
to see the problem, and it gave me this.
found 1403 vulnerabilities (792 low, 17 moderate, 592 high, 2 critical) in 27197 scanned packages
run `npm audit fix` to fix 1392 of them.
11 vulnerabilities require manual review. See the full report for details.
So, what should I do, npm audit fix
? How do you deal with this problem?
For example, in the report, I have something like this:
Low Validation Bypass
Package kind-of
Dependency of gatsby-source-filesystem
Path gatsby-source-filesystem > chokidar > readdirp > micromatch
> kind-of
More info https://npmjs.com/advisories/1490
Now, how do I solve this?