From 4328c8c6bc76c4aa885ee297ba6207b76a87795d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 22:48:37 +0000 Subject: [PATCH] Bump lodash from 4.17.20 to 4.17.21 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] --- package-lock.json | 20 +++----------------- package.json | 2 +- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef99ed50..bee5675f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7279,9 +7279,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.curry": { "version": "4.1.1", @@ -7293,11 +7293,6 @@ "resolved": "https://registry.npmjs.org/lodash.flow/-/lodash.flow-3.5.0.tgz", "integrity": "sha1-h79AKSuM+D5OjOGjrkIJ4gBxZ1o=" }, - "lodash.throttle": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz", - "integrity": "sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ=" - }, "loglevel": { "version": "1.7.0", "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.7.0.tgz", @@ -8778,15 +8773,6 @@ "tiny-warning": "^1.0.0" } }, - "react-scroll": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/react-scroll/-/react-scroll-1.8.2.tgz", - "integrity": "sha512-f2ZEG5fsPbPTySI9ekcFpETCcNlqbmwbQj9hhzYK8tkgv+PA8APatSt66o/q0KSkDZxyT98ONTtXp9x0lyowEw==", - "requires": { - "lodash.throttle": "^4.1.1", - "prop-types": "^15.7.2" - } - }, "react-swipeable": { "version": "5.5.1", "resolved": "https://registry.npmjs.org/react-swipeable/-/react-swipeable-5.5.1.tgz", diff --git a/package.json b/package.json index 976eb46d..c3d9235c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "jss-plugin-compose": "^10.5.0", "leaflet": "^1.7.1", "leaflet.markercluster": "^1.4.1", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "moment": "^2.29.1", "open-location-code": "^1.0.3", "prop-types": "^15.7.2",