From 70abdb95ffc230c7c490464ddb391345d887b72a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 06:03:03 +0000 Subject: [PATCH] Bump @rails/actioncable from 6.1.3 to 6.1.5 Bumps [@rails/actioncable](https://github.com/rails/rails) from 6.1.3 to 6.1.5. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v6.1.3...v6.1.5) --- 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..3a0ff10 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.5", "@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..6c996c7 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.5": + version "6.1.5" + resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-6.1.5.tgz#c24ec8123a8e7e239ceabda29078df9c93752394" + integrity sha512-bV4/Q7NweGFm7t3GvUFm19UF2WKmcvlOXy7AxMWEZCwDxQLagAXhUpKb1AJ6Rg88cPHqXSQHaGKr84lIMd607A== "@rails/activestorage@^6.1.3": version "6.1.3"