diff --git a/package.json b/package.json index fe8e357a04..f7cb2a43fd 100644 --- a/package.json +++ b/package.json @@ -56,13 +56,14 @@ "chalk": "^2.4.1", "configstore": "^3.1.2", "debug": "^3.1.0", + "get-uri": "2.0.2", "hasbin": "^1.2.3", "inquirer": "^3.0.0", "lodash": "^4.17.5", "needle": "^2.2.4", "opn": "^5.2.0", "os-name": "^2.0.1", - "proxy-agent": "^2.0.0", + "proxy-agent": "2.3.1", "proxy-from-env": "^1.0.0", "recursive-readdir": "^2.2.2", "semver": "^5.5.0", diff --git a/test/fixtures/protect-via-snyk/package.json b/test/fixtures/protect-via-snyk/package.json index 4826c692d5..2a55c7e80d 100644 --- a/test/fixtures/protect-via-snyk/package.json +++ b/test/fixtures/protect-via-snyk/package.json @@ -5,6 +5,7 @@ "main": "index.js", "dependencies": { "semver": "^2.3.2", + "get-uri": "2.0.2", "snyk": "*" }, "scripts": {