From 082eb4f7c96c0b36aad66ddaa6d183ff43402aca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 02:24:38 +0000 Subject: [PATCH] Bump @rails/activestorage from 7.0.4 to 7.0.7 Bumps [@rails/activestorage](https://github.com/rails/rails) from 7.0.4 to 7.0.7. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v7.0.4...v7.0.7) --- 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 | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 47cce289c..83a5483e2 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@rails/actioncable": "^7.0.4", - "@rails/activestorage": "^7.0.4", + "@rails/activestorage": "^7.0.7", "@rails/ujs": "^7.0.4", "@rails/webpacker": "^5.4.4", "@sentry/browser": "^7.28.1", diff --git a/yarn.lock b/yarn.lock index 0c962ff40..86c3675e1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -863,9 +863,10 @@ version "7.0.4" resolved "https://registry.npmjs.org/@rails/actioncable/-/actioncable-7.0.4.tgz" -"@rails/activestorage@^7.0.4": - version "7.0.4" - resolved "https://registry.npmjs.org/@rails/activestorage/-/activestorage-7.0.4.tgz" +"@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== dependencies: spark-md5 "^3.0.1"