From 5b4a9fcdc7dd0e134812972b04ab44f8f67e568a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 18:58:49 +0000 Subject: [PATCH] Bump underscore from 1.8.3 to 1.12.1 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] --- 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 88cf6be..9140134 100644 --- a/package-lock.json +++ b/package-lock.json @@ -827,9 +827,9 @@ } }, "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==" }, "util": { "version": "0.11.0", diff --git a/package.json b/package.json index 44c91c9..92e4c28 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "test": "mocha test.js" }, "dependencies": { - "underscore": "1.8.3" + "underscore": "1.12.1" }, "devDependencies": { "expect.js": "=0.3.1",