From 93a711ec69f11b03371a25115f8024b49485377f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 23:09:10 +0000 Subject: [PATCH] Bump ws from 2.3.1 to 7.2.0 in /frontend Bumps [ws](https://github.com/websockets/ws) from 2.3.1 to 7.2.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/2.3.1...7.2.0) Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 324572f..ccfbc1f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -7,7 +7,7 @@ "joi": "^9.0.4", "ponos": "^5.8.2", "primus": "^6.0.9", - "ws": "^2.0.0" + "ws": "^7.2.0" }, "scripts": { "start": "node index.js | ./node_modules/.bin/bunyan"