From 60a40391ecc3f8ebb267866cc7289d7913b03fdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jun 2021 06:02:58 +0000 Subject: [PATCH] Bump @rails/actioncable from 6.1.3 to 6.1.4 Bumps [@rails/actioncable](https://github.com/rails/rails) from 6.1.3 to 6.1.4. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v6.1.3...v6.1.4) --- updated-dependencies: - dependency-name: "@rails/actioncable" dependency-type: direct:production update-type: version-update:semver-patch ... 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..a8ae5f2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "myapp", "private": true, "dependencies": { - "@rails/actioncable": "^6.1.3", + "@rails/actioncable": "^6.1.4", "@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..cf12698 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@^6.1.4": + version "6.1.4" + resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-6.1.4.tgz#c3c5a9f8302c429af9722b6c50ab48049016d2a3" + integrity sha512-0LmSKJTuo2dL6BQ+9xxLnS9lbkyfz2mBGeBnQ2J7o9Bn0l0q+ZC6VuoZMZZXPvABI4QT7Nfknv5WhfKYL+boew== "@rails/activestorage@^6.1.3": version "6.1.3"