|
549 | 549 | deep-eql "^4.0.1" |
550 | 550 | ordinal "^1.0.3" |
551 | 551 |
|
552 | | -"@nomicfoundation/hardhat-ethers@3.0.5": |
553 | | - version "3.0.5" |
554 | | - resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-ethers/-/hardhat-ethers-3.0.5.tgz#0422c2123dec7c42e7fb2be8e1691f1d9708db56" |
555 | | - integrity sha512-RNFe8OtbZK6Ila9kIlHp0+S80/0Bu/3p41HUpaRIoHLm6X3WekTd83vob3rE54Duufu1edCiBDxspBzi2rxHHw== |
556 | | - dependencies: |
557 | | - debug "^4.1.1" |
558 | | - lodash.isequal "^4.5.0" |
559 | | - |
560 | | -"@nomicfoundation/hardhat-ethers@^3.0.8": |
| 552 | +"@nomicfoundation/hardhat-ethers@3.0.8", "@nomicfoundation/hardhat-ethers@^3.0.8": |
561 | 553 | version "3.0.8" |
562 | 554 | resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-ethers/-/hardhat-ethers-3.0.8.tgz#af078f566373abeb77e11cbe69fe3dd47f8bfc27" |
563 | 555 | integrity sha512-zhOZ4hdRORls31DTOqg+GmEZM0ujly8GGIuRY7t7szEk2zW/arY1qDug/py8AEktT00v5K+b6RvbVog+va51IA== |
|
943 | 935 | integrity sha512-abQwhTjwytxHAIfI6WElV80vSIvaQIrbf8lUsroq9SC+x4o4q5NfRW5Rk6gtugtlXOlNoF30xCXWliIZ7gYdaA== |
944 | 936 |
|
945 | 937 | "@unlock-protocol/hardhat-plugin@^0.2.2": |
946 | | - version "0.2.2" |
947 | | - resolved "https://registry.yarnpkg.com/@unlock-protocol/hardhat-plugin/-/hardhat-plugin-0.2.2.tgz#636b8428b965f469d64e5a9bb848ac6a05b3ca25" |
948 | | - integrity sha512-Qc0tvz1sjl2123NWYd7nmaSvas0XvJ/0T51vPXXDm9NRk+/JmcB0j9Dlha18lx0MMvNCI0lOkRSvTSlkvqjjnw== |
| 938 | + version "0.2.3" |
| 939 | + resolved "https://registry.yarnpkg.com/@unlock-protocol/hardhat-plugin/-/hardhat-plugin-0.2.3.tgz#dcd969fae443455bed565509510541f31993f4bd" |
| 940 | + integrity sha512-MCeRtN0Bzr7JFFLdh1Q+8W8sdlZGYmHISsW8QIiB47JWIXKEI/iMocM0LykR/S0w4Llr3MrVaiHspDg0Z8qBdQ== |
949 | 941 | dependencies: |
950 | | - "@nomicfoundation/hardhat-ethers" "3.0.5" |
| 942 | + "@nomicfoundation/hardhat-ethers" "3.0.8" |
| 943 | + hardhat-gas-reporter "2.2.1" |
| 944 | + solidity-coverage "0.8.13" |
951 | 945 |
|
952 | 946 | "@unlock-protocol/networks@^0.0.23": |
953 | 947 | version "0.0.23" |
@@ -1537,13 +1531,20 @@ death@^1.1.0: |
1537 | 1531 | resolved "https://registry.yarnpkg.com/death/-/death-1.1.0.tgz#01aa9c401edd92750514470b8266390c66c67318" |
1538 | 1532 | integrity sha512-vsV6S4KVHvTGxbEcij7hkWRv0It+sGGWVOM67dQde/o5Xjnr+KmLjxWJii2uEObIrt1CcM9w0Yaovx+iOlIL+w== |
1539 | 1533 |
|
1540 | | -debug@4, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.5: |
| 1534 | +debug@4, debug@^4.3.1, debug@^4.3.2, debug@^4.3.5: |
1541 | 1535 | version "4.3.7" |
1542 | 1536 | resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52" |
1543 | 1537 | integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ== |
1544 | 1538 | dependencies: |
1545 | 1539 | ms "^2.1.3" |
1546 | 1540 |
|
| 1541 | +debug@^4.1.1: |
| 1542 | + version "4.4.0" |
| 1543 | + resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a" |
| 1544 | + integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA== |
| 1545 | + dependencies: |
| 1546 | + ms "^2.1.3" |
| 1547 | + |
1547 | 1548 | decamelize@^4.0.0: |
1548 | 1549 | version "4.0.0" |
1549 | 1550 | resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-4.0.0.tgz#aa472d7bf660eb15f3494efd531cab7f2a709837" |
@@ -2184,7 +2185,7 @@ handlebars@^4.0.1: |
2184 | 2185 | optionalDependencies: |
2185 | 2186 | uglify-js "^3.1.4" |
2186 | 2187 |
|
2187 | | -hardhat-gas-reporter@^2.2.1: |
| 2188 | +hardhat-gas-reporter@2.2.1, hardhat-gas-reporter@^2.2.1: |
2188 | 2189 | version "2.2.1" |
2189 | 2190 | resolved "https://registry.yarnpkg.com/hardhat-gas-reporter/-/hardhat-gas-reporter-2.2.1.tgz#ce0b5437fdcaf919479d7a51cf45d8d72cbcd16b" |
2190 | 2191 | integrity sha512-3AfPDGBn6VPmRKU65W28qVvG5x+qYL2gH9PAivd31oGj/ZHpZTutqXh6wq46993Vz35rnPDnrGo028U4/NP/Vw== |
@@ -3273,7 +3274,7 @@ solc@0.8.26: |
3273 | 3274 | semver "^5.5.0" |
3274 | 3275 | tmp "0.0.33" |
3275 | 3276 |
|
3276 | | -solidity-coverage@^0.8.13: |
| 3277 | +solidity-coverage@0.8.13, solidity-coverage@^0.8.13: |
3277 | 3278 | version "0.8.13" |
3278 | 3279 | resolved "https://registry.yarnpkg.com/solidity-coverage/-/solidity-coverage-0.8.13.tgz#8eeada2e82ae19d25568368aa782a2baad0e0ce7" |
3279 | 3280 | integrity sha512-RiBoI+kF94V3Rv0+iwOj3HQVSqNzA9qm/qDP1ZDXK5IX0Cvho1qiz8hAXTsAo6KOIUeP73jfscq0KlLqVxzGWA== |
|
0 commit comments