From b8a61e021b62b154d5c6f22f018375e6bc71e1e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jun 2021 19:13:39 +0000 Subject: [PATCH] Bump @rails/activestorage from 6.1.3 to 6.1.4 Bumps [@rails/activestorage](https://github.com/rails/rails) from 6.1.3 to 6.1.4. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v6.1.3...v6.1.4) --- updated-dependencies: - dependency-name: "@rails/activestorage" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fae22b2..91d225a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1003,9 +1003,9 @@ "integrity": "sha512-m02524MR9cTnUNfGz39Lkx9jVvuL0tle4O7YgvouJ7H83FILxzG1nQ5jw8pAjLAr9XQGu+P1sY4SKE3zyhCNjw==" }, "@rails/activestorage": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/@rails/activestorage/-/activestorage-6.1.3.tgz", - "integrity": "sha512-9it2rc+79E+GP4GWX/P2M9/INcp1SicJaiF5yqj+k40x/JY+/eVdSAGfRCgq2G/FwkUdGlaKnG2OoDcXchczlw==", + "version": "6.1.4", + "resolved": "https://registry.npmjs.org/@rails/activestorage/-/activestorage-6.1.4.tgz", + "integrity": "sha512-1Tm8uaVBhLTDEG4YaFPvqguhjbUGSPVItm0CfkRpIFZIkybWzFAxatIrk4YVOOxB8ZdXS7GdeYa1qVwjdiDkgQ==", "requires": { "spark-md5": "^3.0.0" } diff --git a/package.json b/package.json index ab4eedc..5383ac6 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "dependencies": { "@rails/actioncable": "^6.1.3", - "@rails/activestorage": "^6.1.3", + "@rails/activestorage": "^6.1.4", "@rails/ujs": "^6.1.3", "@rails/webpacker": "5.3.0", "jquery": "^3.6.0", diff --git a/yarn.lock b/yarn.lock index e16f9df..bdc4e68 100644 --- a/yarn.lock +++ b/yarn.lock @@ -938,10 +938,10 @@ resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-6.1.3.tgz#c8a67ec4d22ecd6931f7ebd98143fddbc815419a" integrity sha512-m02524MR9cTnUNfGz39Lkx9jVvuL0tle4O7YgvouJ7H83FILxzG1nQ5jw8pAjLAr9XQGu+P1sY4SKE3zyhCNjw== -"@rails/activestorage@^6.1.3": - version "6.1.3" - resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-6.1.3.tgz#d76ce0fe59b5778e05b967c22c61b2964fde112a" - integrity sha512-9it2rc+79E+GP4GWX/P2M9/INcp1SicJaiF5yqj+k40x/JY+/eVdSAGfRCgq2G/FwkUdGlaKnG2OoDcXchczlw== +"@rails/activestorage@^6.1.4": + 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"