From 9ee3181d00f8a385ad4f43ef2bff5b3b70889feb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 18 Feb 2021 11:13:50 +0000 Subject: [PATCH] Bump @rails/activestorage from 6.0.0 to 6.1.3 Bumps [@rails/activestorage](https://github.com/rails/rails) from 6.0.0 to 6.1.3. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v6.0.0...v6.1.3) 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..a7980d1 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.3", "@rails/ujs": "^6.0.0-rc1", "@rails/webpacker": "*", "stimulus": "*", diff --git a/yarn.lock b/yarn.lock index 203fb19..77b646f 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.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== dependencies: spark-md5 "^3.0.0"