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

Update *send* dependency #3

Closed
pdehaan opened this issue Sep 15, 2014 · 1 comment
Closed

Update *send* dependency #3

pdehaan opened this issue Sep 15, 2014 · 1 comment

Comments

@pdehaan
Copy link

pdehaan commented Sep 15, 2014

See https://nodesecurity.io/advisories/send-directory-traversal


Here's the full list of outdated modules:

$ git clone https://github.com/deepjs/autobahn.git .

$ npm install

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

$ # sudo npm i nsp -g
$ nsp audit-shrinkwrap
Name  Installed   Patched  Vulnerable Dependency
send    0.8.3    >= 0.8.4  autobahnjs

$ npm outdated --depth 0
Package          Current  Wanted  Latest  Location
body-parser        1.7.0   1.7.0   1.8.1  body-parser
cheerio           0.13.1  0.13.1  0.17.0  cheerio
cookie-parser      1.3.2   1.3.2   1.3.3  cookie-parser
express            4.8.7   4.8.7   4.9.0  express
express-session    1.7.6   1.7.6   1.8.1  express-session
send               0.8.3   0.8.3   0.9.1  send
serve-static       1.5.3   1.5.3   1.6.1  serve-static

# .travis.yml not found

$ # sudo npm i pjv -g
$ pjv -wr
{ valid: true,
  warnings: [ 'Missing recommended field: bugs' ],
  recommendations: [ 'Missing optional field: homepage' ] }
@nomocas
Copy link
Member

nomocas commented Sep 16, 2014

Hello,

thx for the info.

I'll update dependency and documentation today.

Cheerio

Gilles

@nomocas nomocas closed this as completed Sep 18, 2014
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