From 5b69c9dea8115c9174cfae43a50168ba5843c085 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 11:37:22 +0000 Subject: [PATCH] build(deps): bump @rails/actiontext from 8.0.100 to 8.0.200 Bumps [@rails/actiontext](https://github.com/rails/rails) from 8.0.100 to 8.0.200. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/commits) --- updated-dependencies: - dependency-name: "@rails/actiontext" 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 4db6e73002..af606726ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@hotwired/turbo-rails": "^8.0.12", "@popperjs/core": "^2.11.8", "@rails/actioncable": "^8.0.100", - "@rails/actiontext": "^8.0.100", + "@rails/actiontext": "^8.0.200", "@rails/activestorage": "^8.0.100", "@rails/ujs": "^7.1.501", "@stimulus-components/rails-nested-form": "^5.0.0", @@ -2830,9 +2830,9 @@ "license": "MIT" }, "node_modules/@rails/actiontext": { - "version": "8.0.100", - "resolved": "https://registry.npmjs.org/@rails/actiontext/-/actiontext-8.0.100.tgz", - "integrity": "sha512-/Q1m6owfmRsVQ6xL/pyRtJiSgQxE3LMsqVk5/6d+H7om5E9xmjZNr2fGy5n3PZfrpAuJhFjWZZjTPLYrMqTaKA==", + "version": "8.0.200", + "resolved": "https://registry.npmjs.org/@rails/actiontext/-/actiontext-8.0.200.tgz", + "integrity": "sha512-p9SVulDmWKMChQpNYFrRBGa2aIfMSw8vyCRW9bwHzihFB8eAZ1NE6ak88nr037gwurbCBv4UVdnwndtuh2piAA==", "license": "MIT", "dependencies": { "@rails/activestorage": ">= 8.0.0-alpha" diff --git a/package.json b/package.json index 4d6bb45202..c83470d205 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@hotwired/turbo-rails": "^8.0.12", "@popperjs/core": "^2.11.8", "@rails/actioncable": "^8.0.100", - "@rails/actiontext": "^8.0.100", + "@rails/actiontext": "^8.0.200", "@rails/activestorage": "^8.0.100", "@rails/ujs": "^7.1.501", "@stimulus-components/rails-nested-form": "^5.0.0",