From 4b240a892a312ff3dd27e0e6692e98f43fb2378e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 19:12:25 +0000 Subject: [PATCH] Bump @rails/activestorage from 6.1.3 to 6.1.5 Bumps [@rails/activestorage](https://github.com/rails/rails) from 6.1.3 to 6.1.5. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v6.1.3...v6.1.5) --- updated-dependencies: - dependency-name: "@rails/activestorage" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index fae22b2..0fab6b7 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.5", + "resolved": "https://registry.npmjs.org/@rails/activestorage/-/activestorage-6.1.5.tgz", + "integrity": "sha512-7L0eWqrguZIyvfPOpVoZRChuIgxbpBdwdVtprT6wrl5rUAbdyHr6AZczl1yS+5d6nBV0TqpVLaB1sGxi2aMbCQ==", "requires": { "spark-md5": "^3.0.0" } @@ -7407,9 +7407,9 @@ "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=" }, "spark-md5": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/spark-md5/-/spark-md5-3.0.1.tgz", - "integrity": "sha512-0tF3AGSD1ppQeuffsLDIOWlKUd3lS92tFxcsrh5Pe3ZphhnoK+oXIBTzOAThZCiuINZLvpiLH/1VS1/ANEJVig==" + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/spark-md5/-/spark-md5-3.0.2.tgz", + "integrity": "sha512-wcFzz9cDfbuqe0FZzfi2or1sgyIrsDwmPwfZC4hiNidPdPINjeUwNfv5kldczoEAcjl9Y1L3SM7Uz2PUEQzxQw==" }, "spdy": { "version": "4.0.2", diff --git a/package.json b/package.json index ab4eedc..0cd6248 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.5", "@rails/ujs": "^6.1.3", "@rails/webpacker": "5.3.0", "jquery": "^3.6.0", diff --git a/yarn.lock b/yarn.lock index e16f9df..d0f977c 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.5": + version "6.1.5" + resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-6.1.5.tgz#a43929573b2ffae54857ffa3b7ac1988af42b681" + integrity sha512-7L0eWqrguZIyvfPOpVoZRChuIgxbpBdwdVtprT6wrl5rUAbdyHr6AZczl1yS+5d6nBV0TqpVLaB1sGxi2aMbCQ== dependencies: spark-md5 "^3.0.0"