From b12a58913669379a401b72e69a925c7e32070225 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 04:00:17 +0000 Subject: [PATCH] build(deps): bump ws from 6.1.4 to 7.4.6 Bumps [ws](https://github.com/websockets/ws) from 6.1.4 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.1.4...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 1c135d6..7f5fe7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -198,11 +198,6 @@ } } }, - "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==" - }, "asyncemit": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/asyncemit/-/asyncemit-3.0.1.tgz", @@ -3956,12 +3951,9 @@ } }, "ws": { - "version": "6.1.4", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.1.4.tgz", - "integrity": "sha512-eqZfL+NE/YQc1/ZynhojeV8q+H050oR8AZ2uIev7RU10svA9ZnJUddHcOUZTJLinZ9yEfdA2kSATS2qZK5fhJA==", - "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==" }, "yargs": { "version": "3.10.0", diff --git a/package.json b/package.json index 45e62a2..ffd4d1a 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "primus": "^7.3.1", "primus-emit": "^1.0.0", "primus-spark-latency": "^0.1.1", - "ws": "^6.1.2" + "ws": "^7.4.6" }, "repository": { "type": "git",