|
77 | 77 | dependencies: |
78 | 78 | eslint-visitor-keys "^3.3.0" |
79 | 79 |
|
| 80 | +"@eslint-community/eslint-utils@^4.7.0": |
| 81 | + version "4.7.0" |
| 82 | + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a" |
| 83 | + integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw== |
| 84 | + dependencies: |
| 85 | + eslint-visitor-keys "^3.4.3" |
| 86 | + |
80 | 87 | "@eslint-community/regexpp@^4.6.1": |
81 | 88 | version "4.10.0" |
82 | 89 | resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63" |
83 | 90 | integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA== |
84 | 91 |
|
| 92 | +"@eslint/core@^0.14.0": |
| 93 | + version "0.14.0" |
| 94 | + resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.14.0.tgz#326289380968eaf7e96f364e1e4cf8f3adf2d003" |
| 95 | + integrity sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg== |
| 96 | + dependencies: |
| 97 | + "@types/json-schema" "^7.0.15" |
| 98 | + |
| 99 | +"@eslint/core@^0.15.2": |
| 100 | + version "0.15.2" |
| 101 | + resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.2.tgz#59386327d7862cc3603ebc7c78159d2dcc4a868f" |
| 102 | + integrity sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg== |
| 103 | + dependencies: |
| 104 | + "@types/json-schema" "^7.0.15" |
| 105 | + |
| 106 | +"@eslint/css-tree@^3.6.1": |
| 107 | + version "3.6.5" |
| 108 | + resolved "https://registry.yarnpkg.com/@eslint/css-tree/-/css-tree-3.6.5.tgz#e51b69206117135557352982ba65d18f9d9b5a60" |
| 109 | + integrity sha512-bJgnXu0D0K1BbfPfHTmCaJe2ucBOjeg/tG37H2CSqYCw51VMmBtPfWrH8LKPLAVCOp0h94e1n8PfR3v9iRbtyA== |
| 110 | + dependencies: |
| 111 | + mdn-data "2.23.0" |
| 112 | + source-map-js "^1.0.1" |
| 113 | + |
| 114 | +"@eslint/css@^0.10.0": |
| 115 | + version "0.10.0" |
| 116 | + resolved "https://registry.yarnpkg.com/@eslint/css/-/css-0.10.0.tgz#d024daa8eef2f9706b1cc8f7d99c57566693db6f" |
| 117 | + integrity sha512-pHoYRWS08oeU0qVez1pZCcbqHzoJnM5VMtrxH2nWDJ0ukq9DkwWV1BTY+PWK+eWBbndN9W0O9WjJTyAHsDoPOg== |
| 118 | + dependencies: |
| 119 | + "@eslint/core" "^0.14.0" |
| 120 | + "@eslint/css-tree" "^3.6.1" |
| 121 | + "@eslint/plugin-kit" "^0.3.1" |
| 122 | + |
85 | 123 | "@eslint/eslintrc@^2.1.4": |
86 | 124 | version "2.1.4" |
87 | 125 | resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad" |
|
102 | 140 | resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2" |
103 | 141 | integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q== |
104 | 142 |
|
| 143 | +"@eslint/json@^0.13.1": |
| 144 | + version "0.13.2" |
| 145 | + resolved "https://registry.yarnpkg.com/@eslint/json/-/json-0.13.2.tgz#4756dba4e646efb91a80be41dd790e61aea0fe12" |
| 146 | + integrity sha512-yWLyRE18rHgHXhWigRpiyv1LDPkvWtC6oa7QHXW7YdP6gosJoq7BiLZW2yCs9U7zN7X4U3ZeOJjepA10XAOIMw== |
| 147 | + dependencies: |
| 148 | + "@eslint/core" "^0.15.2" |
| 149 | + "@eslint/plugin-kit" "^0.3.5" |
| 150 | + "@humanwhocodes/momoa" "^3.3.9" |
| 151 | + natural-compare "^1.4.0" |
| 152 | + |
| 153 | +"@eslint/plugin-kit@^0.3.1", "@eslint/plugin-kit@^0.3.5": |
| 154 | + version "0.3.5" |
| 155 | + resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz#fd8764f0ee79c8ddab4da65460c641cefee017c5" |
| 156 | + integrity sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w== |
| 157 | + dependencies: |
| 158 | + "@eslint/core" "^0.15.2" |
| 159 | + levn "^0.4.1" |
| 160 | + |
105 | 161 | "@ethereum-waffle/chai@^3.4.4": |
106 | 162 | version "3.4.4" |
107 | 163 | resolved "https://registry.yarnpkg.com/@ethereum-waffle/chai/-/chai-3.4.4.tgz#16c4cc877df31b035d6d92486dfdf983df9138ff" |
|
958 | 1014 | resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c" |
959 | 1015 | integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA== |
960 | 1016 |
|
| 1017 | +"@humanwhocodes/momoa@^3.3.9": |
| 1018 | + version "3.3.9" |
| 1019 | + resolved "https://registry.yarnpkg.com/@humanwhocodes/momoa/-/momoa-3.3.9.tgz#513ff7fb5e3ce08fb5ddbd3a5730e195cab2dd36" |
| 1020 | + integrity sha512-LHw6Op4bJb3/3KZgOgwflJx5zY9XOy0NU1NuyUFKGdTwHYmP+PbnQGCYQJ8NVNlulLfQish34b0VuUlLYP3AXA== |
| 1021 | + |
961 | 1022 | "@humanwhocodes/object-schema@^2.0.3": |
962 | 1023 | version "2.0.3" |
963 | 1024 | resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3" |
|
1190 | 1251 | dependencies: |
1191 | 1252 | antlr4ts "^0.5.0-alpha.4" |
1192 | 1253 |
|
| 1254 | +"@stylistic/eslint-plugin@^5.2.3": |
| 1255 | + version "5.2.3" |
| 1256 | + resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-5.2.3.tgz#f2be5d25e768f5ef4bb72d339bb71c500accef61" |
| 1257 | + integrity sha512-oY7GVkJGVMI5benlBDCaRrSC1qPasafyv5dOBLLv5MTilMGnErKhO6ziEfodDDIZbo5QxPUNW360VudJOFODMw== |
| 1258 | + dependencies: |
| 1259 | + "@eslint-community/eslint-utils" "^4.7.0" |
| 1260 | + "@typescript-eslint/types" "^8.38.0" |
| 1261 | + eslint-visitor-keys "^4.2.1" |
| 1262 | + espree "^10.4.0" |
| 1263 | + estraverse "^5.3.0" |
| 1264 | + picomatch "^4.0.3" |
| 1265 | + |
1193 | 1266 | "@szmarczak/http-timer@^1.1.2": |
1194 | 1267 | version "1.1.2" |
1195 | 1268 | resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421" |
|
1255 | 1328 | dependencies: |
1256 | 1329 | dotenv "*" |
1257 | 1330 |
|
| 1331 | +"@types/json-schema@^7.0.15": |
| 1332 | + version "7.0.15" |
| 1333 | + resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841" |
| 1334 | + integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA== |
| 1335 | + |
1258 | 1336 | "@types/json-schema@^7.0.9": |
1259 | 1337 | version "7.0.9" |
1260 | 1338 | resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d" |
|
1389 | 1467 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.51.0.tgz#e7c1622f46c7eea7e12bbf1edfb496d4dec37c90" |
1390 | 1468 | integrity sha512-SqOn0ANn/v6hFn0kjvLwiDi4AzR++CBZz0NV5AnusT2/3y32jdc0G4woXPWHCumWtUXZKPAS27/9vziSsC9jnw== |
1391 | 1469 |
|
| 1470 | +"@typescript-eslint/types@^8.38.0": |
| 1471 | + version "8.41.0" |
| 1472 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.41.0.tgz#9935afeaae65e535abcbcee95383fa649c64d16d" |
| 1473 | + integrity sha512-9EwxsWdVqh42afLbHP90n2VdHaWU/oWgbH2P0CfcNfdKL7CuKpwMQGjwev56vWu9cSKU7FWSu6r9zck6CVfnag== |
| 1474 | + |
1392 | 1475 | "@typescript-eslint/[email protected]": |
1393 | 1476 | version "5.51.0" |
1394 | 1477 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.51.0.tgz#0ec8170d7247a892c2b21845b06c11eb0718f8de" |
@@ -1519,6 +1602,11 @@ acorn@^6.0.7: |
1519 | 1602 | resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6" |
1520 | 1603 | integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ== |
1521 | 1604 |
|
| 1605 | +acorn@^8.15.0: |
| 1606 | + version "8.15.0" |
| 1607 | + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816" |
| 1608 | + integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg== |
| 1609 | + |
1522 | 1610 | acorn@^8.4.1: |
1523 | 1611 | version "8.5.0" |
1524 | 1612 | resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.5.0.tgz#4512ccb99b3698c752591e9bb4472e38ad43cee2" |
|
3629 | 3717 | resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.55.1.tgz#8b0e776af47fad68ac4eb3a7385b7d3b46133b83" |
3630 | 3718 | integrity sha512-iXua+7n9fOp7LzGzvXlcZG0w6cdtscjASGTrAHMj0Rn9voayxF2oRoMIK1QS6ZJb4fMVEQZdU2D6gTKmWhcCQQ== |
3631 | 3719 |
|
3632 | | -eslint-config-xo@0.43.1: |
3633 | | - version "0.43.1" |
3634 | | - resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.43.1.tgz#c2ac8993f6e429048c813f599265d1636a0bc060" |
3635 | | - integrity sha512-azv1L2PysRA0NkZOgbndUpN+581L7wPqkgJOgxxw3hxwXAbJgD6Hqb/SjHRiACifXt/AvxCzE/jIKFAlI7XjvQ== |
| 3720 | +eslint-config-xo@0.49.0: |
| 3721 | + version "0.49.0" |
| 3722 | + resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.49.0.tgz#2f60d0bcb40852709a11b9a20b6553d276171815" |
| 3723 | + integrity sha512-hGtD689+fdJxggx1QbEjWfgGOsTasmYqtfk3Rsxru9QyKg2iOhXO2fvR9C7ck8AGw+n2wy6FsA8/MBIzznt5/Q== |
3636 | 3724 | dependencies: |
| 3725 | + "@eslint/css" "^0.10.0" |
| 3726 | + "@eslint/json" "^0.13.1" |
| 3727 | + "@stylistic/eslint-plugin" "^5.2.3" |
3637 | 3728 | confusing-browser-globals "1.0.11" |
| 3729 | + globals "^16.3.0" |
3638 | 3730 |
|
3639 | 3731 | eslint-scope@^4.0.3: |
3640 | 3732 | version "4.0.3" |
@@ -3694,6 +3786,11 @@ eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3: |
3694 | 3786 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800" |
3695 | 3787 | integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== |
3696 | 3788 |
|
| 3789 | +eslint-visitor-keys@^4.2.1: |
| 3790 | + version "4.2.1" |
| 3791 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1" |
| 3792 | + integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ== |
| 3793 | + |
3697 | 3794 | |
3698 | 3795 | version "8.57.1" |
3699 | 3796 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9" |
@@ -3780,6 +3877,15 @@ eslint@^5.6.0: |
3780 | 3877 | table "^5.2.3" |
3781 | 3878 | text-table "^0.2.0" |
3782 | 3879 |
|
| 3880 | +espree@^10.4.0: |
| 3881 | + version "10.4.0" |
| 3882 | + resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837" |
| 3883 | + integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ== |
| 3884 | + dependencies: |
| 3885 | + acorn "^8.15.0" |
| 3886 | + acorn-jsx "^5.3.2" |
| 3887 | + eslint-visitor-keys "^4.2.1" |
| 3888 | + |
3783 | 3889 | espree@^5.0.1: |
3784 | 3890 | version "5.0.1" |
3785 | 3891 | resolved "https://registry.yarnpkg.com/espree/-/espree-5.0.1.tgz#5d6526fa4fc7f0788a5cf75b15f30323e2f81f7a" |
@@ -3834,6 +3940,11 @@ estraverse@^5.1.0, estraverse@^5.2.0: |
3834 | 3940 | resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880" |
3835 | 3941 | integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ== |
3836 | 3942 |
|
| 3943 | +estraverse@^5.3.0: |
| 3944 | + version "5.3.0" |
| 3945 | + resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123" |
| 3946 | + integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== |
| 3947 | + |
3837 | 3948 | esutils@^2.0.2: |
3838 | 3949 | version "2.0.3" |
3839 | 3950 | resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" |
@@ -4939,6 +5050,11 @@ globals@^13.19.0: |
4939 | 5050 | dependencies: |
4940 | 5051 | type-fest "^0.20.2" |
4941 | 5052 |
|
| 5053 | +globals@^16.3.0: |
| 5054 | + version "16.3.0" |
| 5055 | + resolved "https://registry.yarnpkg.com/globals/-/globals-16.3.0.tgz#66118e765ddaf9e2d880f7e17658543f93f1f667" |
| 5056 | + integrity sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ== |
| 5057 | + |
4942 | 5058 | globals@^9.18.0: |
4943 | 5059 | version "9.18.0" |
4944 | 5060 | resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a" |
@@ -6356,6 +6472,11 @@ md5.js@^1.3.4: |
6356 | 6472 | inherits "^2.0.1" |
6357 | 6473 | safe-buffer "^5.1.2" |
6358 | 6474 |
|
| 6475 | + |
| 6476 | + version "2.23.0" |
| 6477 | + resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.23.0.tgz#f136a03eeed90d368dc0d849794043b237b53f5b" |
| 6478 | + integrity sha512-786vq1+4079JSeu2XdcDjrhi/Ry7BWtjDl9WtGPWLiIHb2T66GvIVflZTBoSNZ5JqTtJGYEVMuFA/lbQlMOyDQ== |
| 6479 | + |
6359 | 6480 | |
6360 | 6481 | version "0.3.0" |
6361 | 6482 | resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" |
@@ -7272,6 +7393,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3: |
7272 | 7393 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972" |
7273 | 7394 | integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw== |
7274 | 7395 |
|
| 7396 | +picomatch@^4.0.3: |
| 7397 | + version "4.0.3" |
| 7398 | + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042" |
| 7399 | + integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q== |
| 7400 | + |
7275 | 7401 | pify@^2.0.0, pify@^2.3.0: |
7276 | 7402 | version "2.3.0" |
7277 | 7403 | resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" |
@@ -8241,6 +8367,11 @@ solidity-comments-extractor@^0.0.7: |
8241 | 8367 | resolved "https://registry.yarnpkg.com/solidity-comments-extractor/-/solidity-comments-extractor-0.0.7.tgz#99d8f1361438f84019795d928b931f4e5c39ca19" |
8242 | 8368 | integrity sha512-wciNMLg/Irp8OKGrh3S2tfvZiZ0NEyILfcRCXCD4mp7SgK/i9gzLfhY2hY7VMCQJ3kH9UB9BzNdibIVMchzyYw== |
8243 | 8369 |
|
| 8370 | +source-map-js@^1.0.1: |
| 8371 | + version "1.2.1" |
| 8372 | + resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46" |
| 8373 | + integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA== |
| 8374 | + |
8244 | 8375 | source-map-resolve@^0.5.0: |
8245 | 8376 | version "0.5.3" |
8246 | 8377 | resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a" |
|
0 commit comments