zkat / npx

execute npm package binaries (moved)
https://github.com/npm/npx
Other
2.63k stars 105 forks source link

Update dependencies with security issues #211

Open hlovdal opened 6 years ago

hlovdal commented 6 years ago

Running npm audit on the branch latest as of writing this gives

found 72 vulnerabilities (29 low, 27 moderate, 16 high) in 6893 scanned packages

This pull request fixes those by updating the applicable dependencies.

hlovdal commented 6 years ago

The build failure with node.js version 6 is unrelated, I created an issue for that.

hlovdal commented 5 years ago

Is there anything that stops this from being merged?