Skip to content

Commit a18e5d8

Browse files
Bump socket.io-client from 2.2.0 to 2.3.0
Bumps [socket.io-client](https://github.com/Automattic/socket.io-client) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/Automattic/socket.io-client/releases) - [Commits](https://github.com/Automattic/socket.io-client/commits) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent a8d6d90 commit a18e5d8

File tree

1 file changed

+49
-1
lines changed

1 file changed

+49
-1
lines changed

yarn.lock

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4376,6 +4376,23 @@ engine.io-client@~3.3.1:
43764376
xmlhttprequest-ssl "~1.5.4"
43774377
yeast "0.1.2"
43784378

4379+
engine.io-client@~3.4.0:
4380+
version "3.4.0"
4381+
resolved "https://registry.yarnpkg.com/engine.io-client/-/engine.io-client-3.4.0.tgz#82a642b42862a9b3f7a188f41776b2deab643700"
4382+
integrity sha512-a4J5QO2k99CM2a0b12IznnyQndoEvtA4UAldhGzKqnHf42I3Qs2W5SPnDvatZRcMaNZs4IevVicBPayxYt6FwA==
4383+
dependencies:
4384+
component-emitter "1.2.1"
4385+
component-inherit "0.0.3"
4386+
debug "~4.1.0"
4387+
engine.io-parser "~2.2.0"
4388+
has-cors "1.1.0"
4389+
indexof "0.0.1"
4390+
parseqs "0.0.5"
4391+
parseuri "0.0.5"
4392+
ws "~6.1.0"
4393+
xmlhttprequest-ssl "~1.5.4"
4394+
yeast "0.1.2"
4395+
43794396
engine.io-parser@~2.1.0, engine.io-parser@~2.1.1:
43804397
version "2.1.3"
43814398
resolved "https://registry.yarnpkg.com/engine.io-parser/-/engine.io-parser-2.1.3.tgz#757ab970fbf2dfb32c7b74b033216d5739ef79a6"
@@ -4387,6 +4404,17 @@ engine.io-parser@~2.1.0, engine.io-parser@~2.1.1:
43874404
blob "0.0.5"
43884405
has-binary2 "~1.0.2"
43894406

4407+
engine.io-parser@~2.2.0:
4408+
version "2.2.0"
4409+
resolved "https://registry.yarnpkg.com/engine.io-parser/-/engine.io-parser-2.2.0.tgz#312c4894f57d52a02b420868da7b5c1c84af80ed"
4410+
integrity sha512-6I3qD9iUxotsC5HEMuuGsKA0cXerGz+4uGcXQEkfBidgKf0amsjrrtwcbwK/nzpZBxclXlV7gGl9dgWvu4LF6w==
4411+
dependencies:
4412+
after "0.8.2"
4413+
arraybuffer.slice "~0.0.7"
4414+
base64-arraybuffer "0.1.5"
4415+
blob "0.0.5"
4416+
has-binary2 "~1.0.2"
4417+
43904418
engine.io@~3.3.1:
43914419
version "3.3.2"
43924420
resolved "https://registry.yarnpkg.com/engine.io/-/engine.io-3.3.2.tgz#18cbc8b6f36e9461c5c0f81df2b830de16058a59"
@@ -9849,7 +9877,7 @@ socket.io-adapter@~1.1.0:
98499877
resolved "https://registry.yarnpkg.com/socket.io-adapter/-/socket.io-adapter-1.1.1.tgz#2a805e8a14d6372124dd9159ad4502f8cb07f06b"
98509878
integrity sha1-KoBeihTWNyEk3ZFZrUUC+MsH8Gs=
98519879

9852-
[email protected], socket.io-client@^2.2.0:
9880+
98539881
version "2.2.0"
98549882
resolved "https://registry.yarnpkg.com/socket.io-client/-/socket.io-client-2.2.0.tgz#84e73ee3c43d5020ccc1a258faeeb9aec2723af7"
98559883
integrity sha512-56ZrkTDbdTLmBIyfFYesgOxsjcLnwAKoN4CiPyTVkMQj3zTUh0QAx3GbvIvLpFEOvQWu92yyWICxB0u7wkVbYA==
@@ -9869,6 +9897,26 @@ [email protected], socket.io-client@^2.2.0:
98699897
socket.io-parser "~3.3.0"
98709898
to-array "0.1.4"
98719899

9900+
socket.io-client@^2.2.0:
9901+
version "2.3.0"
9902+
resolved "https://registry.yarnpkg.com/socket.io-client/-/socket.io-client-2.3.0.tgz#14d5ba2e00b9bcd145ae443ab96b3f86cbcc1bb4"
9903+
integrity sha512-cEQQf24gET3rfhxZ2jJ5xzAOo/xhZwK+mOqtGRg5IowZsMgwvHwnf/mCRapAAkadhM26y+iydgwsXGObBB5ZdA==
9904+
dependencies:
9905+
backo2 "1.0.2"
9906+
base64-arraybuffer "0.1.5"
9907+
component-bind "1.0.0"
9908+
component-emitter "1.2.1"
9909+
debug "~4.1.0"
9910+
engine.io-client "~3.4.0"
9911+
has-binary2 "~1.0.2"
9912+
has-cors "1.1.0"
9913+
indexof "0.0.1"
9914+
object-component "0.0.3"
9915+
parseqs "0.0.5"
9916+
parseuri "0.0.5"
9917+
socket.io-parser "~3.3.0"
9918+
to-array "0.1.4"
9919+
98729920
socket.io-parser@~3.3.0:
98739921
version "3.3.0"
98749922
resolved "https://registry.yarnpkg.com/socket.io-parser/-/socket.io-parser-3.3.0.tgz#2b52a96a509fdf31440ba40fed6094c7d4f1262f"

0 commit comments

Comments
 (0)