From 0bbca147cf6af451a075ddf5d95aa075f3bffbbb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 08:00:09 +0000 Subject: [PATCH] [Security] Bump socket.io from 1.7.4 to 4.1.1 Bumps [socket.io](https://github.com/socketio/socket.io) from 1.7.4 to 4.1.1. **This update includes a security fix.** - [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...4.1.1) 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 85d9df17..fabadf00 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "preact": "^7.1.0", "request": "^2.79.0", "shx": "^0.2.2", - "socket.io": "^1.7.3", + "socket.io": "^4.1.1", "socket.io-client": "^1.7.3", "store": "^1.3.20", "webpack": "^1.14.0"