From 35ff9b9ba3cd8b929bb9d41ae91e78115b95ecf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 19:37:32 +0000 Subject: [PATCH] build(deps): bump @rails/activestorage from 8.1.0 to 8.1.100 Bumps [@rails/activestorage](https://github.com/rails/rails) from 8.1.0 to 8.1.100. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/commits) --- updated-dependencies: - dependency-name: "@rails/activestorage" dependency-version: 8.1.100 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c8689f237d..f0ef6d9ce4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@popperjs/core": "^2.11.8", "@rails/actioncable": "^8.1.100", "@rails/actiontext": "^8.1.100", - "@rails/activestorage": "^8.1.0", + "@rails/activestorage": "^8.1.100", "@rails/ujs": "^7.1.600", "@stimulus-components/rails-nested-form": "^5.0.0", "add-to-calendar-button": "^2.12.12", @@ -3914,9 +3914,9 @@ } }, "node_modules/@rails/activestorage": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@rails/activestorage/-/activestorage-8.1.0.tgz", - "integrity": "sha512-D2T6flCX+W3dGMzqHNikVgw1D1xpVb5wvxnQB/naHUpxgZ55Ch4D8yb246umSA3SDvk4qhuwU7knQF79VMG/Eg==", + "version": "8.1.100", + "resolved": "https://registry.npmjs.org/@rails/activestorage/-/activestorage-8.1.100.tgz", + "integrity": "sha512-rlZg23KYT7JFYXl1tj1WD9nm/yvtUvZT6pzNMVX+HaOjPyGq8xpEv1ADrrhawkbMktKxRj3xDVZ3d/qy0akHvw==", "license": "MIT", "dependencies": { "spark-md5": "^3.0.1" diff --git a/package.json b/package.json index 62371fbcd0..23724629bc 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@popperjs/core": "^2.11.8", "@rails/actioncable": "^8.1.100", "@rails/actiontext": "^8.1.100", - "@rails/activestorage": "^8.1.0", + "@rails/activestorage": "^8.1.100", "@rails/ujs": "^7.1.600", "@stimulus-components/rails-nested-form": "^5.0.0", "add-to-calendar-button": "^2.12.12",