From 284d04a211871f92f98f0353f65e2c878d26f54e Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sat, 17 Nov 2018 20:29:42 +0000 Subject: [PATCH] =?UTF-8?q?Update=20ws=20to=20the=20latest=20version=20?= =?UTF-8?q?=F0=9F=9A=80=20(#5180)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(package): update ws to version 6.1.2 * chore(package): update lockfile package-lock.json --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ddda16b..a14f3d69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11988,9 +11988,9 @@ } }, "ws": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.1.1.tgz", - "integrity": "sha512-tfSg0NBK1w9FkVhIftPp2lWPoFu3AInndGyydLPTNSIA4o1V7GveE2fCTF7kFmHZ/+NGVObBptvFXwzF7ALXDQ==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.1.2.tgz", + "integrity": "sha512-rfUqzvz0WxmSXtJpPMX2EeASXabOrSMk1ruMOV3JBTBjo4ac2lDjGGsbQSyxj8Odhw5fBib8ZKEjDNvgouNKYw==", "requires": { "async-limiter": "~1.0.0" } diff --git a/package.json b/package.json index 7c852eab..f00e4972 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "uuid": "^3.1.0", "winston": "2.4.1", "winston-daily-rotate-file": "1.7.2", - "ws": "6.1.1" + "ws": "6.1.2" }, "devDependencies": { "@babel/cli": "7.1.5",