From 9f5afbf47e78ed8ce81fce0559a5357ca21a87a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 12:00:01 +0000 Subject: [PATCH] build(deps): bump @rails/activestorage from 7.2.101 to 8.0.0 Bumps [@rails/activestorage](https://github.com/rails/rails) from 7.2.101 to 8.0.0. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/commits/v8.0.0) --- updated-dependencies: - dependency-name: "@rails/activestorage" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"