From bf3e30ba2a3b8f24353bf5c398cc2a8fff88f0af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 08:10:43 +0000 Subject: [PATCH] Bump ws from 7.4.5 to 7.4.6 Bumps [ws](https://github.com/websockets/ws) from 7.4.5 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.4.5...7.4.6) Signed-off-by: dependabot[bot] --- server/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/server/package.json b/server/package.json index 0569ed1..62d1436 100644 --- a/server/package.json +++ b/server/package.json @@ -44,7 +44,7 @@ "redux": "^4.0.5", "redux-thunk": "^2.3.0", "uuid": "^7.0.3", - "ws": "^7.2.3" + "ws": "^7.4.6" }, "resolutions": { "minimist": "^1.2.2" diff --git a/yarn.lock b/yarn.lock index 479f071..fe7fa81 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7713,10 +7713,10 @@ ws@^6.1.2: dependencies: async-limiter "~1.0.0" -ws@^7.0.0, ws@^7.2.3: - version "7.4.5" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.5.tgz#a484dd851e9beb6fdb420027e3885e8ce48986c1" - integrity sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g== +ws@^7.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== xdg-basedir@^4.0.0: version "4.0.0"