From 566079dd144784bd21b7df4b928b24d05244a4ab Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 30 Apr 2019 16:17:47 +0000 Subject: [PATCH 1/2] fix(package): update ws to version 7.0.0 --- backend/api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/api/package.json b/backend/api/package.json index 5f59f9d15..1af4b1d3a 100644 --- a/backend/api/package.json +++ b/backend/api/package.json @@ -136,7 +136,7 @@ "upath": "^1.1.2", "uuid": "^3.3.2", "validator": "^10.11.0", - "ws": "^6.2.0" + "ws": "^7.0.0" }, "devDependencies": { "@nestjs/testing": "^6.0.4", From 36f963735ad62b1654e5c436e7c9319eaa683d3a Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 30 Apr 2019 16:17:51 +0000 Subject: [PATCH 2/2] chore(package): update lockfile backend/api/yarn.lock --- backend/api/yarn.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/api/yarn.lock b/backend/api/yarn.lock index 638f31a5a..b917d6094 100644 --- a/backend/api/yarn.lock +++ b/backend/api/yarn.lock @@ -1866,7 +1866,7 @@ async-foreach@^0.1.3: resolved "https://registry.yarnpkg.com/async-foreach/-/async-foreach-0.1.3.tgz#36121f845c0578172de419a97dbeb1d16ec34542" integrity sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI= -async-limiter@~1.0.0: +async-limiter@^1.0.0, async-limiter@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8" @@ -10947,12 +10947,12 @@ ws@^6.0.0, ws@~6.1.0: dependencies: async-limiter "~1.0.0" -ws@^6.2.0: - version "6.2.0" - resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.0.tgz#13806d9913b2a5f3cbb9ba47b563c002cbc7c526" - integrity sha512-deZYUNlt2O4buFCa3t5bKLf8A7FPP/TVjwOeVNpw818Ma5nk4MLXls2eoEGS39o8119QIYxTrTDoPQ5B/gTD6w== +ws@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/ws/-/ws-7.0.0.tgz#79351cbc3f784b3c20d0821baf4b4ff809ffbf51" + integrity sha512-cknCal4k0EAOrh1SHHPPWWh4qm93g1IuGGGwBjWkXmCG7LsDtL8w9w+YVfaF+KSVwiHQKDIMsSLBVftKf9d1pg== dependencies: - async-limiter "~1.0.0" + async-limiter "^1.0.0" xdg-basedir@^3.0.0: version "3.0.0"