From a14c5e2e72a2e44fb7ab74ec6a6bccfce77c2101 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 21:44:18 +0000 Subject: [PATCH] Bump underscore from 1.5.2 to 1.12.1 Bumps [underscore](https://github.com/jashkenas/underscore) from 1.5.2 to 1.12.1. - [Release notes](https://github.com/jashkenas/underscore/releases) - [Commits](https://github.com/jashkenas/underscore/compare/1.5.2...1.12.1) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index dbbca79..1ab4607 100644 --- a/package-lock.json +++ b/package-lock.json @@ -387,9 +387,9 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, "underscore": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.5.2.tgz", - "integrity": "sha1-EzXF5PXm0zu7SwBrqMhqAPVW3gg=" + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", + "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" }, "util-deprecate": { "version": "1.0.2", diff --git a/package.json b/package.json index b786c62..a50d0e8 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "dependencies": { "topojson": "~1.4.3", - "underscore": "~1.5.2" + "underscore": "~1.12.1" }, "devDependencies": {}, "scripts": {