From 7f91772a1ed5ba398da2d51bfea9b1406c8c5979 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2019 14:50:45 +0000 Subject: [PATCH 1/2] fix(package): update ws to version 7.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c848f59267..cb18e0e79a 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "uuid": "3.3.2", "winston": "3.2.1", "winston-daily-rotate-file": "3.10.0", - "ws": "7.1.0" + "ws": "7.1.1" }, "devDependencies": { "@babel/cli": "7.5.5", From fdebd04f021bc66faad8965e0083f68e887c9a23 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2019 14:50:50 +0000 Subject: [PATCH 2/2] chore(package): update lockfile package-lock.json --- package-lock.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f394e17a74..628f618ab2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8698,6 +8698,16 @@ "uuid": "3.3.2", "ws": "7.1.0", "xmlhttprequest": "1.8.0" + }, + "dependencies": { + "ws": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.1.0.tgz", + "integrity": "sha512-Swie2C4fs7CkwlHu1glMePLYJJsWjzhl1vm3ZaLplD0h7OMkZyZ6kLTB/OagiU923bZrPFXuDTeEqaEN4NWG4g==", + "requires": { + "async-limiter": "^1.0.0" + } + } } }, "parse-json": { @@ -11066,9 +11076,9 @@ } }, "ws": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.1.0.tgz", - "integrity": "sha512-Swie2C4fs7CkwlHu1glMePLYJJsWjzhl1vm3ZaLplD0h7OMkZyZ6kLTB/OagiU923bZrPFXuDTeEqaEN4NWG4g==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.1.1.tgz", + "integrity": "sha512-o41D/WmDeca0BqYhsr3nJzQyg9NF5X8l/UdnFNux9cS3lwB+swm8qGWX5rn+aD6xfBU3rGmtHij7g7x6LxFU3A==", "requires": { "async-limiter": "^1.0.0" }