From a3a1e8918141035906b5d6471fd13dcafbaee8e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 20:18:29 +0000 Subject: [PATCH] Bump ws from 1.1.5 to 7.2.0 Bumps [ws](https://github.com/websockets/ws) from 1.1.5 to 7.2.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/1.1.5...7.2.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 4c9aa57..18a0516 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "author": "Jackson Tian", "license": "MIT", "dependencies": { - "ws": "^1.1.5", + "ws": "^7.2.0", "nounou": "^1.2.1", "debug": "^3.1.0", "through2": "^2.0.3",