From 09b2582cc01812ff9f5b6c414739f8bb534e565f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 19:40:19 +0000 Subject: [PATCH] chore(deps): bump @rails/actioncable from 7.1.0 to 7.1.1 Bumps [@rails/actioncable](https://github.com/rails/rails) from 7.1.0 to 7.1.1. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v7.1.0...v7.1.1) --- 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 dad882a..d09093c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "support_act", "private": true, "dependencies": { - "@rails/actioncable": "^7.1.0", + "@rails/actioncable": "^7.1.1", "@rails/activestorage": "^7.1.0", "@rails/ujs": "^7.1.0", "@rails/webpacker": "^6.0.0-rc.6", diff --git a/yarn.lock b/yarn.lock index f410a9e..6c3a627 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1154,10 +1154,10 @@ "@jridgewell/resolve-uri" "^3.0.3" "@jridgewell/sourcemap-codec" "^1.4.10" -"@rails/actioncable@^7.1.0": - version "7.1.0" - resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-7.1.0.tgz#9b1543b0abf5a0a7ef7088882ee3d6092b2745b3" - integrity sha512-MBGzAQHOk+sXblpCQsM0MPxQDzvTLFwaFu8jqYbfWDejpZPszo9xaAOF/3+iv7ab1o6PFiTpdbh+PR4osofIWw== +"@rails/actioncable@^7.1.1": + version "7.1.1" + resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-7.1.1.tgz#e8c49769d41f35a4473133c259cc98adc04dddf8" + integrity sha512-ZRJ9rdwFQQjRbtgJnweY0/4UQyxN6ojEGRdib0JkjnuIciv+4ok/aAeZmBJqNreTMaBqS0eHyA9hCArwN58opg== "@rails/activestorage@^7.1.0": version "7.1.0"