From 5591c0a274079ff18a4a3c45c5c71fe88f44b346 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 03:02:34 +0000 Subject: [PATCH] Bump ws from 6.1.4 to 7.4.6 in /Telegram 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] --- Telegram/package-lock.json | 14 +++----------- Telegram/package.json | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/Telegram/package-lock.json b/Telegram/package-lock.json index 0091382..12d3adc 100644 --- a/Telegram/package-lock.json +++ b/Telegram/package-lock.json @@ -28,11 +28,6 @@ "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" }, - "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", @@ -390,12 +385,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==" } } } diff --git a/Telegram/package.json b/Telegram/package.json index ca8e68f..98db06a 100644 --- a/Telegram/package.json +++ b/Telegram/package.json @@ -14,6 +14,6 @@ "https": "^1.0.0", "node-fetch": "^2.3.0", "telebot": "^1.2.6", - "ws": "^6.1.4" + "ws": "^7.4.6" } }