|
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" |
|
743 | 748 | "@types/sinon-chai" "^3.2.3" |
744 | 749 | "@types/web3" "1.0.19" |
745 | 750 |
|
746 | | -"@openzeppelin/contracts@4.7.3": |
747 | | - version "4.7.3" |
748 | | - resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.7.3.tgz#939534757a81f8d69cc854c7692805684ff3111e" |
749 | | - integrity sha512-dGRS0agJzu8ybo44pCIf3xBaPQN/65AIXNgK8+4gzKd5kbvlqyxryUYVLJv7fK98Seyd2hDZzVEHSWAh0Bt1Yw== |
750 | | - |
751 | 751 | "@resolver-engine/core@^0.3.3": |
752 | 752 | version "0.3.3" |
753 | 753 | resolved "https://registry.yarnpkg.com/@resolver-engine/core/-/core-0.3.3.tgz#590f77d85d45bc7ecc4e06c654f41345db6ca967" |
@@ -2638,7 +2638,7 @@ chalk@^2.0.0, chalk@^2.1.0, chalk@^2.4.1, chalk@^2.4.2: |
2638 | 2638 | escape-string-regexp "^1.0.5" |
2639 | 2639 | supports-color "^5.3.0" |
2640 | 2640 |
|
2641 | | -chalk@^4.1.0: |
| 2641 | +chalk@^4.0.0, chalk@^4.1.0: |
2642 | 2642 | version "4.1.2" |
2643 | 2643 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" |
2644 | 2644 | integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== |
@@ -2775,6 +2775,15 @@ cli-table3@^0.5.0: |
2775 | 2775 | optionalDependencies: |
2776 | 2776 | colors "^1.1.2" |
2777 | 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 | + |
2778 | 2787 | cli-width@^2.0.0: |
2779 | 2788 | version "2.2.1" |
2780 | 2789 | resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.1.tgz#b0433d0b4e9c847ef18868a4ef16fd5fc8271c48" |
@@ -4953,6 +4962,14 @@ har-validator@~5.1.3: |
4953 | 4962 | ajv "^6.12.3" |
4954 | 4963 | har-schema "^2.0.0" |
4955 | 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 | + |
4956 | 4973 | hardhat-gas-reporter@^1.0.4: |
4957 | 4974 | version "1.0.9" |
4958 | 4975 | resolved "https://registry.yarnpkg.com/hardhat-gas-reporter/-/hardhat-gas-reporter-1.0.9.tgz#9a2afb354bc3b6346aab55b1c02ca556d0e16450" |
|
0 commit comments