Open mflodin opened 7 years ago
@mflodin thanks for looking into this. Check the commit i referenced above. I have upped the version of express js to the most recent version. Tests look like they are passing on travis. NSP looks clean:
$ nsp check
(+) No known vulnerabilities found
Maybe we can add this check for travis?
@jlidder Thanks for fixing it so quickly!
This issue has come up again. The problem is your declared dependencies are too restrictive.
https://npmjs.com/advisories/534 https://npmjs.com/advisories/535
Sorry for the late reply @OrangeDog. Thanks for bringing this up. I'll be verifying this and updating on this shortly.
Running nsp reports the following three issues. They originate from
express
so updating to~4.14.1
or~4.15.2
will fix the issues. Not sure if there are any other issues that arise from updatingexpress
, but the tests and e2e tests pass at least.