From c0e983e4e06faefb4526a1851394537e26c08492 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2020 15:27:21 +0000 Subject: [PATCH] Bump lodash from 4.17.11 to 4.17.15 in /packages/bitcore-lib Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15) Signed-off-by: dependabot[bot] --- packages/bitcore-lib/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bitcore-lib/package.json b/packages/bitcore-lib/package.json index f361eaa42..169a92f89 100644 --- a/packages/bitcore-lib/package.json +++ b/packages/bitcore-lib/package.json @@ -40,7 +40,7 @@ "buffer-compare": "=1.1.1", "elliptic": "=6.4.0", "inherits": "=2.0.1", - "lodash": "=4.17.11" + "lodash": "=4.17.15" }, "devDependencies": { "bitcore-build": "^8.1.1",