From 36c73d4eb3cdf6945eecdc45039a5d4c9416e65d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2020 00:15:46 +0000 Subject: [PATCH] Bump lodash from 4.17.4 to 4.17.19 in /lambda/consumer Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.4...4.17.19) Signed-off-by: dependabot[bot] --- lambda/consumer/package-lock.json | 13 ++++++++++--- lambda/consumer/package.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/lambda/consumer/package-lock.json b/lambda/consumer/package-lock.json index 9a798b4..0e25c7a 100644 --- a/lambda/consumer/package-lock.json +++ b/lambda/consumer/package-lock.json @@ -86,9 +86,9 @@ "integrity": "sha1-o/Iiqarp+Wb10nx5ZRDigJF2Qhc=" }, "lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=" + "version": "4.17.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" }, "mongodb": { "version": "2.2.34", @@ -209,6 +209,13 @@ "integrity": "sha1-qlijBBoGb5DqoWwvU4n/GfP0YaU=", "requires": { "lodash": "4.17.4" + }, + "dependencies": { + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=" + } } } } diff --git a/lambda/consumer/package.json b/lambda/consumer/package.json index ab97086..3c249ab 100644 --- a/lambda/consumer/package.json +++ b/lambda/consumer/package.json @@ -1,7 +1,7 @@ { "dependencies": { "aws-sdk": "^2.188.0", - "lodash": "^4.17.4", + "lodash": "^4.17.19", "mongodb": "^2.2.34", "uuid": "^2.0.3" }