Skip to content

Commit

Permalink
Upgrade ws 7 to 7.5.10 (#57411)
Browse files Browse the repository at this point in the history
  • Loading branch information
amcasey authored Aug 30, 2024
1 parent eda517f commit baf82a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/Components/Web.JS/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4536,10 +4536,10 @@ write-file-atomic@^4.0.2:
imurmurhash "^0.1.4"
signal-exit "^3.0.7"

ws@^7.4.5:
version "7.5.9"
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591"
integrity "sha1-VPp9sp9MfOxosd3TqJ3gmZQrtZE= sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q=="
ws@^7.5.10:
version "7.5.10"
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/ws/-/ws-7.5.10.tgz#58b5c20dc281633f6c19113f39b349bd8bd558d9"
integrity sha1-WLXCDcKBYz9sGRE/ObNJvYvVWNk=

ws@^8.11.0:
version "8.13.0"
Expand Down
2 changes: 1 addition & 1 deletion src/SignalR/clients/ts/signalr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"eventsource": "^2.0.2",
"fetch-cookie": "^2.0.3",
"node-fetch": "^2.6.7",
"ws": "^7.4.5"
"ws": "^7.5.10"
},
"resolutions": {
"ansi-regex": "5.0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/SignalR/clients/ts/signalr/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ whatwg-url@^5.0.0:
tr46 "~0.0.3"
webidl-conversions "^3.0.0"

ws@^7.4.5:
ws@^7.5.10:
version "7.5.10"
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/ws/-/ws-7.5.10.tgz#58b5c20dc281633f6c19113f39b349bd8bd558d9"
integrity sha1-WLXCDcKBYz9sGRE/ObNJvYvVWNk=

0 comments on commit baf82a1

Please sign in to comment.