From 56ca8578666d206a47d07d9dc5ade7005414ac28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 16:42:02 +0000 Subject: [PATCH] chore(deps): bump lodash from 4.17.19 to 4.17.21 in /prototype Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21) Signed-off-by: dependabot[bot] --- prototype/package-lock.json | 6 +++--- prototype/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/prototype/package-lock.json b/prototype/package-lock.json index dbe3060..d707b92 100644 --- a/prototype/package-lock.json +++ b/prototype/package-lock.json @@ -2179,9 +2179,9 @@ } }, "lodash": { - "version": "4.17.19", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", - "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lowdb": { "version": "1.0.0", diff --git a/prototype/package.json b/prototype/package.json index fe20cec..fd88044 100644 --- a/prototype/package.json +++ b/prototype/package.json @@ -29,7 +29,7 @@ "@hapi/joi": "^16.1.7", "chalk": "^2.4.2", "glob": "^7.1.4", - "lodash": "^4.17.19", + "lodash": "^4.17.21", "lowdb": "^1.0.0", "nodemon": "^1.19.4" },