From f7b00376a859d6209e6573e0fe37dbf886677d8a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 28 Nov 2022 09:16:34 +0100 Subject: Update socket io --- client/package.json | 2 +- client/yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'client') diff --git a/client/package.json b/client/package.json index 61795610d..d5dc0a27e 100644 --- a/client/package.json +++ b/client/package.json @@ -121,7 +121,7 @@ "sass": "^1.52.3", "sass-loader": "^13.0.0", "sha.js": "^2.4.11", - "socket.io-client": "^4.5.1", + "socket.io-client": "^4.5.4", "stream-browserify": "^3.0.0", "stream-http": "^3.0.0", "stylelint": "^14.9.1", diff --git a/client/yarn.lock b/client/yarn.lock index 3f72a049f..eac68d35e 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -10191,17 +10191,17 @@ smart-buffer@^4.2.0: resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae" integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg== -socket.io-client@^4.5.1: - version "4.5.3" - resolved "https://registry.yarnpkg.com/socket.io-client/-/socket.io-client-4.5.3.tgz#bed69209d001465b2fea650d2e95c1e82768ab5e" - integrity sha512-I/hqDYpQ6JKwtJOf5ikM+Qz+YujZPMEl6qBLhxiP0nX+TfXKhW4KZZG8lamrD6Y5ngjmYHreESVasVCgi5Kl3A== +socket.io-client@^4.5.4: + version "4.5.4" + resolved "https://registry.yarnpkg.com/socket.io-client/-/socket.io-client-4.5.4.tgz#d3cde8a06a6250041ba7390f08d2468ccebc5ac9" + integrity sha512-ZpKteoA06RzkD32IbqILZ+Cnst4xewU7ZYK12aS1mzHftFFjpoMz69IuhP/nL25pJfao/amoPI527KnuhFm01g== dependencies: "@socket.io/component-emitter" "~3.1.0" debug "~4.3.2" engine.io-client "~6.2.3" - socket.io-parser "~4.2.0" + socket.io-parser "~4.2.1" -socket.io-parser@~4.2.0: +socket.io-parser@~4.2.1: version "4.2.1" resolved "https://registry.yarnpkg.com/socket.io-parser/-/socket.io-parser-4.2.1.tgz#01c96efa11ded938dcb21cbe590c26af5eff65e5" integrity sha512-V4GrkLy+HeF1F/en3SpUaM+7XxYXpuMUWLGde1kSSh5nQMN4hLrbPIkD+otwh6q9R6NOQBN4AMaOZ2zVjui82g== -- cgit v1.2.3