@rushstack/playwright-browser-tunnel 0.3.22 → 0.3.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.json CHANGED
@@ -1,6 +1,39 @@
1
1
  {
2
2
  "name": "@rushstack/playwright-browser-tunnel",
3
3
  "entries": [
4
+ {
5
+ "version": "0.3.24",
6
+ "tag": "@rushstack/playwright-browser-tunnel_v0.3.24",
7
+ "date": "Thu, 16 Jul 2026 00:16:13 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.23.2`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/terminal\" to `0.24.1`"
15
+ },
16
+ {
17
+ "comment": "Updating dependency \"@rushstack/ts-command-line\" to `5.3.11`"
18
+ },
19
+ {
20
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.2.20`"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "version": "0.3.23",
27
+ "tag": "@rushstack/playwright-browser-tunnel_v0.3.23",
28
+ "date": "Sat, 20 Jun 2026 21:37:11 GMT",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "comment": "Bump `ws` in `rush-serve-plugin` to mitigate CVE-2026-48779."
33
+ }
34
+ ]
35
+ }
36
+ },
4
37
  {
5
38
  "version": "0.3.22",
6
39
  "tag": "@rushstack/playwright-browser-tunnel_v0.3.22",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Change Log - @rushstack/playwright-browser-tunnel
2
2
 
3
- This log was last generated on Sat, 13 Jun 2026 00:16:19 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 16 Jul 2026 00:16:13 GMT and should not be manually modified.
4
+
5
+ ## 0.3.24
6
+ Thu, 16 Jul 2026 00:16:13 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.3.23
11
+ Sat, 20 Jun 2026 21:37:11 GMT
12
+
13
+ ### Patches
14
+
15
+ - Bump `ws` in `rush-serve-plugin` to mitigate CVE-2026-48779.
4
16
 
5
17
  ## 0.3.22
6
18
  Sat, 13 Jun 2026 00:16:19 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.58.8"
8
+ "packageVersion": "7.58.9"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/playwright-browser-tunnel",
3
- "version": "0.3.22",
3
+ "version": "0.3.24",
4
4
  "description": "Run a remote Playwright Browser Tunnel. Useful in remote development environments.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -40,21 +40,21 @@
40
40
  "homepage": "https://rushstack.io",
41
41
  "dependencies": {
42
42
  "string-argv": "~0.3.1",
43
- "ws": "~8.20.0",
43
+ "ws": "~8.21.0",
44
44
  "playwright": "1.56.1",
45
- "@rushstack/node-core-library": "5.23.1",
46
- "@rushstack/terminal": "0.24.0",
47
- "@rushstack/ts-command-line": "5.3.10"
45
+ "@rushstack/node-core-library": "5.23.2",
46
+ "@rushstack/ts-command-line": "5.3.11",
47
+ "@rushstack/terminal": "0.24.1"
48
48
  },
49
49
  "devDependencies": {
50
50
  "eslint": "~9.37.0",
51
51
  "@types/semver": "7.7.1",
52
- "@types/ws": "8.5.5",
52
+ "@types/ws": "8.18.1",
53
53
  "playwright-core": "~1.56.1",
54
54
  "@playwright/test": "~1.56.1",
55
55
  "@types/node": "20.17.19",
56
56
  "local-node-rig": "1.0.0",
57
- "@rushstack/heft": "1.2.19"
57
+ "@rushstack/heft": "1.2.20"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "playwright-core": "~1.56.1"