From a8edb57e8f51314d5a3e73fbd81c498711b7dd0b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 18 Nov 2020 06:21:28 +0000 Subject: [PATCH] Bump socket.io from 1.7.4 to 3.0.2 Bumps [socket.io](https://github.com/socketio/socket.io) from 1.7.4 to 3.0.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/1.7.4...3.0.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 13ac41a..da6ae0a 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "eslint-plugin-node": "^4.2.2", "istanbul": "^0.4.5", "mocha": "^3.4.2", - "socket.io": "^1.4.8", + "socket.io": "^3.0.2", "socket.io-client": "^1.4.8", "webpack-stream": "^3.2.0" },