From 11865671d5a03c2d1406ceb127b778699cb58ab2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 10:21:29 +0000 Subject: [PATCH] build(deps): bump @rails/actioncable in the rails group Bumps the rails group with 1 update: [@rails/actioncable](https://github.com/rails/rails). Updates `@rails/actioncable` from 7.2.100 to 7.2.200 - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/commits) --- updated-dependencies: - dependency-name: "@rails/actioncable" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rails ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 216eb353e8..be597ad612 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@fortawesome/free-regular-svg-icons": "^6.6.0", "@fortawesome/free-solid-svg-icons": "^6.6.0", "@fortawesome/react-fontawesome": "^0.2.2", - "@rails/actioncable": "^7.2.100", + "@rails/actioncable": "^7.2.200", "@rails/ujs": "^7.1.3-4", "@rjsf/core": "^5.21.2", "@rjsf/validator-ajv8": "^5.21.2", @@ -2802,9 +2802,9 @@ } }, "node_modules/@rails/actioncable": { - "version": "7.2.100", - "resolved": "https://registry.npmjs.org/@rails/actioncable/-/actioncable-7.2.100.tgz", - "integrity": "sha512-7xtIENf0Yw59AFDM3+xqxPCZxev3QVAqjPmUzmgsB9eL8S/zTpB0IU9srNc7XknzJI4e09XKNnCaJRx3gfYzXA==" + "version": "7.2.200", + "resolved": "https://registry.npmjs.org/@rails/actioncable/-/actioncable-7.2.200.tgz", + "integrity": "sha512-gVmi3MabEa+Bkatvw0/k1Y3WTidcIf3qNbb9L8qc+AmT2UmkVqUZhJpSLvKmH10twCYIGzn7yySW/lOpg81Duw==" }, "node_modules/@rails/ujs": { "version": "7.1.3-4", @@ -13664,9 +13664,9 @@ } }, "@rails/actioncable": { - "version": "7.2.100", - "resolved": "https://registry.npmjs.org/@rails/actioncable/-/actioncable-7.2.100.tgz", - "integrity": "sha512-7xtIENf0Yw59AFDM3+xqxPCZxev3QVAqjPmUzmgsB9eL8S/zTpB0IU9srNc7XknzJI4e09XKNnCaJRx3gfYzXA==" + "version": "7.2.200", + "resolved": "https://registry.npmjs.org/@rails/actioncable/-/actioncable-7.2.200.tgz", + "integrity": "sha512-gVmi3MabEa+Bkatvw0/k1Y3WTidcIf3qNbb9L8qc+AmT2UmkVqUZhJpSLvKmH10twCYIGzn7yySW/lOpg81Duw==" }, "@rails/ujs": { "version": "7.1.3-4", diff --git a/package.json b/package.json index d9fb183c84..147b0634c8 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@fortawesome/free-regular-svg-icons": "^6.6.0", "@fortawesome/free-solid-svg-icons": "^6.6.0", "@fortawesome/react-fontawesome": "^0.2.2", - "@rails/actioncable": "^7.2.100", + "@rails/actioncable": "^7.2.200", "@rails/ujs": "^7.1.3-4", "@rjsf/core": "^5.21.2", "@rjsf/validator-ajv8": "^5.21.2",