From 166974301d191a25a726dd449eae6cb2152acb52 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2020 15:37:04 +0000 Subject: [PATCH] chore(deps): bump json-bigint from 0.3.1 to 0.4.0 Bumps [json-bigint](https://github.com/sidorares/json-bigint) from 0.3.1 to 0.4.0. - [Release notes](https://github.com/sidorares/json-bigint/releases) - [Commits](https://github.com/sidorares/json-bigint/compare/v0.3.1...v0.4.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9b1ac5e70..b3f115cc4 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "iconv-lite": "0.6.2", "is-localhost-ip": "1.4.0", "jsdom": "16.3.0", - "json-bigint": "0.3.1", + "json-bigint": "0.4.0", "json5": "2.1.3", "koa": "2.13.0", "koa-basic-auth": "4.0.0", diff --git a/yarn.lock b/yarn.lock index 29d8c2a80..fb7e52b37 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7375,7 +7375,14 @@ jsesc@~0.5.0: resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" integrity sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0= -json-bigint@0.3.1, json-bigint@^0.3.0: +json-bigint@0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/json-bigint/-/json-bigint-0.4.0.tgz#58ae093245fe002e919a89e24431ba318a4c5f10" + integrity sha512-XVRlFBFhzHFuV6ACStPP+7MURGyHWvEP+cPCWox6Y4oySdlqHVjOHd/EL3q/kKbDc6p3tdQV/kZuFIFUQQFmaw== + dependencies: + bignumber.js "^9.0.0" + +json-bigint@^0.3.0: version "0.3.1" resolved "https://registry.yarnpkg.com/json-bigint/-/json-bigint-0.3.1.tgz#0c1729d679f580d550899d6a2226c228564afe60" integrity sha512-DGWnSzmusIreWlEupsUelHrhwmPPE+FiQvg+drKfk2p+bdEYa5mp4PJ8JsCWqae0M2jQNb0HPvnwvf1qOTThzQ==