From 6b42712e55f591808819cf9aa9f3f661122142a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 May 2021 22:54:06 +0000 Subject: [PATCH] Bump lodash from 4.17.11 to 4.17.21 in /functions Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.21) Signed-off-by: dependabot[bot] --- functions/package-lock.json | 6 +++--- functions/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index c4a0422..bd1e5cf 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -1366,9 +1366,9 @@ } }, "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" + "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/functions/package.json b/functions/package.json index 220f99a..54af0bc 100644 --- a/functions/package.json +++ b/functions/package.json @@ -14,7 +14,7 @@ "dependencies": { "firebase-admin": "^8.0.0", "firebase-functions": "^3.0.0", - "lodash": "^4.17.11" + "lodash": "^4.17.21" }, "devDependencies": { "firebase-functions-test": "^0.1.6"