Skip to content

Commit 46fb830

Browse files
Bump ws from 8.13.0 to 8.17.1 in /compiler
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] <support@github.com>
1 parent 27e9476 commit 46fb830

File tree

1 file changed

+32
-12
lines changed

1 file changed

+32
-12
lines changed

compiler/yarn.lock

Lines changed: 32 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9127,7 +9127,16 @@ string-length@^4.0.1:
91279127
char-regex "^1.0.2"
91289128
strip-ansi "^6.0.0"
91299129

9130-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
9130+
"string-width-cjs@npm:string-width@^4.2.0":
9131+
version "4.2.3"
9132+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
9133+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
9134+
dependencies:
9135+
emoji-regex "^8.0.0"
9136+
is-fullwidth-code-point "^3.0.0"
9137+
strip-ansi "^6.0.1"
9138+
9139+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
91319140
version "4.2.3"
91329141
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
91339142
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -9220,7 +9229,14 @@ string_decoder@^1.1.1:
92209229
dependencies:
92219230
safe-buffer "~5.2.0"
92229231

9223-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
9232+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
9233+
version "6.0.1"
9234+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
9235+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
9236+
dependencies:
9237+
ansi-regex "^5.0.1"
9238+
9239+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
92249240
version "6.0.1"
92259241
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
92269242
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -9871,7 +9887,7 @@ wordwrap@>=0.0.2:
98719887
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
98729888
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
98739889

9874-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
9890+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
98759891
version "7.0.0"
98769892
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
98779893
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -9889,6 +9905,15 @@ wrap-ansi@^6.2.0:
98899905
string-width "^4.1.0"
98909906
strip-ansi "^6.0.0"
98919907

9908+
wrap-ansi@^7.0.0:
9909+
version "7.0.0"
9910+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
9911+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9912+
dependencies:
9913+
ansi-styles "^4.0.0"
9914+
string-width "^4.1.0"
9915+
strip-ansi "^6.0.0"
9916+
98929917
wrap-ansi@^8.1.0:
98939918
version "8.1.0"
98949919
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
@@ -9911,15 +9936,10 @@ write-file-atomic@^4.0.1, write-file-atomic@^4.0.2:
99119936
imurmurhash "^0.1.4"
99129937
signal-exit "^3.0.7"
99139938

9914-
ws@^8.13.0:
9915-
version "8.13.0"
9916-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0"
9917-
integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==
9918-
9919-
ws@^8.8.0:
9920-
version "8.9.0"
9921-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.9.0.tgz#2a994bb67144be1b53fe2d23c53c028adeb7f45e"
9922-
integrity sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==
9939+
ws@^8.13.0, ws@^8.8.0:
9940+
version "8.17.1"
9941+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
9942+
integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==
99239943

99249944
xml-name-validator@^4.0.0:
99259945
version "4.0.0"

0 commit comments

Comments
 (0)