From e0d2895fad48166d8d13bcaec50afe2f01d963dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jan 2022 06:03:31 +0000 Subject: [PATCH] Bump @rails/actioncable from 6.1.3 to 7.0.1 Bumps [@rails/actioncable](https://github.com/rails/rails) from 6.1.3 to 7.0.1. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v6.1.3...v7.0.1) --- 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..7305244 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.1", "@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..49b56c5 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.1": + version "7.0.1" + resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-7.0.1.tgz#8f383b672e142d009f89b725d49b0832d99da74a" + integrity sha512-lbGc1z2RXdiWZJE/8o2GSe2gek82EoKd2YvjRrqV//0J3/JImONUYwZ2XPmS1R9R2oth1XlIG0YidqdeTty0TA== "@rails/activestorage@^6.1.3": version "6.1.3"