From add83713ad10f66d5aadd5a11f9d0df66d73ac6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 19:59:01 +0000 Subject: [PATCH] Bump @rails/actioncable from 6.1.3 to 7.0.5 Bumps [@rails/actioncable](https://github.com/rails/rails) from 6.1.3 to 7.0.5. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v6.1.3...v7.0.5) --- updated-dependencies: - dependency-name: "@rails/actioncable" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fae22b2..a6e34b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -998,9 +998,9 @@ } }, "@rails/actioncable": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/@rails/actioncable/-/actioncable-6.1.3.tgz", - "integrity": "sha512-m02524MR9cTnUNfGz39Lkx9jVvuL0tle4O7YgvouJ7H83FILxzG1nQ5jw8pAjLAr9XQGu+P1sY4SKE3zyhCNjw==" + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/@rails/actioncable/-/actioncable-7.0.5.tgz", + "integrity": "sha512-SOBA2heB9lTw0VYIx8M/ed7inSf4I9sR8OIlJprhgkfQ3WJtrxPJ6DDATR1Z3RYaIR7HlT2Olj08v1lfGIGuHA==" }, "@rails/activestorage": { "version": "6.1.3", diff --git a/package.json b/package.json index ab4eedc..c70d909 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "verify-v2-quickstart-rails", "private": true, "dependencies": { - "@rails/actioncable": "^6.1.3", + "@rails/actioncable": "^7.0.5", "@rails/activestorage": "^6.1.3", "@rails/ujs": "^6.1.3", "@rails/webpacker": "5.3.0", diff --git a/yarn.lock b/yarn.lock index e16f9df..4bb3d05 100644 --- a/yarn.lock +++ b/yarn.lock @@ -933,10 +933,10 @@ dependencies: mkdirp "^1.0.4" -"@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.5": + version "7.0.5" + resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-7.0.5.tgz#bbc11203e0d3d5084002abfcf01d621fdf5f3a9d" + integrity sha512-SOBA2heB9lTw0VYIx8M/ed7inSf4I9sR8OIlJprhgkfQ3WJtrxPJ6DDATR1Z3RYaIR7HlT2Olj08v1lfGIGuHA== "@rails/activestorage@^6.1.3": version "6.1.3"