From 24d0b7cfda1b7c896e43e9ecbc1e562f0e37538d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 19:03:03 +0000 Subject: [PATCH] Bump lodash from 4.17.12 to 4.17.21 in /frontend Bumps [lodash](https://github.com/lodash/lodash) from 4.17.12 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.12...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 6 +++--- frontend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ffe10895..1c6131eb 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8548,9 +8548,9 @@ } }, "lodash": { - "version": "4.17.12", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.12.tgz", - "integrity": "sha512-+CiwtLnsJhX03p20mwXuvhoebatoh5B3tt+VvYlrPgZC1g36y+RRbkufX95Xa+X4I59aWEacDFYwnJZiyBh9gA==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash.assign": { "version": "4.2.0", diff --git a/frontend/package.json b/frontend/package.json index 07d33d71..987cea04 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -41,7 +41,7 @@ "bulma": "^0.6.2", "font-awesome": "^4.7.0", "jdenticon": "^1.8.0", - "lodash": "^4.17.12", + "lodash": "^4.17.21", "mdi": "^1.8.36", "moment": "^2.20.1", "npm": "^6.6.0",