api-examples icon indicating copy to clipboard operation
api-examples copied to clipboard

npm reports 18 vulnerabilities, 5 high

Open tah opened this issue 6 years ago • 0 comments

Running npm install gives a warning which should be fixed in the repo:

$ npm install
added 129 packages from 157 contributors and audited 198 packages in 2.362s
found 18 vulnerabilities (10 low, 3 moderate, 5 high)
  run `npm audit fix` to fix them, or `npm audit` for details

Fixed by running:

$ npm audit fix
+ [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
added 16 packages from 8 contributors, removed 7 packages and updated 28 packages in 2.53s
fixed 14 of 18 vulnerabilities in 198 scanned packages
  3 vulnerabilities required manual review and could not be updated
  1 package update for 1 vuln involved breaking changes
  (use `npm audit fix --force` to install breaking changes; or refer to `npm audit` for steps to fix these manually)
$ npm install [email protected]

The last 3 are minor and are fixed upgrading jade, which is renamed to pug now.

tah avatar Mar 08 '19 09:03 tah