Skip to content

Commit

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

Latest report for koajs/resourcer:
https://snyk.io/test/github/koajs/resourcer
  • Loading branch information
snyk-bot authored and haoxin committed Oct 15, 2017
1 parent 8374bcd commit a1ca81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "Aaron Heckmann <[email protected]>",
"license": "MIT",
"dependencies": {
"debug": "1.0.4",
"debug": "2.6.9",
"koa-mount": "1.3.0"
},
"devDependencies": {
Expand Down

0 comments on commit a1ca81e

Please sign in to comment.