diff --git a/aion-ui/package.json b/aion-ui/package.json index 0711e22..34eb89e 100644 --- a/aion-ui/package.json +++ b/aion-ui/package.json @@ -31,7 +31,7 @@ "highcharts": "^6.1.4", "highcharts-react-official": "1.4.0", "js-file-download": "^0.4.4", - "json-bigint": "^0.3.0", + "json-bigint": "^1.0.0", "lodash": "^4.17.4", "lodash.debounce": "^4.0.8", "moment": "^2.17.1", diff --git a/aion-ui/yarn.lock b/aion-ui/yarn.lock index ec9d378..d9a9a55 100644 --- a/aion-ui/yarn.lock +++ b/aion-ui/yarn.lock @@ -2271,9 +2271,9 @@ bignumber.js@^6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-6.0.0.tgz#bbfa047644609a5af093e9cbd83b0461fa3f6002" -bignumber.js@^7.0.0: - version "7.2.1" - resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-7.2.1.tgz#80c048759d826800807c4bfd521e50edbba57a5f" +bignumber.js@^9.0.0: + version "9.0.1" + resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.0.1.tgz#8d7ba124c882bfd8e43260c67475518d0689e4e5" binary-extensions@^1.0.0: version "1.13.1" @@ -6530,11 +6530,11 @@ jsesc@~0.5.0: version "0.5.0" resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" -json-bigint@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/json-bigint/-/json-bigint-0.3.0.tgz#0ccd912c4b8270d05f056fbd13814b53d3825b1e" +json-bigint@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/json-bigint/-/json-bigint-1.0.0.tgz#ae547823ac0cad8398667f8cd9ef4730f5b01ff1" dependencies: - bignumber.js "^7.0.0" + bignumber.js "^9.0.0" json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2: version "1.0.2"