Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/npm:ms:20170412
- https://snyk.io/vuln/npm:ms:20170412

Latest report for koajs/mock:
https://snyk.io/test/github/koajs/mock
  • Loading branch information
snyk-bot committed May 21, 2017
1 parent 3425a4e commit f5e5b3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -16,8 +16,8 @@
"contributors": "contributors -f plain -o AUTHORS"
},
"dependencies": {
"debug": "~2.2.0",
"urlmock": "~2.0.1"
"debug": "~2.6.7",
"urlmock": "~2.1.0"
},
"devDependencies": {
"autod": "*",
Expand Down

0 comments on commit f5e5b3f

Please sign in to comment.