From 6efd721458e3c1593896552b80a7f595b9dcc105 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2019 07:20:40 +0000 Subject: [PATCH] Bump bignumber.js from 3.0.1 to 9.0.0 Bumps [bignumber.js](https://github.com/MikeMcl/bignumber.js) from 3.0.1 to 9.0.0. - [Release notes](https://github.com/MikeMcl/bignumber.js/releases) - [Changelog](https://github.com/MikeMcl/bignumber.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/MikeMcl/bignumber.js/compare/v3.0.1...v9.0.0) --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2f77ce5f..bfa47bd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3435,9 +3435,9 @@ "integrity": "sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==" }, "bignumber.js": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-3.0.1.tgz", - "integrity": "sha1-gHZS0Q453jfp40lyR+3HmLt0b3Y=" + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.0.0.tgz", + "integrity": "sha512-t/OYhhJ2SD+YGBQcjY8GzzDHEk9f3nerxjtfa6tlMXfe7frs/WozhvCNoGvpM0P3bNf3Gq5ZRMlGr5f3r4/N8A==" }, "binary-extensions": { "version": "1.11.0", diff --git a/package.json b/package.json index c0e0b407..42a5cbd8 100644 --- a/package.json +++ b/package.json @@ -135,7 +135,7 @@ "@parity/api": "^2.1.23", "@parity/wordlist": "1.1.x", "base32.js": "0.1.0", - "bignumber.js": "3.0.1", + "bignumber.js": "9.0.0", "blockies": "0.0.2", "brace": "0.11.1", "bytes": "3.1.0",