From 05d2aa3c80039df2b454d99016c78e77a57a0d21 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2019 14:55:43 +0000 Subject: [PATCH] =?UTF-8?q?Update=20ws=20to=20the=20latest=20version=20?= =?UTF-8?q?=F0=9F=9A=80=20(#6146)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(package): update ws to version 7.2.0 * chore(package): update lockfile package-lock.json --- package-lock.json | 7 +++---- package.json | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1d452f05..88b37297 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8997,7 +8997,6 @@ "@babel/runtime": "7.6.3", "@babel/runtime-corejs3": "7.6.3", "uuid": "3.3.3", - "ws": "7.1.2", "xmlhttprequest": "1.8.0" } }, @@ -11424,9 +11423,9 @@ } }, "ws": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.1.2.tgz", - "integrity": "sha512-gftXq3XI81cJCgkUiAVixA0raD9IVmXqsylCrjRygw4+UOOGzPoxnQ6r/CnVL9i+mDncJo94tSkyrtuuQVBmrg==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.0.tgz", + "integrity": "sha512-+SqNqFbwTm/0DC18KYzIsMTnEWpLwJsiasW/O17la4iDRRIO9uaHbvKiAS3AHgTiuuWerK/brj4O6MYZkei9xg==", "requires": { "async-limiter": "^1.0.0" } diff --git a/package.json b/package.json index 6572ad06..dfaa5883 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "uuid": "3.3.3", "winston": "3.2.1", "winston-daily-rotate-file": "3.10.0", - "ws": "7.1.2" + "ws": "7.2.0" }, "devDependencies": { "@babel/cli": "7.6.4",