From 0782cb923db7d605811265924d5b3493d6864894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 14:03:50 +0000 Subject: [PATCH] Bump @rails/activestorage from 7.0.7 to 7.1.1 Bumps [@rails/activestorage](https://github.com/rails/rails) from 7.0.7 to 7.1.1. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v7.0.7...v7.1.1) --- updated-dependencies: - dependency-name: "@rails/activestorage" dependency-type: direct:production update-type: version-update:semver-minor ... 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 0e8e5971..52916562 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@hotwired/stimulus": "^3.2.2", "@hotwired/stimulus-webpack-helpers": "^1.0.1", "@rails/actiontext": "^7.0.8", - "@rails/activestorage": "^7.0.7", + "@rails/activestorage": "^7.1.1", "@rails/ujs": "^7.1.1", "@tailwindcss/forms": "^0.5.6", "@tailwindcss/typography": "^0.5.10", diff --git a/yarn.lock b/yarn.lock index 64ac4155..43033cc5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -117,10 +117,10 @@ dependencies: "@rails/activestorage" ">= 7.0.0-alpha1" -"@rails/activestorage@>= 7.0.0-alpha1", "@rails/activestorage@^7.0.7": - version "7.0.7" - resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-7.0.7.tgz#a23e22bccd61756ba52aff3b8cb43b050ae1ecca" - integrity sha512-EoiGMWUmRzYQhOQ1ifTFHuYNdOHP3f0YOhrKsFlshrV8vzkRkip1Ks3BMzW98cYOw7v6PUPmEeBxgb4jY2U2+g== +"@rails/activestorage@>= 7.0.0-alpha1", "@rails/activestorage@^7.1.1": + version "7.1.1" + resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-7.1.1.tgz#3f12e8ac784f460f6a9d205744354abd79a525f2" + integrity sha512-QGBj+y4fbZt/QMMpjqnpKlzCKpDGTYrvJ+qc0QLis34AfbBLVgRo7kPzmdmeOTtwvWqpcivB9CrjTcV/C/7ruA== dependencies: spark-md5 "^3.0.1"