Skip to content

Commit eafa21b

Browse files
Copilotbmiddha
andauthored
chore: bump ws to ~8.20.0 (#5795)
* chore: bump ws to 8.20.0 Agent-Logs-Url: https://github.com/microsoft/rushstack/sessions/5b82e737-3f76-491d-9f89-f7c5fb29b541 Co-authored-by: bmiddha <5100938+bmiddha@users.noreply.github.com> * chore: bump ws to ~8.20.0 (tilde range for consistency) Agent-Logs-Url: https://github.com/microsoft/rushstack/sessions/5b82e737-3f76-491d-9f89-f7c5fb29b541 Co-authored-by: bmiddha <5100938+bmiddha@users.noreply.github.com> * chore: rush change for bump ws to ~8.20.0 Agent-Logs-Url: https://github.com/microsoft/rushstack/sessions/5a26a8f0-7dae-4731-bf13-5bb993d8087e Co-authored-by: bmiddha <5100938+bmiddha@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: bmiddha <5100938+bmiddha@users.noreply.github.com>
1 parent 2b7c453 commit eafa21b

6 files changed

Lines changed: 37 additions & 29 deletions

File tree

apps/playwright-browser-tunnel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@rushstack/terminal": "workspace:*",
4949
"@rushstack/ts-command-line": "workspace:*",
5050
"string-argv": "~0.3.1",
51-
"ws": "~8.14.1",
51+
"ws": "~8.20.0",
5252
"playwright": "1.56.1"
5353
},
5454
"devDependencies": {
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Bump the `ws` dependency to `~8.20.0`.",
5+
"type": "none",
6+
"packageName": "@microsoft/rush"
7+
}
8+
],
9+
"packageName": "@microsoft/rush",
10+
"email": "198982749+Copilot@users.noreply.github.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Bump the `ws` dependency to `~8.20.0`.",
5+
"type": "patch",
6+
"packageName": "@rushstack/playwright-browser-tunnel"
7+
}
8+
],
9+
"packageName": "@rushstack/playwright-browser-tunnel",
10+
"email": "198982749+Copilot@users.noreply.github.com"
11+
}

common/config/subspaces/default/pnpm-lock.yaml

Lines changed: 12 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
3-
"pnpmShrinkwrapHash": "80172ae4736f423efc43c5fb63defdf8229a8ef8",
3+
"pnpmShrinkwrapHash": "df8f539a6ad76fccf3d78ef38aef86d6ba08afa0",
44
"preferredVersionsHash": "029c99bd6e65c5e1f25e2848340509811ff9753c"
55
}

rush-plugins/rush-serve-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"cors": "~2.8.5",
2828
"express": "4.21.1",
2929
"http2-express-bridge": "~1.0.7",
30-
"ws": "~8.14.1"
30+
"ws": "~8.20.0"
3131
},
3232
"devDependencies": {
3333
"@rushstack/heft": "workspace:*",

0 commit comments

Comments
 (0)