npm audit fix
before
$ npm i
audited 1213799 packages in 5.144s
24 packages are looking for funding
run `npm fund` for details
found 42418 vulnerabilities (42388 low, 30 moderate)
run `npm audit fix` to fix them, or `npm audit` for details
after
$ npm i
audited 1213805 packages in 4.978s
24 packages are looking for funding
run `npm fund` for details
found 16 vulnerabilities (1 low, 15 moderate)
run `npm audit fix` to fix them, or `npm audit` for details
Less scary