Skip to content

Commit 796f9aa

Browse files
update https-proxy-agent
Fixes https://nodesecurity.io/advisories/593 Looked at the changelog and it doesn't appear there is any breaking change relevant to the library. https://github.com/TooTallNate/node-https-proxy-agent/blob/master/History.md#200--2017-06-26
1 parent ab32965 commit 796f9aa

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "BrowserStack",
1818
"license": "MIT",
1919
"dependencies": {
20-
"https-proxy-agent": "^1.0.0",
20+
"https-proxy-agent": "^2.2.1",
2121
"is-running": "^2.0.0",
2222
"sinon": "^1.17.6",
2323
"temp-fs": "^0.9.9"
@@ -32,9 +32,8 @@
3232
},
3333
"bugs": "https://github.com/browserstack/browserstack-local-nodejs/issues",
3434
"homepage": "https://github.com/browserstack/browserstack-local-nodejs",
35-
"repository": {
36-
"type" : "git",
37-
"url" : "https://github.com/browserstack/browserstack-local-nodejs.git"
35+
"repository": {
36+
"type": "git",
37+
"url": "https://github.com/browserstack/browserstack-local-nodejs.git"
3838
}
3939
}
40-

0 commit comments

Comments
 (0)