From 0882e70f48687fdcd8fcfe9c5bbd4305987e0f8d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 09:40:24 +0000 Subject: [PATCH] Bump socket.io from 1.7.4 to 2.3.0 Bumps [socket.io](https://github.com/socketio/socket.io) from 1.7.4 to 2.3.0. - [Release notes](https://github.com/socketio/socket.io/releases) - [Commits](https://github.com/socketio/socket.io/compare/1.7.4...2.3.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 13ac41a..dc40cf9 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": "^2.3.0", "socket.io-client": "^1.4.8", "webpack-stream": "^3.2.0" },