From f3cf2eddce939a35994bea9743031ecfeaef58c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 21:10:06 +0000 Subject: [PATCH] build(deps): bump @rails/actioncable from 8.0.300 to 8.1.100 Bumps [@rails/actioncable](https://github.com/rails/rails) from 8.0.300 to 8.1.100. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/commits) --- updated-dependencies: - dependency-name: "@rails/actioncable" dependency-version: 8.1.100 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 335afbc726..9337721ad7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@hotwired/stimulus": "^3.2.2", "@hotwired/turbo-rails": "^8.0.18", "@popperjs/core": "^2.11.8", - "@rails/actioncable": "^8.0.300", + "@rails/actioncable": "^8.1.100", "@rails/actiontext": "^8.1.100", "@rails/activestorage": "^8.1.0", "@rails/ujs": "^7.1.502", @@ -3896,9 +3896,9 @@ } }, "node_modules/@rails/actioncable": { - "version": "8.0.300", - "resolved": "https://registry.npmjs.org/@rails/actioncable/-/actioncable-8.0.300.tgz", - "integrity": "sha512-X+jxLnyYciTciEeM9crFFsR6DCodCsnoQIzv4hEST6Lx1rEBEjNQbBopnyDT4gr7lBeHJNfb6fEcvZuWFxUSQg==", + "version": "8.1.100", + "resolved": "https://registry.npmjs.org/@rails/actioncable/-/actioncable-8.1.100.tgz", + "integrity": "sha512-j4vJQqz51CDVYv2UafKRu4jiZi5/gTnm7NkyL+VMIgEw3s8jtVtmzu9uItUaZccUg9NJ6o05yVyBAHxNfTuCRA==", "license": "MIT" }, "node_modules/@rails/actiontext": { diff --git a/package.json b/package.json index 5c604038ea..58df8181f6 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@hotwired/stimulus": "^3.2.2", "@hotwired/turbo-rails": "^8.0.18", "@popperjs/core": "^2.11.8", - "@rails/actioncable": "^8.0.300", + "@rails/actioncable": "^8.1.100", "@rails/actiontext": "^8.1.100", "@rails/activestorage": "^8.1.0", "@rails/ujs": "^7.1.502",