From d185428ac67a8f4ef88f9d31e36c9ec8dc25f009 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 13:53:06 +0000 Subject: [PATCH] Bump ws from 6.1.0 to 7.4.6 in /apis Bumps [ws](https://github.com/websockets/ws) from 6.1.0 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.1.0...7.4.6) Signed-off-by: dependabot[bot] --- apis/package-lock.json | 14 +++----------- apis/package.json | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/apis/package-lock.json b/apis/package-lock.json index 3c18c52..358c579 100644 --- a/apis/package-lock.json +++ b/apis/package-lock.json @@ -44,11 +44,6 @@ "lodash": "4.17.11" } }, - "async-limiter": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz", - "integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==" - }, "basic-auth": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz", @@ -928,12 +923,9 @@ } }, "ws": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.1.0.tgz", - "integrity": "sha512-H3dGVdGvW2H8bnYpIDc3u3LH8Wue3Qh+Zto6aXXFzvESkTVT6rAfKR6tR/+coaUvxs8yHtmNV0uioBF62ZGSTg==", - "requires": { - "async-limiter": "1.0.0" - } + "version": "7.4.6", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz", + "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==" } } } diff --git a/apis/package.json b/apis/package.json index 33549df..4e8755d 100644 --- a/apis/package.json +++ b/apis/package.json @@ -14,7 +14,7 @@ "require-dir": "^1.0.0", "uuid": "^3.3.2", "winston": "^3.1.0", - "ws": "^6.0.0" + "ws": "^7.4.6" }, "scripts": { "start": "node index.js",