fix #9 update request
This commit is contained in:
parent
46cf4a0179
commit
64cd38e109
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ssl-root-cas",
|
||||
"version": "1.1.7",
|
||||
"version": "1.1.8",
|
||||
"description": "The module you need to solve node's SSL woes when including a custom certificate.",
|
||||
"main": "ssl-root-cas",
|
||||
"scripts": {
|
||||
|
@ -29,7 +29,7 @@
|
|||
},
|
||||
"homepage": "https://github.com/coolaj86/node-ssl-root-cas",
|
||||
"dependencies": {
|
||||
"es6-promise": "^1.0.0",
|
||||
"request": "~2.34.0"
|
||||
"es6-promise": "^2.0.0",
|
||||
"request": "^2.47.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue