|
23 | 23 | chalk "^2.0.0" |
24 | 24 | js-tokens "^4.0.0" |
25 | 25 |
|
| 26 | +"@colors/colors@1.5.0": |
| 27 | + version "1.5.0" |
| 28 | + resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9" |
| 29 | + integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ== |
| 30 | + |
26 | 31 | "@cspotcode/source-map-consumer@0.8.0": |
27 | 32 | version "0.8.0" |
28 | 33 | resolved "https://registry.yarnpkg.com/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz#33bf4b7b39c178821606f669bbc447a6a629786b" |
@@ -2633,7 +2638,7 @@ chalk@^2.0.0, chalk@^2.1.0, chalk@^2.4.1, chalk@^2.4.2: |
2633 | 2638 | escape-string-regexp "^1.0.5" |
2634 | 2639 | supports-color "^5.3.0" |
2635 | 2640 |
|
2636 | | -chalk@^4.1.0: |
| 2641 | +chalk@^4.0.0, chalk@^4.1.0: |
2637 | 2642 | version "4.1.2" |
2638 | 2643 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" |
2639 | 2644 | integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== |
@@ -2770,6 +2775,15 @@ cli-table3@^0.5.0: |
2770 | 2775 | optionalDependencies: |
2771 | 2776 | colors "^1.1.2" |
2772 | 2777 |
|
| 2778 | +cli-table3@^0.6.0: |
| 2779 | + version "0.6.3" |
| 2780 | + resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.3.tgz#61ab765aac156b52f222954ffc607a6f01dbeeb2" |
| 2781 | + integrity sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg== |
| 2782 | + dependencies: |
| 2783 | + string-width "^4.2.0" |
| 2784 | + optionalDependencies: |
| 2785 | + "@colors/colors" "1.5.0" |
| 2786 | + |
2773 | 2787 | cli-width@^2.0.0: |
2774 | 2788 | version "2.2.1" |
2775 | 2789 | resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.1.tgz#b0433d0b4e9c847ef18868a4ef16fd5fc8271c48" |
@@ -4948,6 +4962,14 @@ har-validator@~5.1.3: |
4948 | 4962 | ajv "^6.12.3" |
4949 | 4963 | har-schema "^2.0.0" |
4950 | 4964 |
|
| 4965 | +hardhat-contract-sizer@^2.6.1: |
| 4966 | + version "2.6.1" |
| 4967 | + resolved "https://registry.yarnpkg.com/hardhat-contract-sizer/-/hardhat-contract-sizer-2.6.1.tgz#2b0046a55fa1ec96f19fdab7fde372377401c874" |
| 4968 | + integrity sha512-b8wS7DBvyo22kmVwpzstAQTdDCThpl/ySBqZh5ga9Yxjf61/uTL12TEg5nl7lDeWy73ntEUzxMwY6XxbQEc2wA== |
| 4969 | + dependencies: |
| 4970 | + chalk "^4.0.0" |
| 4971 | + cli-table3 "^0.6.0" |
| 4972 | + |
4951 | 4973 | hardhat-gas-reporter@^1.0.4: |
4952 | 4974 | version "1.0.9" |
4953 | 4975 | resolved "https://registry.yarnpkg.com/hardhat-gas-reporter/-/hardhat-gas-reporter-1.0.9.tgz#9a2afb354bc3b6346aab55b1c02ca556d0e16450" |
|
0 commit comments