From ce570ce2cccd762f829a24aee83282da16a68f65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 19:49:54 +0000 Subject: [PATCH] chore(deps): bump @rails/actioncable from 7.0.7 to 7.0.8 Bumps [@rails/actioncable](https://github.com/rails/rails) from 7.0.7 to 7.0.8. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v7.0.7...v7.0.8) --- 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 b218a80..2b5e6c0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "support_act", "private": true, "dependencies": { - "@rails/actioncable": "^7.0.7", + "@rails/actioncable": "^7.0.8", "@rails/activestorage": "^7.0.7", "@rails/ujs": "^7.0.7", "@rails/webpacker": "^6.0.0-rc.6", diff --git a/yarn.lock b/yarn.lock index 840bb69..4776ba5 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.0.7": - version "7.0.7" - resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-7.0.7.tgz#03b5faa8642a80211708e8f1754cf424e9228718" - integrity sha512-NqHf4XDkeVaNk/r+TBo2aAMkjPyRPEfZkSqCTijfWukW1zTZ2XLDfvFzbpRCuWZ6gxItgoa/FkILZm27HRh2yg== +"@rails/actioncable@^7.0.8": + version "7.0.8" + resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-7.0.8.tgz#f44e7517f2d1570f1eabeea457dbeb17ed3a2d12" + integrity sha512-GjYQv89ZOOfbFw8VMNUOG33GXzyAA/TCVoD+742Ob4svm1XXUkd+w+ewqUXd+7VHQtV35y1/O78AGIPeJDTy/g== "@rails/activestorage@^7.0.7": version "7.0.7"