From 6edfa38f64801483ac54f992a214052ba6e96a62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2020 14:05:35 +0000 Subject: [PATCH] Bump elliptic from 6.4.0 to 6.5.3 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] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 971b340..0da4f9d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "bitcoinjs-lib": "^3.3.1", "bs58": "^4.0.1", "coinselect": "^3.1.11", - "elliptic": "^6.4.0", + "elliptic": "^6.5.3", "ethereum-tx-decoder": "^2.0.1", "ethereumjs-tx": "^1.3.4", "ethereumjs-util": "^5.2.0", diff --git a/yarn.lock b/yarn.lock index dfeb76a..90dc007 100644 --- a/yarn.lock +++ b/yarn.lock @@ -630,9 +630,9 @@ elliptic@6.3.3: hash.js "^1.0.0" inherits "^2.0.1" -elliptic@^6.0.0, elliptic@^6.2.3, elliptic@^6.4.0: - version "6.4.0" - resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.4.0.tgz#cac9af8762c85836187003c8dfe193e5e2eae5df" +elliptic@^6.0.0, elliptic@^6.2.3, elliptic@^6.5.3: + version "6.5.3" + resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.3.tgz#cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6" dependencies: bn.js "^4.4.0" brorand "^1.0.1"