From 111194faa418ad8b272e014194079c406dcfb6b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2020 11:43:41 +0000 Subject: [PATCH] Bump lodash from 4.17.15 to 4.17.19 in /scripts/mongodb-migration Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) 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 75bc66c..d6c443c 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.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + "version": "4.17.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" }, "memory-pager": { "version": "1.5.0", diff --git a/scripts/mongodb-migration/package.json b/scripts/mongodb-migration/package.json index 8841e91..7234fb4 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.12", + "lodash": "^4.17.19", "moment": "^2.22.2", "mongoose": "^5.9.6", "path": "^0.12.7",