From 68d6ac6ae6c7a7140d74cdf54cada542d8db3cc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 02:19:31 +0000 Subject: [PATCH] chore(deps): bump @rails/activestorage from 7.2.100 to 7.2.101 Bumps [@rails/activestorage](https://github.com/rails/rails) from 7.2.100 to 7.2.101. - [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-patch ... 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 0f0fa1a..f7dba36 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "dependencies": { "@rails/actioncable": "^7.2.101", - "@rails/activestorage": "^7.2.100", + "@rails/activestorage": "^7.2.101", "@rails/ujs": "^7.1.401", "@rails/webpacker": "^6.0.0-rc.6", "turbolinks": "^5.2.0", diff --git a/yarn.lock b/yarn.lock index 39246b5..d82379b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1198,10 +1198,10 @@ resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-7.2.101.tgz#d0544b1bc51d420c1bb27f3281ccae54945e70f6" integrity sha512-YgFCyD+9mBhpJdfgf4QtJwk+vZbByVMXsEGREM6GrPk9A1pYXkkIpzYd3+843E+33e3S81yywhqZc3DyrZGPSg== -"@rails/activestorage@^7.2.100": - version "7.2.100" - resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-7.2.100.tgz#c1e643d3c35c62c946e6f7c8d812fa567d2ce915" - integrity sha512-gohCilm1E10W51Hc9iT960xX9TP11L5TJ4W1ufs9f3h5Ncsw01S/eHgVUfcdfszqw3G+28Z0MFu999+iSpgdTg== +"@rails/activestorage@^7.2.101": + version "7.2.101" + resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-7.2.101.tgz#fc786623431e7d5ef2b4e73b8c1cbfb890f18aac" + integrity sha512-N4Lb2xW+6OFeE8f0nvOo6vigVM3VWlEYO6+wPBgc26CFstVG2zXbj4SV88JW3hZSArcCVox726hbXogwMV7hcg== dependencies: spark-md5 "^3.0.1"