From 01191e6ea91c1bf8bd4e89b2aecc712662465936 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Nov 2019 05:31:06 +0000 Subject: [PATCH] chore: upgrade ws from 6.1.2 to 7.2.0 Snyk has created this PR to upgrade ws from 6.1.2 to 7.2.0. See this package in NPM: https://www.npmjs.com/package/ws See this project in Snyk: https://app.snyk.io/org/ajesse11x/project/f5c67bd0-da18-480c-abea-dab942001dac?utm_source=github&utm_medium=upgrade-pr --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 446eb679f..7c3bae8ad 100644 --- a/client/package.json +++ b/client/package.json @@ -7,7 +7,7 @@ "mustache": "3.0.1", "request": "2.88.0", "tar": "4.4.8", - "ws": "6.1.2" + "ws": "7.2.0" }, "devDependencies": { "electron": "4.0.1",