From 4b1566c9512f3309324aecb978bf6d8ee895ac9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 09:08:29 +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 | 12 +++--------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index c4a8720..10a2aca 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "keyvenant": "^0.0.1", "lodash": "^4.17.11", "uuid": "^3.3.2", - "ws": "^6.1.2" + "ws": "^7.4.6" }, "devDependencies": { "@types/debug": "^0.0.31", diff --git a/yarn.lock b/yarn.lock index 197cc4d..bad7ce3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -620,10 +620,6 @@ async-each@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.1.tgz#19d386a1d9edc6e7c1c85d388aedbcc56d33602d" -async-limiter@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8" - async@^2.5.0, async@^2.6.1: version "2.6.1" resolved "https://registry.yarnpkg.com/async/-/async-2.6.1.tgz#b245a23ca71930044ec53fa46aa00a3e87c6a610" @@ -5059,11 +5055,9 @@ write-file-atomic@^2.0.0: imurmurhash "^0.1.4" signal-exit "^3.0.2" -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" xdg-basedir@^2.0.0: version "2.0.0"