Skip to content

Commit 06823c9

Browse files
committed
Pin dependency bignumber.js to 9.0.2
1 parent db0b01f commit 06823c9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/mocha": "9.1.1",
2828
"@typescript-eslint/eslint-plugin": "5.30.6",
2929
"@typescript-eslint/parser": "5.30.6",
30-
"bignumber.js": "^9.0.2",
30+
"bignumber.js": "9.0.2",
3131
"chai": "4.3.6",
3232
"dotenv": "16.0.1",
3333
"eslint": "8.19.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2387,16 +2387,16 @@ [email protected]:
23872387
resolved "https://registry.yarnpkg.com/bech32/-/bech32-1.1.4.tgz#e38c9f37bf179b8eb16ae3a772b40c356d4832e9"
23882388
integrity sha512-s0IrSOzLlbvX7yp4WBfPITzpAU8sqQcpsmwXDiKwrG4r491vwCO/XpejasRNl0piBMe/DvP4Tz0mIS/X1DPJBQ==
23892389

2390+
2391+
version "9.0.2"
2392+
resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.0.2.tgz#71c6c6bed38de64e24a65ebe16cfcf23ae693673"
2393+
integrity sha512-GAcQvbpsM0pUb0zw1EI0KhQEZ+lRwR5fYaAp3vPOYuP7aDvGy6cVN6XHLauvF8SOga2y0dcLcjt3iQDTSEliyw==
2394+
23902395
bignumber.js@^9.0.0, bignumber.js@^9.0.1:
23912396
version "9.0.1"
23922397
resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.0.1.tgz#8d7ba124c882bfd8e43260c67475518d0689e4e5"
23932398
integrity sha512-IdZR9mh6ahOBv/hYGiXyVuyCetmGJhtYkqLBpTStdhEGjegpPlUawydyaF3pbIOFynJTpllEs+NP+CS9jKFLjA==
23942399

2395-
bignumber.js@^9.0.2:
2396-
version "9.0.2"
2397-
resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.0.2.tgz#71c6c6bed38de64e24a65ebe16cfcf23ae693673"
2398-
integrity sha512-GAcQvbpsM0pUb0zw1EI0KhQEZ+lRwR5fYaAp3vPOYuP7aDvGy6cVN6XHLauvF8SOga2y0dcLcjt3iQDTSEliyw==
2399-
24002400
binary-extensions@^2.0.0:
24012401
version "2.2.0"
24022402
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d"

0 commit comments

Comments
 (0)