From 7207a6f35608cb55a6c6559c6804fbd75672568a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 23:58:03 +0000 Subject: [PATCH] Bump @rails/activestorage from 7.1.0 to 7.1.1 Bumps [@rails/activestorage](https://github.com/rails/rails) from 7.1.0 to 7.1.1. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v7.1.0...v7.1.1) --- updated-dependencies: - dependency-name: "@rails/activestorage" dependency-type: direct:production update-type: version-update:semver-patch ... 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 abf3f7a5c..14130a333 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@hotwired/stimulus-webpack-helpers": "^1.0.1", "@hotwired/turbo-rails": "^7.3.0", "@rails/actioncable": "^7.1.1", - "@rails/activestorage": "^7.1.0", + "@rails/activestorage": "^7.1.1", "@sentry/browser": "^7.73.0", "@tailwindcss/forms": "^0.5.6", "@tailwindcss/typography": "^0.5.10", diff --git a/yarn.lock b/yarn.lock index 3776fca4f..9e988dd03 100644 --- a/yarn.lock +++ b/yarn.lock @@ -549,10 +549,10 @@ resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-7.1.1.tgz#e8c49769d41f35a4473133c259cc98adc04dddf8" integrity sha512-ZRJ9rdwFQQjRbtgJnweY0/4UQyxN6ojEGRdib0JkjnuIciv+4ok/aAeZmBJqNreTMaBqS0eHyA9hCArwN58opg== -"@rails/activestorage@^7.1.0": - version "7.1.0" - resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-7.1.0.tgz#6aeea30720f98ea25f790596862ac89251bcc05d" - integrity sha512-TYc3AkBaXgBlavODTHPgyaOMqt0MRkFlPCa7BiQJJyND17GYS7pP0lT0bgcDQgpuKMvsCdVxQaRwl6tzL5AW0g== +"@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"