From 627207dcf4cce816abf85a2c96e4e42dd4c89fae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 13:09:28 +0000 Subject: [PATCH] Bump lodash from 4.17.10 to 4.17.21 in /ClusteringExploration Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.10...4.17.21) Signed-off-by: dependabot[bot] --- ClusteringExploration/package-lock.json | 6 +++--- ClusteringExploration/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ClusteringExploration/package-lock.json b/ClusteringExploration/package-lock.json index c0f76236..b66f1271 100644 --- a/ClusteringExploration/package-lock.json +++ b/ClusteringExploration/package-lock.json @@ -486,9 +486,9 @@ } }, "lodash": { - "version": "4.17.10", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz", - "integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "magic-string": { "version": "0.22.5", diff --git a/ClusteringExploration/package.json b/ClusteringExploration/package.json index e449908b..958b0551 100644 --- a/ClusteringExploration/package.json +++ b/ClusteringExploration/package.json @@ -5,7 +5,7 @@ "alpha-shape": "^1.0.0", "d3-delaunay": "^4.1.5", "d3-polygon": "^1.0.3", - "lodash": "^4.17.10", + "lodash": "^4.17.21", "simple-statistics": "^6.1.0", "underscore": "^1.9.1" },