diff --git a/package.json b/package.json index 4d53056..239515c 100644 --- a/package.json +++ b/package.json @@ -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" } }