From 4b6261db19fb9331ce249adfb143829eea68e220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 03:38:57 +0000 Subject: [PATCH] Bump ws from 6.1.2 to 7.4.6 Bumps [ws](https://github.com/websockets/ws) from 6.1.2 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.1.2...7.4.6) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 6d4a6d0..8c5e8c4 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "request": "^2.85.0", "uws": "10.148.1", "winston": "^3.1.0", - "ws": "^6.1.2" + "ws": "^7.4.6" }, "devDependencies": { "eslint": "^5.10.0", diff --git a/yarn.lock b/yarn.lock index 3577971..4583c55 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3310,11 +3310,10 @@ ws@^4.0.0: async-limiter "~1.0.0" safe-buffer "~5.1.0" -ws@^6.1.2: - version "6.1.2" - resolved "https://registry.yarnpkg.com/ws/-/ws-6.1.2.tgz#3cc7462e98792f0ac679424148903ded3b9c3ad8" - dependencies: - async-limiter "~1.0.0" +ws@^7.4.6: + version "7.4.6" + resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c" + integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A== yallist@^3.0.0: version "3.0.3"