From 983f955e68131b7a37bb0e609a786fe39cd6bdab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 23:47:32 +0000 Subject: [PATCH] Bump ws from 5.0.0 to 7.4.6 Bumps [ws](https://github.com/websockets/ws) from 5.0.0 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/5.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 c19354e..00aeaa1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -369,11 +369,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==" - }, "asynckit": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", @@ -2822,12 +2817,9 @@ } }, "ws": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-5.0.0.tgz", - "integrity": "sha512-XXG4S0b771C68AeTHebBsJJBZMguxj7Em+D657RViuj6ppRd3tfuOhIK8eGwZGNb76C8MjQfCTfH2NN50rJN4w==", - "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==" }, "xdg-basedir": { "version": "3.0.0", diff --git a/package.json b/package.json index 5835d47..d55b9af 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,6 @@ "nodemailer": "^4.4.2", "play-sound": "^1.1.2", "request": "^2.83.0", - "ws": "^5.0.0" + "ws": "^7.4.6" } }