From 793ee7fc5345619cdbcb87167f03475435a06ca7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 01:07:45 +0000 Subject: [PATCH] Bump @rails/activestorage from 6.1.4 to 7.0.7 Bumps [@rails/activestorage](https://github.com/rails/rails) from 6.1.4 to 7.0.7. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v6.1.4...v7.0.7) --- updated-dependencies: - dependency-name: "@rails/activestorage" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 17 ++++++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 6f05e0739..69d67aaa4 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "dependencies": { "@rails/actioncable": "^6.1.4", "@rails/actiontext": "^6.1.5", - "@rails/activestorage": "^6.1.3", + "@rails/activestorage": "^7.0.7", "@rails/ujs": "^6.1.4", "@rails/webpacker": "^5.4.3", "awesomplete": "^1.1.4", diff --git a/yarn.lock b/yarn.lock index 9c4a81f39..a5368c0b1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1199,13 +1199,20 @@ dependencies: "@rails/activestorage" "^6.0.0" -"@rails/activestorage@^6.0.0", "@rails/activestorage@^6.1.3": +"@rails/activestorage@^6.0.0": version "6.1.4" resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-6.1.4.tgz#7772f539cc846df5f4364fc57ccb48860f9e966e" integrity sha512-1Tm8uaVBhLTDEG4YaFPvqguhjbUGSPVItm0CfkRpIFZIkybWzFAxatIrk4YVOOxB8ZdXS7GdeYa1qVwjdiDkgQ== dependencies: spark-md5 "^3.0.0" +"@rails/activestorage@^7.0.7": + version "7.0.7" + resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-7.0.7.tgz#a23e22bccd61756ba52aff3b8cb43b050ae1ecca" + integrity sha512-EoiGMWUmRzYQhOQ1ifTFHuYNdOHP3f0YOhrKsFlshrV8vzkRkip1Ks3BMzW98cYOw7v6PUPmEeBxgb4jY2U2+g== + dependencies: + spark-md5 "^3.0.1" + "@rails/ujs@^6.1.4": version "6.1.4" resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-6.1.4.tgz#093d5341595a02089ed309dec40f3c37da7b1b10" @@ -7642,10 +7649,10 @@ source-map@~0.7.2: resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383" integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== -spark-md5@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/spark-md5/-/spark-md5-3.0.1.tgz#83a0e255734f2ab4e5c466e5a2cfc9ba2aa2124d" - integrity sha512-0tF3AGSD1ppQeuffsLDIOWlKUd3lS92tFxcsrh5Pe3ZphhnoK+oXIBTzOAThZCiuINZLvpiLH/1VS1/ANEJVig== +spark-md5@^3.0.0, spark-md5@^3.0.1: + version "3.0.2" + resolved "https://registry.yarnpkg.com/spark-md5/-/spark-md5-3.0.2.tgz#7952c4a30784347abcee73268e473b9c0167e3fc" + integrity sha512-wcFzz9cDfbuqe0FZzfi2or1sgyIrsDwmPwfZC4hiNidPdPINjeUwNfv5kldczoEAcjl9Y1L3SM7Uz2PUEQzxQw== spdy-transport@^3.0.0: version "3.0.0"