From fb8fe94bbd61203435b0400dbacb9474468f8f56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:58:30 +0000 Subject: [PATCH] Bump @rails/activestorage from 7.2.200 to 8.0.100 in /spec/dummy Bumps [@rails/activestorage](https://github.com/rails/rails) from 7.2.200 to 8.0.100. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/commits) --- updated-dependencies: - dependency-name: "@rails/activestorage" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- spec/dummy/package.json | 2 +- spec/dummy/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/spec/dummy/package.json b/spec/dummy/package.json index 5bc0918..45fef3f 100644 --- a/spec/dummy/package.json +++ b/spec/dummy/package.json @@ -3,7 +3,7 @@ "private": true, "dependencies": { "@rails/actioncable": "^7.2.100", - "@rails/activestorage": "^7.2.200", + "@rails/activestorage": "^8.0.100", "@rails/ujs": "^7.1.501", "@rails/webpacker": "^5.4.4", "turbolinks": "^5.2.0", diff --git a/spec/dummy/yarn.lock b/spec/dummy/yarn.lock index ed71287..d1971a3 100644 --- a/spec/dummy/yarn.lock +++ b/spec/dummy/yarn.lock @@ -1114,10 +1114,10 @@ resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-7.2.100.tgz#86ec1c2e00c357cef1e421fd63863d5c34339ce8" integrity sha512-7xtIENf0Yw59AFDM3+xqxPCZxev3QVAqjPmUzmgsB9eL8S/zTpB0IU9srNc7XknzJI4e09XKNnCaJRx3gfYzXA== -"@rails/activestorage@^7.2.200": - version "7.2.200" - resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-7.2.200.tgz#087ff24e675f56b7abc19d29690876dd0f21df95" - integrity sha512-NJX7T1Z4LuoNLGGVOoMiEK24BXkpH5QNLYOTD1Ll3IzYu5eMs/mbDL+azJGsTig6WV20O16Pdkj9Fgl9Mo5qxA== +"@rails/activestorage@^8.0.100": + version "8.0.100" + resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-8.0.100.tgz#a04f84b8e2359dce5c9cac0d2f408cd530d1495a" + integrity sha512-/fIFav9RFFzQKK3a91O2OOdnHxPx+mBIR6wZDxeH9bcbDf2dZqhVcr5DGRJuhkF8U7C3s0tYvYafscmkBNRlHQ== dependencies: spark-md5 "^3.0.1"