From d7f740448d86de240bdc6805e01af3f2ce8102ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 00:15:03 +0000 Subject: [PATCH] chore(deps): bump @rails/actioncable from 7.2.100 to 7.2.101 Bumps [@rails/actioncable](https://github.com/rails/rails) from 7.2.100 to 7.2.101. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/commits) --- 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 35e704b..0f0fa1a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "support_act", "private": true, "dependencies": { - "@rails/actioncable": "^7.2.100", + "@rails/actioncable": "^7.2.101", "@rails/activestorage": "^7.2.100", "@rails/ujs": "^7.1.401", "@rails/webpacker": "^6.0.0-rc.6", diff --git a/yarn.lock b/yarn.lock index e5abdb1..39246b5 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.2.100": - version "7.2.100" - resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-7.2.100.tgz#86ec1c2e00c357cef1e421fd63863d5c34339ce8" - integrity sha512-7xtIENf0Yw59AFDM3+xqxPCZxev3QVAqjPmUzmgsB9eL8S/zTpB0IU9srNc7XknzJI4e09XKNnCaJRx3gfYzXA== +"@rails/actioncable@^7.2.101": + version "7.2.101" + resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-7.2.101.tgz#d0544b1bc51d420c1bb27f3281ccae54945e70f6" + integrity sha512-YgFCyD+9mBhpJdfgf4QtJwk+vZbByVMXsEGREM6GrPk9A1pYXkkIpzYd3+843E+33e3S81yywhqZc3DyrZGPSg== "@rails/activestorage@^7.2.100": version "7.2.100"