From 15ddfec659c52f82b6e330ff8d721666f2b84ace Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 19:01:02 +0000 Subject: [PATCH] Bump underscore from 1.9.1 to 1.12.1 in /scagnostics Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.1 to 1.12.1. - [Release notes](https://github.com/jashkenas/underscore/releases) - [Commits](https://github.com/jashkenas/underscore/compare/1.9.1...1.12.1) Signed-off-by: dependabot[bot] --- scagnostics/package-lock.json | 6 +++--- scagnostics/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scagnostics/package-lock.json b/scagnostics/package-lock.json index b4c8770..2be2902 100644 --- a/scagnostics/package-lock.json +++ b/scagnostics/package-lock.json @@ -557,9 +557,9 @@ "integrity": "sha1-MdPzIjnk9zHsqd+RVeKyl/AIq2Q=" }, "underscore": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz", - "integrity": "sha512-5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg==" + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", + "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" }, "union-find": { "version": "1.0.2", diff --git a/scagnostics/package.json b/scagnostics/package.json index 277ece8..d62c984 100644 --- a/scagnostics/package.json +++ b/scagnostics/package.json @@ -7,7 +7,7 @@ "d3-polygon": "^1.0.3", "lodash": "^4.17.15", "simple-statistics": "^6.1.0", - "underscore": "^1.9.1" + "underscore": "^1.12.1" }, "devDependencies": { "rollup": "^0.63.5",