From 6757331810295cfa318f20478763a26d6acd624f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 17:38:00 +0000 Subject: [PATCH] Bump lodash from 4.17.4 to 4.17.21 in /static Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.4...4.17.21) Signed-off-by: dependabot[bot] --- static/package-lock.json | 6 +++--- static/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/package-lock.json b/static/package-lock.json index c6d0f3c..2798fe9 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -3619,9 +3619,9 @@ } }, "lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=" + "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/static/package.json b/static/package.json index 45f1693..ea8bc11 100644 --- a/static/package.json +++ b/static/package.json @@ -11,7 +11,7 @@ "dependencies": { "axios": "^0.17.0", "bulma": "^0.6.0", - "lodash": "^4.17.4", + "lodash": "^4.17.21", "moment": "^2.19.1", "vue": "^2.4.4", "vue-simple-spinner": "^1.2.8",