From 4a613b3458c222067764ff09c84c0a1e0a02548c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 21:44:36 +0000 Subject: [PATCH] Bump underscore from 1.9.1 to 1.12.1 in /modules/package-a 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] --- modules/package-a/package-lock.json | 6 +++--- modules/package-a/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/package-a/package-lock.json b/modules/package-a/package-lock.json index 017b4ff..d1a5096 100644 --- a/modules/package-a/package-lock.json +++ b/modules/package-a/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "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==" } } } diff --git a/modules/package-a/package.json b/modules/package-a/package.json index 4b3fc56..db5de7c 100644 --- a/modules/package-a/package.json +++ b/modules/package-a/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "dependencies": { - "underscore": "^1.9.1" + "underscore": "^1.12.1" } }