From ecf62adfcab71d925c50af8f2025255a8f8fbb47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2020 10:17:35 +0000 Subject: [PATCH] Bump elliptic from 6.4.0 to 6.5.3 in /packages/bitcore-lib Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.4.0...v6.5.3) 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..52d24d6e6 100644 --- a/packages/bitcore-lib/package.json +++ b/packages/bitcore-lib/package.json @@ -38,7 +38,7 @@ "bn.js": "=4.11.8", "bs58": "^4.0.1", "buffer-compare": "=1.1.1", - "elliptic": "=6.4.0", + "elliptic": "=6.5.3", "inherits": "=2.0.1", "lodash": "=4.17.11" },