From ee701f7b0f85751e01aa1bfdb49911066844d7f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Dec 2021 06:02:39 +0000 Subject: [PATCH] Bump @rails/actioncable from 6.1.3 to 7.0.0 Bumps [@rails/actioncable](https://github.com/rails/rails) from 6.1.3 to 7.0.0. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v6.1.3...v7.0.0) --- updated-dependencies: - dependency-name: "@rails/actioncable" 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 72d2856..4d00581 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "myapp", "private": true, "dependencies": { - "@rails/actioncable": "^6.1.3", + "@rails/actioncable": "^7.0.0", "@rails/activestorage": "^6.1.3", "@rails/ujs": "^6.1.3", "@rails/webpacker": "^5.4.0", diff --git a/yarn.lock b/yarn.lock index bc4e866..3fdafff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -906,10 +906,10 @@ mkdirp "^1.0.4" rimraf "^3.0.2" -"@rails/actioncable@^6.1.3": - version "6.1.3" - resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-6.1.3.tgz#c8a67ec4d22ecd6931f7ebd98143fddbc815419a" - integrity sha512-m02524MR9cTnUNfGz39Lkx9jVvuL0tle4O7YgvouJ7H83FILxzG1nQ5jw8pAjLAr9XQGu+P1sY4SKE3zyhCNjw== +"@rails/actioncable@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-7.0.0.tgz#2bcb5ca5d7c1d8c32d53589579d2fc19c4864a04" + integrity sha512-uKOGaA8xMNuMwsQrH65l4LxLZ4RD2czP0MKBU7PHIbQS6XvYc6xV9HDveGfgumZSZJYJSfUIiKiqh5mjlCOxPA== "@rails/activestorage@^6.1.3": version "6.1.3"