From 071649f1b0a8cacb2102afbf127299b9e4b52ce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Dec 2021 02:04:11 +0000 Subject: [PATCH] build(deps): bump ws from 7.4.3 to 8.4.0 Bumps [ws](https://github.com/websockets/ws) from 7.4.3 to 8.4.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.4.3...8.4.0) --- 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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8dd5a90..aba7faf 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "node-fetch": "^2.6.1", "tinycolor2": "^1.4.2", "uuid": "^8.3.1", - "ws": "^7.3.1" + "ws": "^8.4.0" }, "devDependencies": { "@babel/cli": "^7.16.0", diff --git a/yarn.lock b/yarn.lock index 00d90f5..b1fe3f4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6054,15 +6054,15 @@ ws@^6.0.0: dependencies: async-limiter "~1.0.0" -ws@^7.0.0, ws@^7.3.1: +ws@^7.0.0: version "7.4.3" resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.3.tgz#1f9643de34a543b8edb124bdcbc457ae55a6e5cd" integrity sha512-hr6vCR76GsossIRsr8OLR9acVVm1jyfEWvhbNjtgPOrfvAlKzvyeg/P6r8RuDjRyrcQoPQT7K0DGEPc7Ae6jzA== -ws@^8.2.0: - version "8.2.0" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.2.0.tgz#0b738cd484bfc9303421914b11bb4011e07615bb" - integrity sha512-uYhVJ/m9oXwEI04iIVmgLmugh2qrZihkywG9y5FfZV2ATeLIzHf93qs+tUNqlttbQK957/VX3mtwAS+UfIwA4g== +ws@^8.2.0, ws@^8.4.0: + version "8.4.0" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.4.0.tgz#f05e982a0a88c604080e8581576e2a063802bed6" + integrity sha512-IHVsKe2pjajSUIl4KYMQOdlyliovpEPquKkqbwswulszzI7r0SfQrxnXdWAEqOlDCLrVSJzo+O1hAwdog2sKSQ== ws@~7.2.0: version "7.2.5"