From d7f71b819349aca145a2488b350933f87139fcb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 06:09:41 +0000 Subject: [PATCH] Bump lodash from 4.17.20 to 4.17.21 in /firebase/functions Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21) Signed-off-by: dependabot[bot] --- firebase/functions/package-lock.json | 6 +++--- firebase/functions/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/firebase/functions/package-lock.json b/firebase/functions/package-lock.json index bfec10b..e24d77b 100644 --- a/firebase/functions/package-lock.json +++ b/firebase/functions/package-lock.json @@ -4791,9 +4791,9 @@ } }, "lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash.at": { "version": "4.6.0", diff --git a/firebase/functions/package.json b/firebase/functions/package.json index 18d4725..5727e8d 100644 --- a/firebase/functions/package.json +++ b/firebase/functions/package.json @@ -40,7 +40,7 @@ "fluent-ffmpeg": "^2.1.2", "glob": "^7.1.6", "handlebars": "^4.7.6", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "lodash.set": "^4.3.2", "node-fetch": "^2.6.0", "nodemailer": "^6.4.11",