From 95ab1f4e5c58efa3026ff57da2763711535ca40e Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Sun, 6 Dec 2020 14:32:43 +0100 Subject: [PATCH] Update socket.io to 3.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 369e1cd76..bea871a37 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.3" }, "directories": { "example": "examples",