From 7f401ca850081de708e90435fade1028f1560d7a Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 11 May 2020 05:42:07 +0000 Subject: [PATCH] =?UTF-8?q?Update=20ws=20to=20the=20latest=20version=20?= =?UTF-8?q?=F0=9F=9A=80=20(#6680)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(package): update ws to version 7.3.0 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> --- 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 30213ece..d7fd6633 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10218,7 +10218,6 @@ "crypto-js": "4.0.0", "react-native-crypto-js": "1.0.0", "uuid": "3.3.3", - "ws": "7.2.5", "xmlhttprequest": "1.8.0" }, "dependencies": { @@ -12667,9 +12666,9 @@ } }, "ws": { - "version": "7.2.5", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.5.tgz", - "integrity": "sha512-C34cIU4+DB2vMyAbmEKossWq2ZQDr6QEyuuCzWrM9zfw1sGc0mYiJ0UnG9zzNykt49C2Fi34hvr2vssFQRS6EA==" + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.3.0.tgz", + "integrity": "sha512-iFtXzngZVXPGgpTlP1rBqsUK82p9tKqsWRPg5L56egiljujJT3vGAYnHANvFxBieXrTFavhzhxW52jnaWV+w2w==" }, "xml2js": { "version": "0.4.17", diff --git a/package.json b/package.json index 80c55199..4dc2bb57 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "uuid": "8.0.0", "winston": "3.2.1", "winston-daily-rotate-file": "4.4.2", - "ws": "7.2.5" + "ws": "7.3.0" }, "devDependencies": { "@babel/cli": "7.8.4",