Skip to content

Commit

Permalink
This update is to address a security vulnerability allowing potential…
Browse files Browse the repository at this point in the history
… remote memory exposure on request<=2.68

Details:
 - https://snyk.io/vuln/npm:request:20160119
 - request/request#2018
  • Loading branch information
evilaliv3 committed Jul 29, 2016
1 parent 16631e8 commit 1630d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^2.3.4",
"request": "^2.67.0"
"request": "^2.74.0"
},
"scripts": {
"test": "mocha"
Expand Down

0 comments on commit 1630d65

Please sign in to comment.