From 2007e119a7075a519510cf73fb80e60a67fda2eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:44:00 +0000 Subject: [PATCH] Bump @rails/activestorage from 8.0.300 to 8.1.0 Bumps [@rails/activestorage](https://github.com/rails/rails) from 8.0.300 to 8.1.0. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/commits/v8.1.0) --- updated-dependencies: - dependency-name: "@rails/activestorage" dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 66154d9e..e21a62c4 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@hotwired/turbo-rails": "^8.0.18", "@rails/actioncable": "^8.0.300", "@rails/actiontext": "^8.0.300", - "@rails/activestorage": "^8.0.300", + "@rails/activestorage": "^8.1.0", "@rails/request.js": "^0.0.12", "babel-preset-react": "^6.24.1", "bulma": "^1.0.2", diff --git a/yarn.lock b/yarn.lock index 00d9608b..a342497c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -37,10 +37,10 @@ dependencies: "@rails/activestorage" ">= 8.0.0-alpha" -"@rails/activestorage@>= 8.0.0-alpha", "@rails/activestorage@^8.0.300": - version "8.0.300" - resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-8.0.300.tgz#4c31cf2ae59033a1fbb90ba545ff216b5ea161f8" - integrity sha512-vgugHjdH0wLM1+ajWdoiNNFphDsZrd349iJvfyVPC21IkMdJOnaBpF4eaV847cDqP/7mxxDZ4nkhc7dgQjGa4A== +"@rails/activestorage@>= 8.0.0-alpha", "@rails/activestorage@^8.1.0": + version "8.1.0" + resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-8.1.0.tgz#f4b76e73ee5de59923c7395efb7ce63679866ada" + integrity sha512-D2T6flCX+W3dGMzqHNikVgw1D1xpVb5wvxnQB/naHUpxgZ55Ch4D8yb246umSA3SDvk4qhuwU7knQF79VMG/Eg== dependencies: spark-md5 "^3.0.1"