Closed
Bug 1050883
Opened 10 years ago
Closed 10 years ago
Update dependencies
Categories
(Hello (Loop) :: Server, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pdehaan, Unassigned)
Details
(Whiteboard: [qa+])
### Steps to reproduce
```sh
$ git log -1 --oneline
25a52d0 Remove un-needed print
$ npm i nsp -g
$ nsp shrinkwrap
Name Installed Patched Vulnerable Dependency
qs 0.6.6 >= 1.x mozilla-loop-server > request
qs 0.6.5 >= 1.x mozilla-loop-server > supertest > superagent
$ npm outdated --depth 0 | sort
Package Current Wanted Latest Location
cors 2.3.1 2.3.1 2.4.1 cors
express 3.16.3 3.16.3 4.8.2 express
hiredis 0.1.16 0.1.16 0.1.17 hiredis
mocha 1.20.1 1.20.1 1.21.4 mocha
raven 0.6.3 0.6.3 0.7.0 raven
redis 0.10.3 0.10.3 0.11.0 redis
request 2.36.0 2.36.0 2.40.0 request
sinon 1.9.1 1.9.1 1.10.3 sinon
sodium 1.0.11 1.0.11 1.0.13 sodium
statsd-node 0.2.2 0.2.2 0.2.3 statsd-node
strftime 0.8.0 0.8.0 0.8.1 strftime
supertest 0.10.0 0.10.0 0.13.0 supertest
ws 0.4.31 0.4.31 0.4.32 ws
```
I filed a bug in the superagent repo to get this fixed on their side as well, https://github.com/visionmedia/superagent/issues/436
Updated•10 years ago
|
Whiteboard: [qa+]
Comment 1•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•