From 54b54ffbe8b11f4cfc355b86a25e1b505e3f4d87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 May 2021 19:49:15 +0000 Subject: [PATCH] chore(deps): bump json-bigint from 0.3.0 to 1.0.0 Bumps [json-bigint](https://github.com/sidorares/json-bigint) from 0.3.0 to 1.0.0. - [Release notes](https://github.com/sidorares/json-bigint/releases) - [Commits](https://github.com/sidorares/json-bigint/compare/v0.3.0...v1.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 759bd762..89c1b999 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "es6-tween": "^5.4.3", "gh-pages": "^2.1.1", "jsbi": "^2.0.5", - "json-bigint": "^0.3.0", + "json-bigint": "^1.0.0", "lodash": "^4.17.10", "long": "^4.0.0", "mobx": "^5.15.0", diff --git a/yarn.lock b/yarn.lock index 1c833c54..00ca6bd7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7026,6 +7026,13 @@ json-bigint@^0.3.0: dependencies: bignumber.js "^7.0.0" +json-bigint@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/json-bigint/-/json-bigint-1.0.0.tgz#ae547823ac0cad8398667f8cd9ef4730f5b01ff1" + integrity sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ== + dependencies: + bignumber.js "^9.0.0" + json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"