From 71147eb0663d8c12879034316610481a5dae7ee7 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2020 11:20:25 +0000 Subject: [PATCH] =?UTF-8?q?Update=20ws=20to=20the=20latest=20version=20?= =?UTF-8?q?=F0=9F=9A=80=20(#6646)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(package): update ws to version 7.2.5 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> --- 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 73b8376b..dd106c5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12627,9 +12627,9 @@ } }, "ws": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.3.tgz", - "integrity": "sha512-HTDl9G9hbkNDk98naoR/cHDws7+EyYMOdL1BmjsZXRUjf7d+MficC4B7HLUPlSiho0vg+CWKrGIt/VJBd1xunQ==" + "version": "7.2.5", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.5.tgz", + "integrity": "sha512-C34cIU4+DB2vMyAbmEKossWq2ZQDr6QEyuuCzWrM9zfw1sGc0mYiJ0UnG9zzNykt49C2Fi34hvr2vssFQRS6EA==" }, "xml2js": { "version": "0.4.17", diff --git a/package.json b/package.json index 19076eba..33696f22 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "uuid": "3.4.0", "winston": "3.2.1", "winston-daily-rotate-file": "4.4.2", - "ws": "7.2.3" + "ws": "7.2.5" }, "devDependencies": { "@babel/cli": "7.8.4",