From 0ec32ea2b0dad648f6fa6af9ee25e3c86b5bd1df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 21:22:55 +0000 Subject: [PATCH] chore(deps): bump underscore from 1.9.1 to 1.12.1 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] --- 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 6fea852..d4b3457 100644 --- a/package-lock.json +++ b/package-lock.json @@ -750,9 +750,9 @@ "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=" }, "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==" }, "underscore-cli": { "version": "0.2.19", diff --git a/package.json b/package.json index 552f86e..0df2ff7 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "node-static": "^0.7.x", "semver": "^6.0.x", "shelljs": "^0.8.x", - "underscore": "^1.9.x", + "underscore": "^1.12.x", "underscore-cli": "^0.2.x", "yargs": "^13.2.x" },