From a033937e9277589cc85e942cc5c2718f3214002e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 04:13:51 +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[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index acd4c22..751d094 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "license": "ISC", "dependencies": { "express": "^4.16.3", - "socket.io": "^2.2.0", + "socket.io": "^4.1.2", "striptags": "^3.1.1" }, "devDependencies": {