Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit a35707a

Browse files
committed
update dependencies to mitigate security vulnerability
1 parent 96a3c10 commit a35707a

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "cbt_tunnels",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Creates a local connection to CrossBrowserTesting.com which allows you to test sites behind your firewall or to access web pages that are saved locally on your machine. In just a few seconds, you can establish a connection which allows you to do live testing, screenshots, or run Selenium scripts against any of the internal sites you have access to. This command line version uses WSS (secure websockets over https, port 443) to create the local connection. It can be scripted, so it is useful if you want to initiate a local connection programmatically before running automated javascript, screenshots, or selenium tests.",
55
"dependencies": {
6+
"@crossbrowsertesting/pac-resolver": "3.0.1",
67
"cli-color": "1.1.0",
78
"clui": "0.3.1",
89
"express": "4.16.3",
9-
"https-proxy-agent": "2.2.1",
10+
"https-proxy-agent": "^3.0.1",
1011
"lodash": "4.17.15",
1112
"log4js": "3.0.3",
12-
"@crossbrowsertesting/pac-resolver": "3.0.1",
1313
"request": "2.87.0",
1414
"serve-index": "1.9.1",
1515
"serve-static": "1.13.2",

0 commit comments

Comments
 (0)