Skip to content

Commit

Permalink
Bump @rails/activestorage from 7.2.200 to 8.0.0 (#2709)
Browse files Browse the repository at this point in the history
Bumps [@rails/activestorage](https://github.com/rails/rails) from 7.2.200 to 8.0.0.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](https://github.com/rails/rails/commits/v8.0.0)

---
updated-dependencies:
- dependency-name: "@rails/activestorage"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 8, 2024
1 parent 554f065 commit bc33cae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@hotwired/turbo-rails": "^8.0.12",
"@rails/actioncable": "^8.0.0",
"@rails/actiontext": "^7.2.200",
"@rails/activestorage": "^7.2.200",
"@rails/activestorage": "^8.0.0",
"@rails/request.js": "^0.0.11",
"@stimulus-components/sortable": "^5.0.1",
"@sentry/browser": "^8.37.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -439,10 +439,10 @@
dependencies:
"@rails/activestorage" ">= 7.2.0-alpha"

"@rails/activestorage@>= 7.2.0-alpha", "@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@>= 7.2.0-alpha", "@rails/activestorage@^8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-8.0.0.tgz#be5dd10acc141b95ffa2b3026e61790c36f1679c"
integrity sha512-qoA7U1gMcWXhDnImwDIyRQDXkQKzThT2lu2Xpim8CnTOCEeAgkQ5Co2kzodpAI2grF1JSDvwXSPYNWwVAswndA==
dependencies:
spark-md5 "^3.0.1"

Expand Down

0 comments on commit bc33cae

Please sign in to comment.