Skip to content

Commit c8d157f

Browse files
Bump socket.io from 4.6.1 to 4.7.5 (#527)
Bumps [socket.io](https://github.com/socketio/socket.io) from 4.6.1 to 4.7.5. - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](socketio/socket.io@4.6.1...4.7.5) --- updated-dependencies: - dependency-name: socket.io dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c3f2712 commit c8d157f

File tree

1 file changed

+53
-23
lines changed

1 file changed

+53
-23
lines changed

yarn.lock

Lines changed: 53 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5948,15 +5948,15 @@ end-of-stream@^1.4.1:
59485948
dependencies:
59495949
once "^1.4.0"
59505950

5951-
engine.io-parser@~5.0.3:
5952-
version "5.0.6"
5953-
resolved "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.0.6.tgz"
5954-
integrity sha512-tjuoZDMAdEhVnSFleYPCtdL2GXwVTGtNjoeJd9IhIG3C1xs9uwxqRNEu5WpnDZCaozwVlK/nuQhpodhXSIMaxw==
5951+
engine.io-parser@~5.2.1:
5952+
version "5.2.2"
5953+
resolved "https://registry.yarnpkg.com/engine.io-parser/-/engine.io-parser-5.2.2.tgz#37b48e2d23116919a3453738c5720455e64e1c49"
5954+
integrity sha512-RcyUFKA93/CXH20l4SoVvzZfrSDMOTUS3bWVpTt2FuFP+XYrL8i8oonHP7WInRyVHXh0n/ORtoeiE1os+8qkSw==
59555955

5956-
engine.io@~6.4.1:
5957-
version "6.4.2"
5958-
resolved "https://registry.npmjs.org/engine.io/-/engine.io-6.4.2.tgz"
5959-
integrity sha512-FKn/3oMiJjrOEOeUub2WCox6JhxBXq/Zn3fZOMCBxKnNYtsdKjxhl7yR3fZhM9PV+rdE75SU5SYMc+2PGzo+Tg==
5956+
engine.io@~6.5.2:
5957+
version "6.5.5"
5958+
resolved "https://registry.yarnpkg.com/engine.io/-/engine.io-6.5.5.tgz#430b80d8840caab91a50e9e23cb551455195fc93"
5959+
integrity sha512-C5Pn8Wk+1vKBoHghJODM63yk8MvrO9EWZUfkAt5HAqIgPE4/8FF0PEGHXtEd40l223+cE5ABWuPzm38PHFXfMA==
59605960
dependencies:
59615961
"@types/cookie" "^0.4.1"
59625962
"@types/cors" "^2.8.12"
@@ -5966,8 +5966,8 @@ engine.io@~6.4.1:
59665966
cookie "~0.4.1"
59675967
cors "~2.8.5"
59685968
debug "~4.3.1"
5969-
engine.io-parser "~5.0.3"
5970-
ws "~8.11.0"
5969+
engine.io-parser "~5.2.1"
5970+
ws "~8.17.1"
59715971

59725972
enhanced-resolve@^5.12.0:
59735973
version "5.13.0"
@@ -11058,25 +11058,26 @@ socket.io-adapter@~2.5.2:
1105811058
dependencies:
1105911059
ws "~8.11.0"
1106011060

11061-
socket.io-parser@~4.2.1:
11062-
version "4.2.3"
11063-
resolved "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.3.tgz"
11064-
integrity sha512-JMafRntWVO2DCJimKsRTh/wnqVvO4hrfwOqtO7f+uzwsQMuxO6VwImtYxaQ+ieoyshWOTJyV0fA21lccEXRPpQ==
11061+
socket.io-parser@~4.2.4:
11062+
version "4.2.4"
11063+
resolved "https://registry.yarnpkg.com/socket.io-parser/-/socket.io-parser-4.2.4.tgz#c806966cf7270601e47469ddeec30fbdfda44c83"
11064+
integrity sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==
1106511065
dependencies:
1106611066
"@socket.io/component-emitter" "~3.1.0"
1106711067
debug "~4.3.1"
1106811068

1106911069
socket.io@^4.4.1:
11070-
version "4.6.1"
11071-
resolved "https://registry.npmjs.org/socket.io/-/socket.io-4.6.1.tgz"
11072-
integrity sha512-KMcaAi4l/8+xEjkRICl6ak8ySoxsYG+gG6/XfRCPJPQ/haCRIJBTL4wIl8YCsmtaBovcAXGLOShyVWQ/FG8GZA==
11070+
version "4.7.5"
11071+
resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-4.7.5.tgz#56eb2d976aef9d1445f373a62d781a41c7add8f8"
11072+
integrity sha512-DmeAkF6cwM9jSfmp6Dr/5/mfMwb5Z5qRrSXLpo3Fq5SqyU8CMF15jIN4ZhfSwu35ksM1qmHZDQ/DK5XTccSTvA==
1107311073
dependencies:
1107411074
accepts "~1.3.4"
1107511075
base64id "~2.0.0"
11076+
cors "~2.8.5"
1107611077
debug "~4.3.2"
11077-
engine.io "~6.4.1"
11078+
engine.io "~6.5.2"
1107811079
socket.io-adapter "~2.5.2"
11079-
socket.io-parser "~4.2.1"
11080+
socket.io-parser "~4.2.4"
1108011081

1108111082
sockjs@^0.3.24:
1108211083
version "0.3.24"
@@ -11286,7 +11287,16 @@ streamroller@^3.1.5:
1128611287
debug "^4.3.4"
1128711288
fs-extra "^8.1.0"
1128811289

11289-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
11290+
"string-width-cjs@npm:string-width@^4.2.0":
11291+
version "4.2.3"
11292+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
11293+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
11294+
dependencies:
11295+
emoji-regex "^8.0.0"
11296+
is-fullwidth-code-point "^3.0.0"
11297+
strip-ansi "^6.0.1"
11298+
11299+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1129011300
version "4.2.3"
1129111301
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
1129211302
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -11345,7 +11355,14 @@ string_decoder@~1.1.1:
1134511355
dependencies:
1134611356
safe-buffer "~5.1.0"
1134711357

11348-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11358+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
11359+
version "6.0.1"
11360+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
11361+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
11362+
dependencies:
11363+
ansi-regex "^5.0.1"
11364+
11365+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1134911366
version "6.0.1"
1135011367
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
1135111368
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -12159,8 +12176,7 @@ wildcard@^2.0.0:
1215912176
resolved "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz"
1216012177
integrity sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==
1216112178

12162-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
12163-
name wrap-ansi-cjs
12179+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1216412180
version "7.0.0"
1216512181
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
1216612182
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -12178,6 +12194,15 @@ wrap-ansi@^6.2.0:
1217812194
string-width "^4.1.0"
1217912195
strip-ansi "^6.0.0"
1218012196

12197+
wrap-ansi@^7.0.0:
12198+
version "7.0.0"
12199+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
12200+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
12201+
dependencies:
12202+
ansi-styles "^4.0.0"
12203+
string-width "^4.1.0"
12204+
strip-ansi "^6.0.0"
12205+
1218112206
wrap-ansi@^8.1.0:
1218212207
version "8.1.0"
1218312208
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"
@@ -12202,6 +12227,11 @@ ws@~8.11.0:
1220212227
resolved "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz"
1220312228
integrity sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==
1220412229

12230+
ws@~8.17.1:
12231+
version "8.17.1"
12232+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
12233+
integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==
12234+
1220512235
1220612236
version "12.0.0"
1220712237
resolved "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-12.0.0.tgz"

0 commit comments

Comments
 (0)