From 695006a68865ce07f4249406ebbf456f3a2e8d86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 10:08:33 +0000 Subject: [PATCH] Bump lodash from 4.17.20 to 4.17.21 in /brew_view/static 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) Signed-off-by: dependabot[bot] --- brew_view/static/package-lock.json | 6 +++--- brew_view/static/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/brew_view/static/package-lock.json b/brew_view/static/package-lock.json index 4cf5b711..0e5dbe1a 100644 --- a/brew_view/static/package-lock.json +++ b/brew_view/static/package-lock.json @@ -5582,9 +5582,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.camelcase": { "version": "4.3.0", diff --git a/brew_view/static/package.json b/brew_view/static/package.json index 25e0285b..d379ed8c 100644 --- a/brew_view/static/package.json +++ b/brew_view/static/package.json @@ -32,7 +32,7 @@ "font-awesome": "^4.7.0", "jquery": "^3.2.1", "jwt-decode": "^2.2.0", - "lodash": "^4.17.10", + "lodash": "^4.17.21", "metismenu": "^2.7.0", "moment": "^2.19.1", "moment-timezone": "^0.4.0",