From 90bbdb2b13cf9c641f3d8da6211c3a500c153386 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 09:02:23 +0000 Subject: [PATCH] Update dependency bignumber.js to v9.1.2 --- .changelog/1616.internal.md | 1 + package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 .changelog/1616.internal.md diff --git a/.changelog/1616.internal.md b/.changelog/1616.internal.md new file mode 100644 index 0000000000..0eedd36217 --- /dev/null +++ b/.changelog/1616.internal.md @@ -0,0 +1 @@ +Update dependency bignumber.js to v9.1.2 diff --git a/package.json b/package.json index fc157c0fc9..29cfe0d46e 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@reduxjs/toolkit": "1.9.7", "base64-arraybuffer": "1.0.2", "bech32": "2.0.0", - "bignumber.js": "9.1.1", + "bignumber.js": "9.1.2", "bip39": "3.1.0", "body-scroll-lock": "4.0.0-beta.0", "copy-to-clipboard": "3.3.3", diff --git a/yarn.lock b/yarn.lock index 6ef2e5ae99..0f8e981169 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4697,10 +4697,10 @@ big-integer@^1.6.16, big-integer@^1.6.44: resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.51.tgz#0df92a5d9880560d3ff2d5fd20245c889d130686" integrity sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg== -bignumber.js@9.1.1: - version "9.1.1" - resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.1.1.tgz#c4df7dc496bd849d4c9464344c1aa74228b4dac6" - 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== bip39@3.1.0, bip39@^3.0.4: version "3.1.0"