From 2d8d47509557f808da454d3b207456a1dad3fbf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 May 2021 18:03:35 +0000 Subject: [PATCH] :arrow_up: Bump lodash from 4.17.15 to 4.17.21 in /firebase-functions Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) Signed-off-by: dependabot[bot] --- firebase-functions/package.json | 2 +- firebase-functions/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/firebase-functions/package.json b/firebase-functions/package.json index c10c8a1..96523e1 100644 --- a/firebase-functions/package.json +++ b/firebase-functions/package.json @@ -13,7 +13,7 @@ "cors": "^2.8.5", "firebase-admin": "^8.9.2", "firebase-functions": "^3.3.0", - "lodash": "^4.17.15" + "lodash": "^4.17.21" }, "devDependencies": { "eslint": "^4.12.0", diff --git a/firebase-functions/yarn.lock b/firebase-functions/yarn.lock index f85b28e..d389ead 100644 --- a/firebase-functions/yarn.lock +++ b/firebase-functions/yarn.lock @@ -1602,10 +1602,10 @@ lodash.once@^4.0.0: resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac" integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w= -lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.4, lodash@^4.3.0: - version "4.17.15" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" - integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== +lodash@^4.17.14, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.3.0: + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" + integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== long@^4.0.0: version "4.0.0"