From d02835098deba4c5ab3e439d6567cf5f8653db19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2020 20:07:13 +0000 Subject: [PATCH] Bump engine.io-client from 0.5.0 to 3.4.0 Bumps [engine.io-client](https://github.com/socketio/engine.io-client) from 0.5.0 to 3.4.0. - [Release notes](https://github.com/socketio/engine.io-client/releases) - [Commits](https://github.com/socketio/engine.io-client/compare/0.5.0...3.4.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d53d50..7fa2434 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "smith": "~0.1.17", "msgpack-js-browser": "~0.1.3", "engine.io": "0.5.0", - "engine.io-client": "0.5.0" + "engine.io-client": "3.4.0" }, "scripts": { "test": "node test/all.js"