From b6163c93184945aacc7985cb87db86e53a9784bc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 12:53:33 +0000 Subject: [PATCH] chore(deps): [security] bump socket.io from 2.2.0 to 4.1.3 Bumps [socket.io](https://github.com/socketio/socket.io) from 2.2.0 to 4.1.3. **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/2.2.0...4.1.3) 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 e333d40..50700bc 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "koa-static": "5.0.0", "lodash": "4.17.11", "signale": "1.4.0", - "socket.io": "2.2.0" + "socket.io": "4.1.3" }, "devDependencies": { "@babel/cli": "7.5.5",