From 0caa66fd5e8a6afcd8697cbeac8b24c71f8a0fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 16:55:57 +0000 Subject: [PATCH] Bump lodash from 4.17.19 to 4.17.21 in /scripts/mongodb-migration Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21) Signed-off-by: dependabot[bot] --- scripts/mongodb-migration/package-lock.json | 6 +++--- scripts/mongodb-migration/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/mongodb-migration/package-lock.json b/scripts/mongodb-migration/package-lock.json index 8835327..4d6068a 100644 --- a/scripts/mongodb-migration/package-lock.json +++ b/scripts/mongodb-migration/package-lock.json @@ -168,9 +168,9 @@ "integrity": "sha512-l3hLhffs9zqoDe8zjmb/mAN4B8VT3L56EUvKNqLFVs9YlFA+zx7ke1DO8STAdDyYNkeSo1nKmjuvQeI12So8Xw==" }, "lodash": { - "version": "4.17.19", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", - "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "memory-pager": { "version": "1.5.0", diff --git a/scripts/mongodb-migration/package.json b/scripts/mongodb-migration/package.json index 7234fb4..7467f82 100644 --- a/scripts/mongodb-migration/package.json +++ b/scripts/mongodb-migration/package.json @@ -10,7 +10,7 @@ "dependencies": { "config": "^2.0.2", "dynamoose": "^1.1.0", - "lodash": "^4.17.19", + "lodash": "^4.17.21", "moment": "^2.22.2", "mongoose": "^5.9.6", "path": "^0.12.7",