From e6fed855e29458057b183f99a180ddc0794a7d1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2020 18:59:49 +0000 Subject: [PATCH] Bump lodash from 4.17.10 to 4.17.13 in /ClusteringExploration Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.13. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.10...4.17.13) 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..d4d02148 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.13", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.13.tgz", + "integrity": "sha512-vm3/XWXfWtRua0FkUyEHBZy8kCPjErNBT9fJx8Zvs+U6zjqPbTUOpkaoum3O5uiA8sm+yNMHXfYkTUHFoMxFNA==" }, "magic-string": { "version": "0.22.5", diff --git a/ClusteringExploration/package.json b/ClusteringExploration/package.json index e449908b..ff5b6271 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.13", "simple-statistics": "^6.1.0", "underscore": "^1.9.1" },