From 238e9c811518bde9e989da05ce602f4a58777876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Sep 2021 11:18:46 +0000 Subject: [PATCH] chore(deps): bump ws from 7.4.5 to 8.2.2 Bumps [ws](https://github.com/websockets/ws) from 7.4.5 to 8.2.2. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.4.5...8.2.2) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 43465a410d30..7bcdd938f28d 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "split2": "^3.2.2", "tar": "^6.0.1", "tar-fs": "^2.0.0", - "ws": "^7.2.0", + "ws": "^8.2.2", "xdg-basedir": "^5.0.1", "yarn": "^1.22.4" }, diff --git a/yarn.lock b/yarn.lock index b496efef6462..ceb48d719e15 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8258,10 +8258,10 @@ ws@^6.1.2: dependencies: async-limiter "~1.0.0" -ws@^7.2.0: - version "7.4.5" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.5.tgz#a484dd851e9beb6fdb420027e3885e8ce48986c1" - integrity sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g== +ws@^8.2.2: + version "8.2.2" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.2.2.tgz#ca684330c6dd6076a737250ed81ac1606cb0a63e" + integrity sha512-Q6B6H2oc8QY3llc3cB8kVmQ6pnJWVQbP7Q5algTcIxx7YEpc0oU4NBVHlztA7Ekzfhw2r0rPducMUiCGWKQRzw== wtfnode@^0.8.4: version "0.8.4"