From ac1be9e1a7afd80d91f502a0940c56490fc4d37b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2020 20:58:24 +0000 Subject: [PATCH] Bump ws from 0.8.1 to 7.2.3 Bumps [ws](https://github.com/websockets/ws) from 0.8.1 to 7.2.3. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/0.8.1...7.2.3) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8354d0d..34016b9 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "express": "^4.13.3", "serialport": "^2.0.5", "socket.io": "^1.3.7", - "ws": "^0.8.0" + "ws": "^7.2.3" } }