From 23b17818326a23d28d5bd7fe34dd2540a9442316 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2020 04:50:10 +0000 Subject: [PATCH] Bump lodash from 4.17.10 to 4.17.19 in /services/expiration Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.10...4.17.19) Signed-off-by: dependabot[bot] --- services/expiration/package-lock.json | 20 +++++++++++++++++--- services/expiration/package.json | 2 +- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/services/expiration/package-lock.json b/services/expiration/package-lock.json index 3d04f62..374683d 100644 --- a/services/expiration/package-lock.json +++ b/services/expiration/package-lock.json @@ -18,6 +18,13 @@ "integrity": "sha1-LSFgx3iAMuTdbL4lAvH5osj2zeQ=", "requires": { "lodash": "4.17.10" + }, + "dependencies": { + "lodash": { + "version": "4.17.10", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz", + "integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==" + } } }, "aws-sdk": { @@ -118,9 +125,9 @@ "integrity": "sha512-p8+lEpsNs4N0fvNOC1/zzDO0wDrD3Pb1G+OwfIG+gKVK3MyY5jeaGYh+9Qx6jb4fEG2b3E6U98vaE9MH7Gilsw==" }, "lodash": { - "version": "4.17.10", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz", - "integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==" + "version": "4.17.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" }, "lodash.get": { "version": "4.4.2", @@ -291,6 +298,13 @@ "integrity": "sha1-qlijBBoGb5DqoWwvU4n/GfP0YaU=", "requires": { "lodash": "4.17.10" + }, + "dependencies": { + "lodash": { + "version": "4.17.10", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz", + "integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==" + } } } } diff --git a/services/expiration/package.json b/services/expiration/package.json index a934de9..8a6d7a4 100644 --- a/services/expiration/package.json +++ b/services/expiration/package.json @@ -12,7 +12,7 @@ "bluebird": "^3.5.1", "cron": "^1.3.0", "js-yaml": "^3.11.0", - "lodash": "^4.17.10", + "lodash": "^4.17.19", "mongoose": "^5.0.17" } }