From 16ee9b106ce61bd7d0656339c81f9b34a04bfecd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 12:13:46 +0000 Subject: [PATCH] Bump socket.io from 2.4.1 to 4.1.2 Bumps [socket.io](https://github.com/socketio/socket.io) from 2.4.1 to 4.1.2. - [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.4.1...4.1.2) 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 152c684..fee60e0 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "irc": "^0.5.2", "jsonfile": "^6.0.1", "password-prompt": "^1.1.2", - "socket.io": "^2.0.1" + "socket.io": "^4.1.2" }, "devDependencies": { "babel-plugin-transform-runtime": "^6.23.0",