From 28d80e2265358c939a698ceae80a35131e930c0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 21:59:43 +0000 Subject: [PATCH] Bump lodash from 4.17.14 to 4.17.21 in /nodejs/final Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.14...4.17.21) Signed-off-by: dependabot[bot] --- nodejs/final/package-lock.json | 6 +++--- nodejs/final/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nodejs/final/package-lock.json b/nodejs/final/package-lock.json index 0012ec1..6acb569 100644 --- a/nodejs/final/package-lock.json +++ b/nodejs/final/package-lock.json @@ -389,9 +389,9 @@ } }, "lodash": { - "version": "4.17.14", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz", - "integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash._arraypool": { "version": "2.4.1", diff --git a/nodejs/final/package.json b/nodejs/final/package.json index fc5181c..039a95a 100644 --- a/nodejs/final/package.json +++ b/nodejs/final/package.json @@ -21,7 +21,7 @@ "js-yaml": "^3.13.1", "mongodb": "^3.2.7", "swagger-tools": "^0.10.4", - "lodash": ">=4.17.14" + "lodash": ">=4.17.21" }, "author": "Stuart Williams" }