From 8b1051162143009507bf558bd208bec0209dd878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 19:07:20 +0000 Subject: [PATCH] build(deps): bump @rails/actioncable from 8.1.200 to 8.1.300 Bumps [@rails/actioncable](https://github.com/rails/rails) from 8.1.200 to 8.1.300. - [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.300 dependency-type: direct:production update-type: version-update:semver-patch ... 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 f08e708197..11e242e5cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@hotwired/stimulus": "^3.2.2", "@hotwired/turbo-rails": "^8.0.23", "@popperjs/core": "^2.11.8", - "@rails/actioncable": "^8.1.200", + "@rails/actioncable": "^8.1.300", "@rails/actiontext": "^8.1.200", "@rails/activestorage": "^8.1.300", "@rails/ujs": "^7.1.600", @@ -3300,9 +3300,9 @@ } }, "node_modules/@rails/actioncable": { - "version": "8.1.200", - "resolved": "https://registry.npmjs.org/@rails/actioncable/-/actioncable-8.1.200.tgz", - "integrity": "sha512-on0DSb7AFUkq1ocxivDNQhhGW/RQpY91zvRVyyaEWP4gOOZWy33P/UyxjQk74IENWNrTqs8+zOGHwTjiiFruRw==", + "version": "8.1.300", + "resolved": "https://registry.npmjs.org/@rails/actioncable/-/actioncable-8.1.300.tgz", + "integrity": "sha512-zOENQsq3NM2jyBY6Z2qtZa3V/R/6OEqA+LGKixQbBMl7kk/J3FXDRcszPe74LsHNgB01jCl/DXu/xA8sHt4I/g==", "license": "MIT" }, "node_modules/@rails/actiontext": { diff --git a/package.json b/package.json index e81284477f..c7877b0710 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@hotwired/stimulus": "^3.2.2", "@hotwired/turbo-rails": "^8.0.23", "@popperjs/core": "^2.11.8", - "@rails/actioncable": "^8.1.200", + "@rails/actioncable": "^8.1.300", "@rails/actiontext": "^8.1.200", "@rails/activestorage": "^8.1.300", "@rails/ujs": "^7.1.600",