From 5a3ad60d5e8bba99443dcf1a1182c3ee17541ec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Dec 2021 00:32:22 +0000 Subject: [PATCH] Bump lodash from 4.17.20 to 4.17.21 in /2020/node Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 2020/node/package-lock.json | 6 +++--- 2020/node/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/2020/node/package-lock.json b/2020/node/package-lock.json index 04b9a95..ff8151d 100644 --- a/2020/node/package-lock.json +++ b/2020/node/package-lock.json @@ -3394,9 +3394,9 @@ } }, "lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash.memoize": { "version": "4.1.2", diff --git a/2020/node/package.json b/2020/node/package.json index 06a204a..e24c5e7 100644 --- a/2020/node/package.json +++ b/2020/node/package.json @@ -26,6 +26,6 @@ "boxen": "^4.2.0", "chalk": "^4.1.0", "concurrently": "^5.3.0", - "lodash": "^4.17.20" + "lodash": "^4.17.21" } }