diff --git a/package.json b/package.json index 68cb663..571e97a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ssl-root-cas", - "version": "1.1.10", + "version": "1.1.11", "description": "The module you need to solve node's SSL woes when including a custom certificate.", "main": "ssl-root-cas", "scripts": { @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/coolaj86/node-ssl-root-cas", "dependencies": { - "es6-promise": "^2.0.0", + "es6-promise": "^3.2.1", "request": "^2.47.0" } }