From be80b9bf635acdbe3443ca0e29f3e0fe3ec43377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 20:30:47 +0000 Subject: [PATCH] Build(deps): Bump @rails/activestorage from 7.0.7 to 7.0.8 in /Builder (#1993) Bumps [@rails/activestorage](https://github.com/rails/rails) from 7.0.7 to 7.0.8. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v7.0.7...v7.0.8) --- updated-dependencies: - dependency-name: "@rails/activestorage" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Builder/package.json | 2 +- Builder/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Builder/package.json b/Builder/package.json index c07007f4840..9442b843b15 100644 --- a/Builder/package.json +++ b/Builder/package.json @@ -5,7 +5,7 @@ "@hotwired/stimulus": "^3.2.2", "@hotwired/turbo-rails": "^7.3.0", "@rails/actioncable": "^7.0.7", - "@rails/activestorage": "^7.0.7", + "@rails/activestorage": "^7.0.8", "@rails/request.js": "^0.0.8", "autoprefixer": "^10.4.15", "postcss": "^8.4.29", diff --git a/Builder/yarn.lock b/Builder/yarn.lock index 6be67770e75..a10aa4cb4ad 100644 --- a/Builder/yarn.lock +++ b/Builder/yarn.lock @@ -209,10 +209,10 @@ resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-7.0.7.tgz#03b5faa8642a80211708e8f1754cf424e9228718" integrity sha512-NqHf4XDkeVaNk/r+TBo2aAMkjPyRPEfZkSqCTijfWukW1zTZ2XLDfvFzbpRCuWZ6gxItgoa/FkILZm27HRh2yg== -"@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.8": + version "7.0.8" + resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-7.0.8.tgz#7ea8a656b5621e0dc57f51e3ad2f06c3af30d3ea" + integrity sha512-CxPyCxTV0HIaZP8qqH11tkESNl8TrQsIAesAgeOXDOl0BkaN6nC0/Mq2/0ngezBu9CZbFzfHtP2g6Yl8BWkV8g== dependencies: spark-md5 "^3.0.1"