diff --git a/package-lock.json b/package-lock.json index b6f6c5d..72f3052 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@cosmos-kit/react": "1.3.15", "@emotion/react": "11.10.6", "@emotion/styled": "11.10.6", - "bignumber.js": "9.1.1", + "bignumber.js": "9.1.2", "chain-registry": "1.12.0", "chakra-react-select": "4.6.0", "fast-fuzzy": "1.12.0", @@ -8093,9 +8093,9 @@ } }, "node_modules/bignumber.js": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.1.1.tgz", - "integrity": "sha512-pHm4LsMJ6lzgNGVfZHjMoO8sdoRhOzOH4MLmY65Jg70bpxCKu5iOHNJyfF6OyvYw7t8Fpf35RuzUyqnQsj8Vig==", + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.1.2.tgz", + "integrity": "sha512-2/mKyZH9K85bzOEfhXDBFZTGd1CTs+5IHpeFQo9luiBG7hghdC851Pj2WAhb6E3R6b9tZj/XKhbg4fum+Kepug==", "engines": { "node": "*" } diff --git a/package.json b/package.json index 557fb00..ec62d95 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@cosmos-kit/react": "1.3.15", "@emotion/react": "11.10.6", "@emotion/styled": "11.10.6", - "bignumber.js": "9.1.1", + "bignumber.js": "9.1.2", "chain-registry": "1.12.0", "chakra-react-select": "4.6.0", "fast-fuzzy": "1.12.0", diff --git a/yarn.lock b/yarn.lock index 5150312..1268681 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4147,10 +4147,10 @@ big-integer@^1.6.48: resolved "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz" integrity sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg== -bignumber.js@9.1.1: - version "9.1.1" - resolved "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.1.1.tgz" - integrity sha512-pHm4LsMJ6lzgNGVfZHjMoO8sdoRhOzOH4MLmY65Jg70bpxCKu5iOHNJyfF6OyvYw7t8Fpf35RuzUyqnQsj8Vig== +bignumber.js@9.1.2: + version "9.1.2" + resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.1.2.tgz#b7c4242259c008903b13707983b5f4bbd31eda0c" + integrity sha512-2/mKyZH9K85bzOEfhXDBFZTGd1CTs+5IHpeFQo9luiBG7hghdC851Pj2WAhb6E3R6b9tZj/XKhbg4fum+Kepug== binary-extensions@^2.0.0: version "2.2.0"