From 70b93de4493b8687e008541f36b1be8e96faa3a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 May 2021 19:02:54 +0000 Subject: [PATCH] Bump json-bigint from 0.2.3 to 1.0.0 Bumps [json-bigint](https://github.com/sidorares/json-bigint) from 0.2.3 to 1.0.0. - [Release notes](https://github.com/sidorares/json-bigint/releases) - [Commits](https://github.com/sidorares/json-bigint/compare/v0.2.3...v1.0.0) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 015f77b..9d79611 100644 --- a/package-lock.json +++ b/package-lock.json @@ -135,9 +135,9 @@ } }, "bignumber.js": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-4.1.0.tgz", - "integrity": "sha512-eJzYkFYy9L4JzXsbymsFn3p54D+llV27oTQ+ziJG7WFRheJcNZilgVXMG0LoZtlQSKBsJdWtLFqOD0u+U0jZKA==" + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.0.1.tgz", + "integrity": "sha512-IdZR9mh6ahOBv/hYGiXyVuyCetmGJhtYkqLBpTStdhEGjegpPlUawydyaF3pbIOFynJTpllEs+NP+CS9jKFLjA==" }, "brace-expansion": { "version": "1.1.11", @@ -723,11 +723,11 @@ "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" }, "json-bigint": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-0.2.3.tgz", - "integrity": "sha1-EY1/b/HThlnxn5TPc+ZKdaP5iKg=", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz", + "integrity": "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==", "requires": { - "bignumber.js": "^4.0.0" + "bignumber.js": "^9.0.0" } }, "json-schema": { diff --git a/package.json b/package.json index 60ac9e4..0c4159b 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ }, "dependencies": { "async": "0.1.x", - "json-bigint": "^0.2.3", + "json-bigint": "^1.0.0", "limiter": "^1.1.0", "request": "2.x", "underscore": "^1.3.0"