From 01414e141634d3dd693157c9a653816486a9414d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 00:35:28 +0000 Subject: [PATCH] Bump socket.io-client from 4.7.2 to 4.7.3 in /client Bumps [socket.io-client](https://github.com/socketio/socket.io-client) from 4.7.2 to 4.7.3. - [Release notes](https://github.com/socketio/socket.io-client/releases) - [Changelog](https://github.com/socketio/socket.io-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io-client/compare/4.7.2...4.7.3) --- updated-dependencies: - dependency-name: socket.io-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index 0826292..2b31c5d 100644 --- a/client/package.json +++ b/client/package.json @@ -20,7 +20,7 @@ "react-router-dom": "^6.21.1", "react-transition-group": "^4.4.5", "sass": "^1.69.7", - "socket.io-client": "^4.7.2", + "socket.io-client": "^4.7.3", "uuid": "^9.0.1", "xterm": "^5.3.0", "xterm-addon-fit": "^0.8.0" diff --git a/client/yarn.lock b/client/yarn.lock index 69edc3f..427ff14 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -2239,10 +2239,10 @@ side-channel@^1.0.4: get-intrinsic "^1.0.2" object-inspect "^1.9.0" -socket.io-client@^4.7.2: - version "4.7.2" - resolved "https://registry.yarnpkg.com/socket.io-client/-/socket.io-client-4.7.2.tgz#f2f13f68058bd4e40f94f2a1541f275157ff2c08" - integrity sha512-vtA0uD4ibrYD793SOIAwlo8cj6haOeMHrGvwPxJsxH7CeIksqJ+3Zc06RvWTIFgiSqx4A3sOnTXpfAEE2Zyz6w== +socket.io-client@^4.7.3: + version "4.7.3" + resolved "https://registry.yarnpkg.com/socket.io-client/-/socket.io-client-4.7.3.tgz#b49e006fc1ccaea65229a4b435c083b10439ecc4" + integrity sha512-nU+ywttCyBitXIl9Xe0RSEfek4LneYkJxCeNnKCuhwoH4jGXO1ipIUw/VA/+Vvv2G1MTym11fzFC0SxkrcfXDw== dependencies: "@socket.io/component-emitter" "~3.1.0" debug "~4.3.2" -- 2.47.2