Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A couple outdated modules #30

Open
pdehaan opened this issue Aug 14, 2014 · 1 comment
Open

A couple outdated modules #30

pdehaan opened this issue Aug 14, 2014 · 1 comment

Comments

@pdehaan
Copy link

pdehaan commented Aug 14, 2014

Steps to reproduce

$ # sudo npm i nsp -g

$ npm shrinkwrap --dev
wrote npm-shrinkwrap.json

$ nsp audit-shrinkwrap
Name          Installed   Patched  Vulnerable Dependency
syntax-error    0.0.1    >= 1.1.1  react-async > connect-browserify > browserify
qs              0.6.6     >= 1.x   react-async > express > connect
qs              0.6.6     >= 1.x   react-async > express > connect
qs              0.6.6     >= 1.x   react-async > phantomjs > request
qs              0.6.6     >= 1.x   react-async > phantomjs > request

$ npm outdated --depth 0 | sort
Package             Current  Wanted  Latest  Location
browserify           3.46.1  3.46.1  5.10.0  browserify
connect-browserify    1.0.0   1.0.0   3.2.0  connect-browserify
express               3.4.8   3.4.8   4.8.3  express
jshint                2.4.4   2.4.4   2.5.3  jshint
mocha                1.17.1  1.17.1  1.21.4  mocha
mochify              0.11.3  0.11.3   1.0.2  mochify
node-dev              2.1.6   2.1.6   2.3.0  node-dev
semver                2.2.1   2.2.1   3.0.1  semver

If you don't want to update to Express 4, you can still use [email protected] which should be patched.

phantomjs should be patched, as of Medium/phantomjs#211

browserify should be pached as of [email protected] (latest is 5.10.0)

@andreypopp
Copy link
Owner

Hm... I've updated a lot of modules but npm shrinkwrap fails for me for some reason....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants