From ef685cde2ee80ca3b18311c2adf8ab792fbc6bde Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 29 Jun 2021 11:17:13 +0000 Subject: [PATCH] Bump @rails/activestorage from 6.0.0 to 6.1.4 Bumps [@rails/activestorage](https://github.com/rails/rails) from 6.0.0 to 6.1.4. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v6.0.0...v6.1.4) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 53097c5..eccbf4d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "dependencies": { "@rails/actioncable": "^6.0.0-rc1", - "@rails/activestorage": "^6.0.0-rc1", + "@rails/activestorage": "^6.1.4", "@rails/ujs": "^6.0.0-rc1", "@rails/webpacker": "*", "stimulus": "*", diff --git a/yarn.lock b/yarn.lock index 203fb19..f3c2edc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -690,10 +690,10 @@ resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-6.0.0.tgz#8bff9c902be1531ef7a9e191562e9771efcfdfe1" integrity sha512-DieouotYHpI6k2EGTCnh1eMvD3W8p3zqjWXEYj4z0khJ+A0qQ5tHxihjTEkio54MVwqHt1DcpUm2woh2n/alCA== -"@rails/activestorage@^6.0.0-rc1": - version "6.0.0" - resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-6.0.0.tgz#6d9cc98f3dcf195c38ca65e80acd2e759336dd7a" - integrity sha512-RZqTVlUYSWcI88pSJ7ImuTtDYQvqVc2PNuOo+5R3hcVupD+d2TO8xmluqQ5TvByjPqKX4acEK0mjEIK5ip9kCg== +"@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"