Skip to content

Commit 58a9343

Browse files
build(deps): bump ws from 8.17.0 to 8.17.1 (#229)
Bumps [ws](https://github.com/websockets/ws) from 8.17.0 to 8.17.1.
1 parent 0d0109a commit 58a9343

File tree

1 file changed

+31
-6
lines changed

1 file changed

+31
-6
lines changed

yarn.lock

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5324,7 +5324,16 @@ stream-browserify@^3.0.0:
53245324
inherits "~2.0.4"
53255325
readable-stream "^3.5.0"
53265326

5327-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.2.3:
5327+
"string-width-cjs@npm:string-width@^4.2.0":
5328+
version "4.2.3"
5329+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
5330+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5331+
dependencies:
5332+
emoji-regex "^8.0.0"
5333+
is-fullwidth-code-point "^3.0.0"
5334+
strip-ansi "^6.0.1"
5335+
5336+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.2.3:
53285337
version "4.2.3"
53295338
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
53305339
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5365,7 +5374,7 @@ string_decoder@~1.1.1:
53655374
dependencies:
53665375
safe-buffer "~5.1.0"
53675376

5368-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.1:
5377+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
53695378
version "6.0.1"
53705379
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
53715380
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -5379,6 +5388,13 @@ strip-ansi@^6.0.0:
53795388
dependencies:
53805389
ansi-regex "^5.0.0"
53815390

5391+
strip-ansi@^6.0.1:
5392+
version "6.0.1"
5393+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
5394+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5395+
dependencies:
5396+
ansi-regex "^5.0.1"
5397+
53825398
strip-ansi@^7.0.1:
53835399
version "7.1.0"
53845400
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -5997,7 +6013,16 @@ word-wrap@^1.2.5:
59976013
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34"
59986014
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
59996015

6000-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
6016+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
6017+
version "7.0.0"
6018+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
6019+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
6020+
dependencies:
6021+
ansi-styles "^4.0.0"
6022+
string-width "^4.1.0"
6023+
strip-ansi "^6.0.0"
6024+
6025+
wrap-ansi@^7.0.0:
60016026
version "7.0.0"
60026027
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
60036028
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -6021,9 +6046,9 @@ wrappy@1:
60216046
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
60226047

60236048
ws@^8.16.0:
6024-
version "8.17.0"
6025-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.0.tgz#d145d18eca2ed25aaf791a183903f7be5e295fea"
6026-
integrity sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==
6049+
version "8.17.1"
6050+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
6051+
integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==
60276052

60286053
xmlbuilder@>=11.0.1, xmlbuilder@^15.1.1:
60296054
version "15.1.1"

0 commit comments

Comments
 (0)