From feacc17ba738d4039498859d69e6d29c10370aa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 11:22:51 +0100 Subject: [PATCH] Bump @rails/activestorage from 7.0.4 to 7.1.2 (#67) Bumps [@rails/activestorage](https://github.com/rails/rails) from 7.0.4 to 7.1.2. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v7.0.4...v7.1.2) --- updated-dependencies: - dependency-name: "@rails/activestorage" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1e23bdcd..9203b4b4 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@hotwired/stimulus": "^3.1.1", "@hotwired/turbo-rails": "^7.2.4", "@popperjs/core": "^2.11.6", - "@rails/activestorage": "^7.0.4", + "@rails/activestorage": "^7.1.2", "bootstrap": "~5.3.0-alpha1", "bootstrap-icons": "^1.9.1", "esbuild": "^0.15.13", diff --git a/yarn.lock b/yarn.lock index 6b3b4041..72469b01 100644 --- a/yarn.lock +++ b/yarn.lock @@ -40,10 +40,10 @@ resolved "https://registry.npmjs.org/@rails/actioncable/-/actioncable-7.0.4.tgz" integrity sha512-tz4oM+Zn9CYsvtyicsa/AwzKZKL+ITHWkhiu7x+xF77clh2b4Rm+s6xnOgY/sGDWoFWZmtKsE95hxBPkgQQNnQ== -"@rails/activestorage@^7.0.4": - version "7.0.4" - resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-7.0.4.tgz#56bc3052f60e8867b40a87ed5ff3c0afe536643e" - integrity sha512-K2fV9C0z88fapu58nt9uHzMylsmJWUFuaIFvuZQEf1WTiPMsgTsj1bf8+cD81zXfTXYMZDQNRq4164JmuBKD3A== +"@rails/activestorage@^7.1.2": + version "7.1.2" + resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-7.1.2.tgz#088dce680fa1e0a4f8e0c5ac91073f729204ed06" + integrity sha512-evC/xGlpq5XGpcNJina3oNVVB8pUp1GpnN3a84SVA+UNuB6O91OdNRl9BGHNAOo6/jxmFtLb73PIjWqQyVE14w== dependencies: spark-md5 "^3.0.1"