Skip to content

Commit

Permalink
Upgrading debug dependency to avoid ReDoS (#26)
Browse files Browse the repository at this point in the history
There is a security issue with a subdependency (ms) in Debug < 3.1.0 - https://snyk.io/vuln/npm:debug:20170905
  • Loading branch information
edsadr authored and TooTallNate committed Jan 30, 2018
1 parent 17fd826 commit 757b09f
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 @@ -24,7 +24,7 @@
},
"dependencies": {
"proxy-agent": "2",
"debug": "2"
"debug": "^3.1.0"
},
"peerDependencies": {
"superagent": ">= 0.15.4 || 1 || 2 || 3"
Expand Down

0 comments on commit 757b09f

Please sign in to comment.