From 5dbc79fe08fa07b4f93c290130f5dfa61aa9c817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 23:10:30 +0000 Subject: [PATCH] chore(deps): bump @rails/activestorage from 7.2.102 to 7.2.200 Bumps [@rails/activestorage](https://github.com/rails/rails) from 7.2.102 to 7.2.200. - [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 0000913..77e18f4 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "dependencies": { "@rails/actioncable": "^7.2.200", - "@rails/activestorage": "^7.2.102", + "@rails/activestorage": "^7.2.200", "@rails/ujs": "^7.1.500", "@rails/webpacker": "^6.0.0-rc.6", "turbolinks": "^5.2.0", diff --git a/yarn.lock b/yarn.lock index e362daa..fe3da2b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1198,10 +1198,10 @@ resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-7.2.200.tgz#7f56b3313762dbb85b64490aa33c5f431419aafd" integrity sha512-gVmi3MabEa+Bkatvw0/k1Y3WTidcIf3qNbb9L8qc+AmT2UmkVqUZhJpSLvKmH10twCYIGzn7yySW/lOpg81Duw== -"@rails/activestorage@^7.2.102": - version "7.2.102" - resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-7.2.102.tgz#6c44033e4698ea92466a764515d3b156d58c6530" - integrity sha512-indJKK6bhETIfyYqUtbE3neUQCZ7Qm3lcPXSHqlVBYsJ3DnUKKejqvaIHHA5MrmqTKNbnnrX4zyeA1mrJgLk9Q== +"@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== dependencies: spark-md5 "^3.0.1"