From 12071b4b0396a747ca8fd74262999b5d5e8ddc62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 05:43:49 +0000 Subject: [PATCH] Bump ws from 7.0.0 to 7.4.6 in /server Bumps [ws](https://github.com/websockets/ws) from 7.0.0 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.0.0...7.4.6) Signed-off-by: dependabot[bot] --- server/package-lock.json | 14 +++----------- server/package.json | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/server/package-lock.json b/server/package-lock.json index 5ab0497..987c8ee 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -94,11 +94,6 @@ "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.9.6.tgz", "integrity": "sha1-ECyenpAF0+fjgpvwxPok7oYu6bk=" }, - "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==" - }, "balanced-match": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", @@ -1682,12 +1677,9 @@ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" }, "ws": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.0.0.tgz", - "integrity": "sha512-cknCal4k0EAOrh1SHHPPWWh4qm93g1IuGGGwBjWkXmCG7LsDtL8w9w+YVfaF+KSVwiHQKDIMsSLBVftKf9d1pg==", - "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==" }, "xhr": { "version": "2.5.0", diff --git a/server/package.json b/server/package.json index 1805389..5a6c98c 100644 --- a/server/package.json +++ b/server/package.json @@ -43,6 +43,6 @@ "net": "^1.0.2", "path": "^0.12.7", "uniqid": "^5.0.3", - "ws": "^7.0.0" + "ws": "^7.4.6" } }