From 7c7cef08572e4047a3848d22a7ac1a9df9b2fc13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 23:01:32 +0000 Subject: [PATCH] Bump lodash from 4.17.20 to 4.17.21 in /electron 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] --- electron/package-lock.json | 6 +++--- electron/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/electron/package-lock.json b/electron/package-lock.json index d1dfe90..0e54801 100644 --- a/electron/package-lock.json +++ b/electron/package-lock.json @@ -2037,9 +2037,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.isequal": { "version": "4.5.0", diff --git a/electron/package.json b/electron/package.json index b19a48d..aca4b5b 100644 --- a/electron/package.json +++ b/electron/package.json @@ -21,7 +21,7 @@ "forcefocus": "^1.1.0", "is-admin": "^3.0.0", "jsonschema": "^1.4.0", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "mathjs": "^8.0.1", "node-hid": "^2.0.0-0", "node-powershell": "^4.0.0",