diff --git a/package.json b/package.json index f6c29c2a58..e3d92f7a8e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@popperjs/core": "^2.11.8", "@rails/actioncable": "^7.2.0", "@rails/actiontext": "^7.2.101", - "@rails/activestorage": "^7.2.101", + "@rails/activestorage": "^8.0.0", "@rails/ujs": "^7.1.400", "@stimulus-components/rails-nested-form": "^5.0.0", "add2calendar": "^1.1.8", diff --git a/yarn.lock b/yarn.lock index 639eb33931..41e0371f81 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1627,10 +1627,10 @@ dependencies: "@rails/activestorage" ">= 7.2.0-alpha" -"@rails/activestorage@>= 7.2.0-alpha", "@rails/activestorage@^7.2.101": - version "7.2.101" - resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-7.2.101.tgz#fc786623431e7d5ef2b4e73b8c1cbfb890f18aac" - integrity sha512-N4Lb2xW+6OFeE8f0nvOo6vigVM3VWlEYO6+wPBgc26CFstVG2zXbj4SV88JW3hZSArcCVox726hbXogwMV7hcg== +"@rails/activestorage@>= 7.2.0-alpha", "@rails/activestorage@^8.0.0": + version "8.0.0" + resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-8.0.0.tgz#be5dd10acc141b95ffa2b3026e61790c36f1679c" + integrity sha512-qoA7U1gMcWXhDnImwDIyRQDXkQKzThT2lu2Xpim8CnTOCEeAgkQ5Co2kzodpAI2grF1JSDvwXSPYNWwVAswndA== dependencies: spark-md5 "^3.0.1"