From b683e09d69add0fc560b6e0f3ab94cc169ca78d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 19:50:36 +0000 Subject: [PATCH] build(deps): bump @rails/activestorage from 8.1.300 to 8.1.301 Bumps [@rails/activestorage](https://github.com/rails/rails) from 8.1.300 to 8.1.301. - [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.301 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 597df47935..af7ce8ea7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@popperjs/core": "^2.11.8", "@rails/actioncable": "^8.1.300", "@rails/actiontext": "^8.1.300", - "@rails/activestorage": "^8.1.300", + "@rails/activestorage": "^8.1.301", "@rails/ujs": "^7.1.600", "@stimulus-components/rails-nested-form": "^5.0.0", "@tailwindcss/cli": "^4.3.2", @@ -3626,9 +3626,9 @@ } }, "node_modules/@rails/activestorage": { - "version": "8.1.300", - "resolved": "https://registry.npmjs.org/@rails/activestorage/-/activestorage-8.1.300.tgz", - "integrity": "sha512-AOv3zZrTJjQlzm4L9uzOQtCz6zaM4IqUyux6yzSqmS+PZ8EzwD1F2JAc4LlJNJAv4MSyNYriG+CaCm1QbQTjsA==", + "version": "8.1.301", + "resolved": "https://registry.npmjs.org/@rails/activestorage/-/activestorage-8.1.301.tgz", + "integrity": "sha512-o+gxhV96Wa/NpVdTWib9iR9RWlqWjjsylPv16muSFUjIhI6usZJBjM1y93h9cjwWfuW/FxI5QONeH3EFv3+cbg==", "license": "MIT", "dependencies": { "spark-md5": "^3.0.1" diff --git a/package.json b/package.json index 50af3f4c64..fc8ceaf163 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@popperjs/core": "^2.11.8", "@rails/actioncable": "^8.1.300", "@rails/actiontext": "^8.1.300", - "@rails/activestorage": "^8.1.300", + "@rails/activestorage": "^8.1.301", "@rails/ujs": "^7.1.600", "@stimulus-components/rails-nested-form": "^5.0.0", "@tailwindcss/cli": "^4.3.2",