From f398bac827f68e92654cfcdd564bd9806eecc90c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 06:28:33 +0000 Subject: [PATCH] Bump ws from 7.0.0 to 7.4.6 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] --- package-lock.json | 14 +++----------- package.json | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index c894b45..b5015d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,11 +31,6 @@ "@types/node": "*" } }, - "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==" - }, "big-integer": { "version": "1.6.43", "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.43.tgz", @@ -180,12 +175,9 @@ } }, "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==" } } } diff --git a/package.json b/package.json index a0fed04..8fb5619 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "http": "0.0.0", "readline": "^1.3.0", "util": "^0.12.0", - "ws": "^7.0.0" + "ws": "^7.4.6" }, "devDependencies": {}, "scripts": {