From 8df6a1a2f39cec6eb54479855fd5e94d0a831a0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 09:31:52 +0000 Subject: [PATCH] Bump lodash from 4.17.10 to 4.17.21 in /services/expiration Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.10...4.17.21) 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..5381519 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.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "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..9eb2985 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.21", "mongoose": "^5.0.17" } }