From 94bd9929d8e7103ad74af4f347b46c6b8dce9486 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 20:07:52 +0000 Subject: [PATCH] [Security] Bump lodash from 4.17.20 to 4.17.21 in /mobile Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. **This update includes a security fix.** - [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-preview[bot] --- mobile/package-lock.json | 6 +++--- mobile/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mobile/package-lock.json b/mobile/package-lock.json index f408575..4e7a288 100644 --- a/mobile/package-lock.json +++ b/mobile/package-lock.json @@ -3357,9 +3357,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.get": { "version": "4.4.2", diff --git a/mobile/package.json b/mobile/package.json index ceb1a52..ff61e45 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -118,7 +118,7 @@ "gm": "^1.23.1", "handlebars": "^4.7.6", "imagemagick": "^0.1.3", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "prettier": "^2.1.2", "titanium": ">=5.3.0" },