Skip to content

Commit

Permalink
update request module to v2.86.0
Browse files Browse the repository at this point in the history
b/c of security vulnerability (see request/request#2938)
  • Loading branch information
pkyeck committed May 17, 2018
1 parent 7fd4129 commit 607153b
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 58 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -15,14 +15,11 @@
"node": ">= 0.10.0"
},
"dependencies": {
"request": "2.82.0",
"request": "2.86.0",
"retry": "0.9.0",
"underscore": "1.8.3"
},
"devDependencies": {
"fakefile": "0.0.9",
"npm-check-updates": "2.12.1",
"npm-run-all": "2.3.0",
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "7.2.3",
Expand All @@ -41,9 +38,12 @@
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-react": "7.4.0",
"eslint-plugin-standard": "3.0.1",
"fakefile": "0.0.9",
"gently": "0.10.0",
"localtunnel": "1.8.3",
"mocha": "3.5.3",
"npm-check-updates": "2.12.1",
"npm-run-all": "2.3.0",
"should": "10.0.0",
"temp": "0.8.3"
},
Expand Down

0 comments on commit 607153b

Please sign in to comment.