From 255918242bc5b065a48fb2d6509c90530365487d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 20:33:33 +0000 Subject: [PATCH] Bump underscore from 1.9.1 to 1.12.1 in /chapter2/Bitcoin_payment 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] --- chapter2/Bitcoin_payment/package-lock.json | 6 +++--- chapter2/Bitcoin_payment/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chapter2/Bitcoin_payment/package-lock.json b/chapter2/Bitcoin_payment/package-lock.json index e198a2d..5061034 100644 --- a/chapter2/Bitcoin_payment/package-lock.json +++ b/chapter2/Bitcoin_payment/package-lock.json @@ -1135,9 +1135,9 @@ } }, "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==" }, "unpipe": { "version": "1.0.0", diff --git a/chapter2/Bitcoin_payment/package.json b/chapter2/Bitcoin_payment/package.json index d7fa3db..ecf74bb 100644 --- a/chapter2/Bitcoin_payment/package.json +++ b/chapter2/Bitcoin_payment/package.json @@ -11,6 +11,6 @@ "express": "^4.16.3", "request": "^2.88.0", "request-promise": "^4.2.2", - "underscore": "^1.9.1" + "underscore": "^1.12.1" } }