From 9a685aefee9069e56ccd122ca9619040274145e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 10:03:39 +0000 Subject: [PATCH] Bump socket.io from 2.2.0 to 4.0.0 Bumps [socket.io](https://github.com/socketio/socket.io) from 2.2.0 to 4.0.0. - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/master/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io/compare/2.2.0...4.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29ce856..51ebede 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,6 @@ "pm2": "3.2.4", "redis": "2.8.0", "sinon": "7.2.2", - "socket.io": "2.2.0" + "socket.io": "4.0.0" } }