Skip to content

Commit e69debf

Browse files
author
John French
committed
Update request to address ReDoS vulnerability
`request` pulls in `tough-cookie` which recently address a ReDoS vulnerability: salesforce/tough-cookie#92
1 parent 92662bc commit e69debf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"homepage": "https://github.com/auth0/node-auth0",
3131
"dependencies": {
3232
"bluebird": "^2.10.2",
33-
"request": "^2.81.0",
33+
"request": "^2.83.0",
3434
"rest-facade": "^1.5.0"
3535
},
3636
"devDependencies": {

0 commit comments

Comments
 (0)