From 8cb3e755cf361450f8032b6740e97a86ae636da6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 21:36:16 +0000 Subject: [PATCH] Bump ws from 6.2.2 to 8.4.1 Bumps [ws](https://github.com/websockets/ws) from 6.2.2 to 8.4.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.2.2...8.4.1) --- 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, 5 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 534247e..825870f 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "turbolinks": "^5.2.0", "webpack": "^5.11.0", "webpack-cli": "^4.2.0", - "ws": "^6.2.2" + "ws": "^8.4.1" }, "version": "0.1.0", "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 5bf4ca4..dc96aba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6246,12 +6246,10 @@ ws@^6.2.1: dependencies: async-limiter "~1.0.0" -ws@^6.2.2: - version "6.2.2" - resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.2.tgz#dd5cdbd57a9979916097652d78f1cc5faea0c32e" - integrity sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw== - dependencies: - async-limiter "~1.0.0" +ws@^8.4.1: + version "8.4.1" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.4.1.tgz#ce1a17e553d2b794e017fa94887808db5c67f614" + integrity sha512-6eqQ4yN2y2xv8b+BgbkUzPPyfo/PDl3VOWb06ZE0jIFYwuHMsMQN6F7o84yxJYCblfCRAxzpU59We4Rr4w0Luw== xtend@^4.0.2: version "4.0.2"