diff --git a/package-lock.json b/package-lock.json index 4a7df76da0..9cdeaaa445 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@hotwired/turbo-rails": "^8.0.18", "@popperjs/core": "^2.11.8", "@rails/actioncable": "^8.0.300", - "@rails/actiontext": "^8.0.300", + "@rails/actiontext": "^8.1.100", "@rails/activestorage": "^8.1.0", "@rails/ujs": "^7.1.502", "@stimulus-components/rails-nested-form": "^5.0.0", @@ -3897,12 +3897,12 @@ "license": "MIT" }, "node_modules/@rails/actiontext": { - "version": "8.0.300", - "resolved": "https://registry.npmjs.org/@rails/actiontext/-/actiontext-8.0.300.tgz", - "integrity": "sha512-3uIRBH7SsjlgbpZQTEsgZg9bdH2umdjCoXp02oRF1PzEi/TcOTQD/PXTthkRiXdo0sA6y3PMgJNiPs/JfW4JLQ==", + "version": "8.1.100", + "resolved": "https://registry.npmjs.org/@rails/actiontext/-/actiontext-8.1.100.tgz", + "integrity": "sha512-gnLK1HgGCmmVGY40hCiAJ4RwGALwRmiRzqyht6fiM/hrQnul278CqCg9jwV2IQOo7+jMbktGx2O9luGUzayQIA==", "license": "MIT", "dependencies": { - "@rails/activestorage": ">= 8.0.0-alpha" + "@rails/activestorage": ">= 8.1.0-alpha" }, "peerDependencies": { "trix": "^2.0.0" diff --git a/package.json b/package.json index 1a250b4fd5..9f8fb4f03e 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@hotwired/turbo-rails": "^8.0.18", "@popperjs/core": "^2.11.8", "@rails/actioncable": "^8.0.300", - "@rails/actiontext": "^8.0.300", + "@rails/actiontext": "^8.1.100", "@rails/activestorage": "^8.1.0", "@rails/ujs": "^7.1.502", "@stimulus-components/rails-nested-form": "^5.0.0",