From d3b700edf3ba0e48073cfd815e928f1f82658f48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 01:39:53 +0000 Subject: [PATCH] build(deps): bump @rails/actioncable Bumps the rails group with 1 update in the / directory: [@rails/actioncable](https://github.com/rails/rails). Updates `@rails/actioncable` 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 dependency-group: rails ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 ++++------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 761c4d0828..a8d12d1343 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@fortawesome/free-regular-svg-icons": "^7.2.0", "@fortawesome/free-solid-svg-icons": "^7.2.0", "@fortawesome/react-fontawesome": "^3.3.1", - "@rails/actioncable": "^8.1.200", + "@rails/actioncable": "^8.1.300", "@rails/ujs": "^7.1.3-4", "@rjsf/core": "^6.5.2", "@rjsf/validator-ajv8": "^6.5.2", @@ -2934,9 +2934,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2957,9 +2954,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2980,9 +2974,6 @@ "cpu": [ "riscv64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3003,9 +2994,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3026,9 +3014,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3444,9 +3429,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/ujs": { diff --git a/package.json b/package.json index 58c547b63b..e16d6d0590 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@fortawesome/free-regular-svg-icons": "^7.2.0", "@fortawesome/free-solid-svg-icons": "^7.2.0", "@fortawesome/react-fontawesome": "^3.3.1", - "@rails/actioncable": "^8.1.200", + "@rails/actioncable": "^8.1.300", "@rails/ujs": "^7.1.3-4", "@rjsf/core": "^6.5.2", "@rjsf/validator-ajv8": "^6.5.2",