Skip to content

Commit 48fac31

Browse files
chore(deps): bump ws from 8.13.0 to 8.17.1 (#8558)
Bumps [ws](https://github.com/websockets/ws) from 8.13.0 to 8.17.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.13.0...8.17.1) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 484301a commit 48fac31

File tree

1 file changed

+32
-12
lines changed

1 file changed

+32
-12
lines changed

yarn.lock

+32-12
Original file line numberDiff line numberDiff line change
@@ -7877,7 +7877,16 @@ string-length@^4.0.1:
78777877
char-regex "^1.0.2"
78787878
strip-ansi "^6.0.0"
78797879

7880-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
7880+
"string-width-cjs@npm:string-width@^4.2.0":
7881+
version "4.2.3"
7882+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7883+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
7884+
dependencies:
7885+
emoji-regex "^8.0.0"
7886+
is-fullwidth-code-point "^3.0.0"
7887+
strip-ansi "^6.0.1"
7888+
7889+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
78817890
version "4.2.3"
78827891
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
78837892
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -7945,7 +7954,14 @@ string_decoder@~1.1.1:
79457954
dependencies:
79467955
safe-buffer "~5.1.0"
79477956

7948-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7957+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
7958+
version "6.0.1"
7959+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7960+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7961+
dependencies:
7962+
ansi-regex "^5.0.1"
7963+
7964+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
79497965
version "6.0.1"
79507966
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
79517967
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8980,7 +8996,7 @@ wildcard@^2.0.0:
89808996
resolved "https://registry.yarnpkg.com/wildcard/-/wildcard-2.0.1.tgz#5ab10d02487198954836b6349f74fff961e10f67"
89818997
integrity sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==
89828998

8983-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
8999+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
89849000
version "7.0.0"
89859001
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
89869002
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -8998,6 +9014,15 @@ wrap-ansi@^6.2.0:
89989014
string-width "^4.1.0"
89999015
strip-ansi "^6.0.0"
90009016

9017+
wrap-ansi@^7.0.0:
9018+
version "7.0.0"
9019+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
9020+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9021+
dependencies:
9022+
ansi-styles "^4.0.0"
9023+
string-width "^4.1.0"
9024+
strip-ansi "^6.0.0"
9025+
90019026
wrap-ansi@^8.1.0:
90029027
version "8.1.0"
90039028
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
@@ -9020,15 +9045,10 @@ write-file-atomic@^4.0.2:
90209045
imurmurhash "^0.1.4"
90219046
signal-exit "^3.0.7"
90229047

9023-
ws@^8.11.0, ws@^8.13.0:
9024-
version "8.13.0"
9025-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0"
9026-
integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==
9027-
9028-
ws@^8.16.0:
9029-
version "8.17.0"
9030-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.0.tgz#d145d18eca2ed25aaf791a183903f7be5e295fea"
9031-
integrity sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==
9048+
ws@^8.11.0, ws@^8.13.0, ws@^8.16.0:
9049+
version "8.17.1"
9050+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
9051+
integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==
90329052

90339053
xml-name-validator@^4.0.0:
90349054
version "4.0.0"

0 commit comments

Comments
 (0)