From baa5011143978c4c3aba4ce474752eb77cecd499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 21:11:55 +0000 Subject: [PATCH] Bump ws from 0.4.20 to 7.1.2 Bumps [ws](https://github.com/websockets/ws) from 0.4.20 to 7.1.2. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/v0.4.20...7.1.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d978527..1423f34 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ ] , "dependencies": { "debug": "*" - , "ws": "0.4.20" + , "ws": "7.1.2" } , "devDependencies": { "mocha": "*"