From 8fffc7fdca75ff684a47f733a639de8ab7531ab0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 18:04:27 +0000 Subject: [PATCH] chore(deps): bump @rails/actioncable and @types/rails__actioncable Bumps [@rails/actioncable](https://github.com/rails/rails) and [@types/rails__actioncable](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/rails__actioncable). These dependencies needed to be updated together. Updates `@rails/actioncable` from 7.1.3 to 8.1.0 - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v7.1.3...v8.1.0) Updates `@types/rails__actioncable` from 6.1.10 to 8.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/rails__actioncable) --- updated-dependencies: - dependency-name: "@rails/actioncable" dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/rails__actioncable" dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- client/package.json | 4 ++-- client/yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/client/package.json b/client/package.json index 4df3ad6a8b..9ff0b8466f 100644 --- a/client/package.json +++ b/client/package.json @@ -39,7 +39,7 @@ "@mui/lab": "^5.0.0-alpha.169", "@mui/material": "^5.15.14", "@mui/x-date-pickers": "^7.3.2", - "@rails/actioncable": "^7.1.3", + "@rails/actioncable": "^8.1.0", "@reduxjs/toolkit": "^1.9.7", "@rollbar/react": "^0.11.2", "@sgratzl/chartjs-chart-boxplot": "^3.8.0", @@ -128,7 +128,7 @@ "@types/jquery": "^3.5.29", "@types/lodash-es": "^4.17.12", "@types/papaparse": "^5.3.14", - "@types/rails__actioncable": "^6.1.10", + "@types/rails__actioncable": "^8.0.0", "@types/react": "^18.2.67", "@types/react-beautiful-dnd": "^13.1.8", "@types/react-dom": "^18.2.22", diff --git a/client/yarn.lock b/client/yarn.lock index 0270f02a1e..acf1917541 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -3048,10 +3048,10 @@ resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570" integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw== -"@rails/actioncable@^7.1.3": - version "7.1.3" - resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-7.1.3.tgz#4db480347775aeecd4dde2405659eef74a458881" - integrity sha512-ojNvnoZtPN0pYvVFtlO7dyEN9Oml1B6IDM+whGKVak69MMYW99lC2NOWXWeE3bmwEydbP/nn6ERcpfjHVjYQjA== +"@rails/actioncable@^8.1.0": + version "8.1.0" + resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-8.1.0.tgz#cd884d50a34af9a8c9149ec4e256fbb99a67b37f" + integrity sha512-9WSbN548dplVkfCFJFi/CKrJ+P4runAHZLlpXFn0xL+Y6tFJvo3zp92fr4ON9WOhNt8inetu8NJG1xDDAJ8N8g== "@react-dnd/asap@^4.0.0": version "4.0.1" @@ -3708,10 +3708,10 @@ resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb" integrity sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw== -"@types/rails__actioncable@^6.1.10": - version "6.1.10" - resolved "https://registry.yarnpkg.com/@types/rails__actioncable/-/rails__actioncable-6.1.10.tgz#bccab245053810205309db640952a60e24a5a321" - integrity sha512-Dr6A/+OTsoTgvnj2ynysjuMvmk2XDI4J71ljPANcODZjMafKeSau2/IJ+B4IuJ6x9bsG/DQpBxNxH6RqmyFzpw== +"@types/rails__actioncable@^8.0.0": + version "8.0.0" + resolved "https://registry.yarnpkg.com/@types/rails__actioncable/-/rails__actioncable-8.0.0.tgz#4a03bbfee659189c7835cd015b69f9cba67c0302" + integrity sha512-RqpJJHPqqimRPsecfuD03wGOp/QISmApmZ6MSsISmHcdOZ2zAiF5U6uGTzTNYOY1SYcY9/0+glcz4xlLJrNzwg== "@types/range-parser@*": version "1.2.4"