From 0c3a33059c0b06036289cf5114bc42fd0fb0132d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 17:59:00 +0000 Subject: [PATCH] Bump underscore from 1.8.3 to 1.12.1 in /geocamUtil Bumps [underscore](https://github.com/jashkenas/underscore) from 1.8.3 to 1.12.1. - [Release notes](https://github.com/jashkenas/underscore/releases) - [Commits](https://github.com/jashkenas/underscore/compare/1.8.3...1.12.1) Signed-off-by: dependabot[bot] --- geocamUtil/package-lock.json | 6 +++--- geocamUtil/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/geocamUtil/package-lock.json b/geocamUtil/package-lock.json index 117bce4..2ae947f 100644 --- a/geocamUtil/package-lock.json +++ b/geocamUtil/package-lock.json @@ -89,9 +89,9 @@ "integrity": "sha512-YCfE/Ym9MpZpzUmzbek7MiLEyTofxx2YS0rJfSOUXX0aZtfQgxcgw7/Re2oGJUsREWZtEF0DzBKCjqH+DzgL6A==" }, "underscore": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz", - "integrity": "sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI=" + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", + "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" } } } diff --git a/geocamUtil/package.json b/geocamUtil/package.json index a2b0f5a..c730d10 100644 --- a/geocamUtil/package.json +++ b/geocamUtil/package.json @@ -4,7 +4,7 @@ "description": "", "main": "index.js", "dependencies": { - "underscore": "1.8.3", + "underscore": "1.12.1", "jquery": "3.2.1", "jquery-ui-dist": "xgds/jquery-ui-dist", "datatables": "^1.10.13",