Skip to content

Commit 48c10ad

Browse files
authored
Merge pull request #49 from evan-scott-zocdoc/fix-vuln
update https-proxy-agent to fix vulnerability
2 parents ab32965 + 10fbb32 commit 48c10ad

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: node_js
22
node_js:
3-
- "4.3"
4-
- "4.0"
5-
- "0.12"
6-
- "0.10"
3+
- "6"
4+
- "8"
5+
- "10"
76

87
before_install:
98
- true && `base64 --decode <<< ZXhwb3J0IEJST1dTRVJTVEFDS19BQ0NFU1NfS0VZPUh5VmZydXJvb3dYb041eGhLZEs2Cg==`

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)