From 64152cbcda52d41f31aa61ca35cf57037f8cd624 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 21:26:59 +0000 Subject: [PATCH] Bump lodash from 4.17.4 to 4.17.21 in /lambda/migrations Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.4...4.17.21) Signed-off-by: dependabot[bot] --- lambda/migrations/package-lock.json | 6 +++--- lambda/migrations/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lambda/migrations/package-lock.json b/lambda/migrations/package-lock.json index 1eea5df..2889261 100644 --- a/lambda/migrations/package-lock.json +++ b/lambda/migrations/package-lock.json @@ -79,9 +79,9 @@ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" }, "lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "minimatch": { "version": "3.0.4", diff --git a/lambda/migrations/package.json b/lambda/migrations/package.json index f28b335..d1af45d 100644 --- a/lambda/migrations/package.json +++ b/lambda/migrations/package.json @@ -1,7 +1,7 @@ { "dependencies": { "glob": "^7.1.2", - "lodash": "^4.17.4", + "lodash": "^4.17.21", "mongodb": "^2.2.28", "uuid": "^2.0.3" }