From 796f9aa9de42f82f41c3534877d3c35c34421c5f Mon Sep 17 00:00:00 2001 From: Evan Scott Date: Tue, 15 May 2018 13:51:22 -0400 Subject: [PATCH 1/2] 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 --- package.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 73cee6b..dcaf132 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "author": "BrowserStack", "license": "MIT", "dependencies": { - "https-proxy-agent": "^1.0.0", + "https-proxy-agent": "^2.2.1", "is-running": "^2.0.0", "sinon": "^1.17.6", "temp-fs": "^0.9.9" @@ -32,9 +32,8 @@ }, "bugs": "https://github.com/browserstack/browserstack-local-nodejs/issues", "homepage": "https://github.com/browserstack/browserstack-local-nodejs", - "repository": { - "type" : "git", - "url" : "https://github.com/browserstack/browserstack-local-nodejs.git" + "repository": { + "type": "git", + "url": "https://github.com/browserstack/browserstack-local-nodejs.git" } } - From 10fbb3254e711422c60fb57e0a572323b1db6ef8 Mon Sep 17 00:00:00 2001 From: Evan Scott Date: Tue, 15 May 2018 13:59:12 -0400 Subject: [PATCH 2/2] update travis node versions to ones that are supported by LTS --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 088dad1..9067036 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ language: node_js node_js: - - "4.3" - - "4.0" - - "0.12" - - "0.10" + - "6" + - "8" + - "10" before_install: - true && `base64 --decode <<< ZXhwb3J0IEJST1dTRVJTVEFDS19BQ0NFU1NfS0VZPUh5VmZydXJvb3dYb041eGhLZEs2Cg==`