From ffa7af3b02b5b64ba94f9832af9f86ba07502117 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 19:50:40 +0000 Subject: [PATCH] chore(deps): bump @rails/actioncable from 7.1.3 to 7.2.0 Bumps [@rails/actioncable](https://github.com/rails/rails) from 7.1.3 to 7.2.0. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v7.1.3...v7.2.0) --- updated-dependencies: - dependency-name: "@rails/actioncable" dependency-type: direct:production update-type: version-update:semver-minor ... 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 79318b0..b19347e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "support_act", "private": true, "dependencies": { - "@rails/actioncable": "^7.1.3", + "@rails/actioncable": "^7.2.0", "@rails/activestorage": "^7.1.3", "@rails/ujs": "^7.1.3", "@rails/webpacker": "^6.0.0-rc.6", diff --git a/yarn.lock b/yarn.lock index 179e857..bf68686 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1193,10 +1193,10 @@ "@jridgewell/resolve-uri" "^3.0.3" "@jridgewell/sourcemap-codec" "^1.4.10" -"@rails/actioncable@^7.1.3": - version "7.1.3" - resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-7.1.3.tgz#4db480347775aeecd4dde2405659eef74a458881" - integrity sha512-ojNvnoZtPN0pYvVFtlO7dyEN9Oml1B6IDM+whGKVak69MMYW99lC2NOWXWeE3bmwEydbP/nn6ERcpfjHVjYQjA== +"@rails/actioncable@^7.2.0": + version "7.2.0" + resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-7.2.0.tgz#dee66d21bc125a9819dc8080ce896eac78d8c63f" + integrity sha512-crcsPF3skrqJkFZLxesZoyUEt8ol25XtTuOAUMdLa5qQKWTZpL8eLVW71bDCwKDQLbV2z5sBZ/XGEC0i+ZZa+A== "@rails/activestorage@^7.1.3": version "7.1.3"