Skip to content

Commit c1bf260

Browse files
committed
build: change sauce connect proxy name to avoid npm package shadowing
`sauce-connect` is an old npm package. Using the name for the saucelabs proxy tool causes false security vulnerability warnings.
1 parent 5f9540e commit c1bf260

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"pidtree": "^0.3.0",
128128
"pidusage": "^2.0.17",
129129
"rxjs": "~6.4.0",
130-
"sauce-connect": "https://saucelabs.com/downloads/sc-4.5.4-linux.tar.gz",
130+
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.5.4-linux.tar.gz",
131131
"semver": "6.3.0",
132132
"source-map": "^0.7.3",
133133
"source-map-support": "^0.5.0",

scripts/saucelabs/start-tunnel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ fi
3232

3333
echo "Starting Sauce Connect. Passed arguments: ${sauceArgs}"
3434

35-
${currentDir}/../../node_modules/sauce-connect/bin/sc -u ${SAUCE_USERNAME} -k ${SAUCE_ACCESS_KEY} ${sauceArgs}
35+
${currentDir}/../../node_modules/sauce-connect-proxy/bin/sc -u ${SAUCE_USERNAME} -k ${SAUCE_ACCESS_KEY} ${sauceArgs}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8868,7 +8868,7 @@ sauce-connect-launcher@^1.2.4:
88688868
lodash "^4.16.6"
88698869
rimraf "^2.5.4"
88708870

8871-
"sauce-connect@https://saucelabs.com/downloads/sc-4.5.4-linux.tar.gz":
8871+
"sauce-connect-proxy@https://saucelabs.com/downloads/sc-4.5.4-linux.tar.gz":
88728872
version "0.0.0"
88738873
resolved "https://saucelabs.com/downloads/sc-4.5.4-linux.tar.gz#dc5efcd2be24ddb099a85b923d6e754754651fa8"
88748874

0 commit comments

Comments
 (0)