From c70c72802305a2d850f0838eadd5f062df1248ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2020 06:35:23 +0000 Subject: [PATCH] Bump lodash from 4.17.11 to 4.17.19 in /packages/bitcore-lib Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.19) 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..acbe91faa 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.19" }, "devDependencies": { "bitcore-build": "^8.1.1",