From ce7d3f3552fe1e376b8e30223d1f8babeb83220c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 12:23:31 +0000 Subject: [PATCH] Bump socket.io-client from 2.4.0 to 4.1.0 Bumps [socket.io-client](https://github.com/socketio/socket.io-client) from 2.4.0 to 4.1.0. - [Release notes](https://github.com/socketio/socket.io-client/releases) - [Changelog](https://github.com/socketio/socket.io-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io-client/compare/2.4.0...4.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 149c6b3..450a733 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "redux": "^4.0.0", "redux-promise-middleware": "^6.1.1", "socket.io": "^2.1.1", - "socket.io-client": "^2.1.1", + "socket.io-client": "^4.1.0", "stripe": "^8.92.0", "sweetalert2": "^8.15.2" },