Skip to content

Commit

Permalink
Upgrade superagent to remove vulnerability (#26)
Browse files Browse the repository at this point in the history
superagent <3.7.0 is vulnerable to a denial-of-service attack.

See https://snyk.io/vuln/npm:superagent:20170807 for details
  • Loading branch information
gjvis authored and toshok committed Jul 20, 2018
1 parent 7636bba commit a63ecef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"superagent-mocker": "^0.5.2"
},
"dependencies": {
"superagent": "^2.3.0",
"superagent": "^3.7.0",
"urljoin": "^0.1.5"
}
}

0 comments on commit a63ecef

Please sign in to comment.