From 37a038807081804553a8d2a1e30578ac8eb67e62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 05:35:02 +0000 Subject: [PATCH] Bump socket.io from 2.2.0 to 3.0.5 Bumps [socket.io](https://github.com/socketio/socket.io) from 2.2.0 to 3.0.5. - [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...3.0.5) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 369e1cd76..1a598fe41 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "xmldom": "^0.1.19", "cbor-js": "^0.1.0", "webworkify": "^1.5.0", - "socket.io": "2.2.0" + "socket.io": "3.0.5" }, "directories": { "example": "examples",