From ca867a1453d00a4cd894616760cfedbdfb9dfe76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 12:28:27 +0000 Subject: [PATCH] build(deps): bump @rails/actiontext from 8.1.200 to 8.1.300 Bumps [@rails/actiontext](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/actiontext" 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 6319151722..1035acf67a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@hotwired/turbo-rails": "^8.0.23", "@popperjs/core": "^2.11.8", "@rails/actioncable": "^8.1.200", - "@rails/actiontext": "^8.1.200", + "@rails/actiontext": "^8.1.300", "@rails/activestorage": "^8.1.200", "@rails/ujs": "^7.1.600", "@stimulus-components/rails-nested-form": "^5.0.0", @@ -3306,9 +3306,9 @@ "license": "MIT" }, "node_modules/@rails/actiontext": { - "version": "8.1.200", - "resolved": "https://registry.npmjs.org/@rails/actiontext/-/actiontext-8.1.200.tgz", - "integrity": "sha512-l4OuFLZbQB+A3yCNOzX0Y4Tn7XSekfuYjy20TiBuf+4Q5JKTnfuybHrQ5cDk/9DbwWE9sdWcdbODFUIYd4tczg==", + "version": "8.1.300", + "resolved": "https://registry.npmjs.org/@rails/actiontext/-/actiontext-8.1.300.tgz", + "integrity": "sha512-KPbLfZTt6aFKbdeTlU7ZzmX0uSSNhhfZx3G+2lfa6HltQ/r23HDcJnJOEVt72WKJo13IS5C5HK0sYwplVMCdNw==", "license": "MIT", "dependencies": { "@rails/activestorage": ">= 8.1.0-alpha" diff --git a/package.json b/package.json index f82b50fced..43ab1e4a7d 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@hotwired/turbo-rails": "^8.0.23", "@popperjs/core": "^2.11.8", "@rails/actioncable": "^8.1.200", - "@rails/actiontext": "^8.1.200", + "@rails/actiontext": "^8.1.300", "@rails/activestorage": "^8.1.200", "@rails/ujs": "^7.1.600", "@stimulus-components/rails-nested-form": "^5.0.0",