From 166a1614c9f7c349a80e400bf5f1e81df82248ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2020 15:26:39 +0000 Subject: [PATCH] Bump lodash from 3.10.1 to 4.17.15 in /packages/bitcore-wallet Bumps [lodash](https://github.com/lodash/lodash) from 3.10.1 to 4.17.15. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/3.10.1...4.17.15) Signed-off-by: dependabot[bot] --- packages/bitcore-wallet/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bitcore-wallet/package.json b/packages/bitcore-wallet/package.json index 02659d6e1..9f7ce5e76 100644 --- a/packages/bitcore-wallet/package.json +++ b/packages/bitcore-wallet/package.json @@ -21,7 +21,7 @@ "bitcore-lib": "^8.1.1", "bitcore-wallet-client": "^8.1.1", "commander": "^2.6.0", - "lodash": "^3.3.1", + "lodash": "^4.17.15", "moment": "^2.9.0", "npmlog": "^1.2.0", "qr-image": "^3.1.0",