Skip to content

Commit

Permalink
Update request to address ReDoS vulnerability
Browse files Browse the repository at this point in the history
`request` pulls in `tough-cookie` which recently address a ReDoS vulnerability: salesforce/tough-cookie#92
  • Loading branch information
dancrumb committed Sep 28, 2017
1 parent 6a14794 commit ab0c4b4
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 @@ -30,7 +30,7 @@
"homepage": "https://github.com/auth0/node-auth0",
"dependencies": {
"bluebird": "^2.10.2",
"request": "^2.81.0",
"request": "^2.83.0",
"rest-facade": "^1.5.0"
},
"devDependencies": {
Expand Down

0 comments on commit ab0c4b4

Please sign in to comment.