|
291 | 291 | dependencies:
|
292 | 292 | eslint-visitor-keys "^3.3.0"
|
293 | 293 |
|
| 294 | +"@eslint-community/eslint-utils@^4.4.0": |
| 295 | + version "4.4.0" |
| 296 | + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59" |
| 297 | + integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA== |
| 298 | + dependencies: |
| 299 | + eslint-visitor-keys "^3.3.0" |
| 300 | + |
294 | 301 | "@eslint-community/regexpp@^4.4.0":
|
295 | 302 | version "4.4.0"
|
296 | 303 | resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
|
|
1333 | 1340 | resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.18.0.tgz#8e77a02a09ecce957255a2f48c9a7178ec191908"
|
1334 | 1341 | integrity sha512-yfORGUIPgLck41qyN7nbwJRAx17/jAIXCTanHOJZhB6PJ1iAk/84b/xlsVKFSyNyLXIj0dhppoE0+CRws7wlzA==
|
1335 | 1342 |
|
| 1343 | +"@stylistic/eslint-plugin@^2.6.1": |
| 1344 | + version "2.9.0" |
| 1345 | + resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-2.9.0.tgz#5ab3326303915e020ddaf39154290e2800a84bcd" |
| 1346 | + integrity sha512-OrDyFAYjBT61122MIY1a3SfEgy3YCMgt2vL4eoPmvTwDBwyQhAXurxNQznlRD/jESNfYWfID8Ej+31LljvF7Xg== |
| 1347 | + dependencies: |
| 1348 | + "@typescript-eslint/utils" "^8.8.0" |
| 1349 | + eslint-visitor-keys "^4.1.0" |
| 1350 | + espree "^10.2.0" |
| 1351 | + estraverse "^5.3.0" |
| 1352 | + picomatch "^4.0.2" |
| 1353 | + |
1336 | 1354 | "@szmarczak/http-timer@^1.1.2":
|
1337 | 1355 | version "1.1.2"
|
1338 | 1356 | resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421"
|
|
2601 | 2619 | "@typescript-eslint/types" "5.62.0"
|
2602 | 2620 | "@typescript-eslint/visitor-keys" "5.62.0"
|
2603 | 2621 |
|
| 2622 | +"@typescript-eslint/ [email protected]": |
| 2623 | + version "8.11.0" |
| 2624 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.11.0.tgz#9d399ce624118966732824878bc9a83593a30405" |
| 2625 | + integrity sha512-Uholz7tWhXmA4r6epo+vaeV7yjdKy5QFCERMjs1kMVsLRKIrSdM6o21W2He9ftp5PP6aWOVpD5zvrvuHZC0bMQ== |
| 2626 | + dependencies: |
| 2627 | + "@typescript-eslint/types" "8.11.0" |
| 2628 | + "@typescript-eslint/visitor-keys" "8.11.0" |
| 2629 | + |
2604 | 2630 | "@typescript-eslint/ [email protected]":
|
2605 | 2631 | version "5.62.0"
|
2606 | 2632 | resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
|
|
2616 | 2642 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
|
2617 | 2643 | integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
|
2618 | 2644 |
|
| 2645 | +"@typescript-eslint/ [email protected]": |
| 2646 | + version "8.11.0" |
| 2647 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.11.0.tgz#7c766250502097f49bbc2e651132e6bf489e20b8" |
| 2648 | + integrity sha512-tn6sNMHf6EBAYMvmPUaKaVeYvhUsrE6x+bXQTxjQRp360h1giATU0WvgeEys1spbvb5R+VpNOZ+XJmjD8wOUHw== |
| 2649 | + |
2619 | 2650 | "@typescript-eslint/ [email protected]":
|
2620 | 2651 | version "5.62.0"
|
2621 | 2652 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
|
|
2629 | 2660 | semver "^7.3.7"
|
2630 | 2661 | tsutils "^3.21.0"
|
2631 | 2662 |
|
| 2663 | +"@typescript-eslint/ [email protected]": |
| 2664 | + version "8.11.0" |
| 2665 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.11.0.tgz#35fe5d3636fc5727c52429393415412e552e222b" |
| 2666 | + integrity sha512-yHC3s1z1RCHoCz5t06gf7jH24rr3vns08XXhfEqzYpd6Hll3z/3g23JRi0jM8A47UFKNc3u/y5KIMx8Ynbjohg== |
| 2667 | + dependencies: |
| 2668 | + "@typescript-eslint/types" "8.11.0" |
| 2669 | + "@typescript-eslint/visitor-keys" "8.11.0" |
| 2670 | + debug "^4.3.4" |
| 2671 | + fast-glob "^3.3.2" |
| 2672 | + is-glob "^4.0.3" |
| 2673 | + minimatch "^9.0.4" |
| 2674 | + semver "^7.6.0" |
| 2675 | + ts-api-utils "^1.3.0" |
| 2676 | + |
2632 | 2677 | "@typescript-eslint/ [email protected]":
|
2633 | 2678 | version "5.62.0"
|
2634 | 2679 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
|
|
2643 | 2688 | eslint-scope "^5.1.1"
|
2644 | 2689 | semver "^7.3.7"
|
2645 | 2690 |
|
| 2691 | +"@typescript-eslint/utils@^8.8.0": |
| 2692 | + version "8.11.0" |
| 2693 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.11.0.tgz#4480d1e9f2bb18ea3510c79f870a1aefc118103d" |
| 2694 | + integrity sha512-CYiX6WZcbXNJV7UNB4PLDIBtSdRmRI/nb0FMyqHPTQD1rMjA0foPLaPUV39C/MxkTd/QKSeX+Gb34PPsDVC35g== |
| 2695 | + dependencies: |
| 2696 | + "@eslint-community/eslint-utils" "^4.4.0" |
| 2697 | + "@typescript-eslint/scope-manager" "8.11.0" |
| 2698 | + "@typescript-eslint/types" "8.11.0" |
| 2699 | + "@typescript-eslint/typescript-estree" "8.11.0" |
| 2700 | + |
2646 | 2701 | "@typescript-eslint/ [email protected]":
|
2647 | 2702 | version "5.62.0"
|
2648 | 2703 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
|
|
2651 | 2706 | "@typescript-eslint/types" "5.62.0"
|
2652 | 2707 | eslint-visitor-keys "^3.3.0"
|
2653 | 2708 |
|
| 2709 | +"@typescript-eslint/ [email protected]": |
| 2710 | + version "8.11.0" |
| 2711 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.11.0.tgz#273de1cbffe63d9f9cd7dfc20b5a5af66310cb92" |
| 2712 | + integrity sha512-EaewX6lxSjRJnc+99+dqzTeoDZUfyrA52d2/HRrkI830kgovWsmIiTfmr0NZorzqic7ga+1bS60lRBUgR3n/Bw== |
| 2713 | + dependencies: |
| 2714 | + "@typescript-eslint/types" "8.11.0" |
| 2715 | + eslint-visitor-keys "^3.4.3" |
| 2716 | + |
2654 | 2717 | "@ungap/structured-clone@^1.2.0":
|
2655 | 2718 | version "1.2.0"
|
2656 | 2719 | resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
@@ -2783,6 +2846,11 @@ acorn-walk@^8.1.1:
|
2783 | 2846 | resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
|
2784 | 2847 | integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
|
2785 | 2848 |
|
| 2849 | +acorn@^8.12.0: |
| 2850 | + version "8.13.0" |
| 2851 | + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.13.0.tgz#2a30d670818ad16ddd6a35d3842dacec9e5d7ca3" |
| 2852 | + integrity sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w== |
| 2853 | + |
2786 | 2854 | acorn@^8.4.1:
|
2787 | 2855 | version "8.8.1"
|
2788 | 2856 | resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.1.tgz#0a3f9cbecc4ec3bea6f0a80b66ae8dd2da250b73"
|
|
5112 | 5180 | resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.55.1.tgz#8b0e776af47fad68ac4eb3a7385b7d3b46133b83"
|
5113 | 5181 | integrity sha512-iXua+7n9fOp7LzGzvXlcZG0w6cdtscjASGTrAHMj0Rn9voayxF2oRoMIK1QS6ZJb4fMVEQZdU2D6gTKmWhcCQQ==
|
5114 | 5182 |
|
5115 |
| -eslint-config-xo@0.43.1: |
5116 |
| - version "0.43.1" |
5117 |
| - resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.43.1.tgz#c2ac8993f6e429048c813f599265d1636a0bc060" |
5118 |
| - integrity sha512-azv1L2PysRA0NkZOgbndUpN+581L7wPqkgJOgxxw3hxwXAbJgD6Hqb/SjHRiACifXt/AvxCzE/jIKFAlI7XjvQ== |
| 5183 | +eslint-config-xo@0.46.0: |
| 5184 | + version "0.46.0" |
| 5185 | + resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.46.0.tgz#2ebb7d8507d8babe456d76b3eb3d11e2ef0c89de" |
| 5186 | + integrity sha512-mjQUhdTCLQwHUFKf1hhSx1FFhm2jllr4uG2KjaW7gZHGAbjKoSypvo1eQvFk17lHx3bztYjZDDXQmkAZyaSlAg== |
5119 | 5187 | dependencies:
|
| 5188 | + "@stylistic/eslint-plugin" "^2.6.1" |
5120 | 5189 | confusing-browser-globals "1.0.11"
|
| 5190 | + globals "^15.3.0" |
5121 | 5191 |
|
5122 | 5192 | eslint-scope@^5.1.1:
|
5123 | 5193 | version "5.1.1"
|
@@ -5150,6 +5220,11 @@ eslint-visitor-keys@^3.4.3:
|
5150 | 5220 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
5151 | 5221 | integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
5152 | 5222 |
|
| 5223 | +eslint-visitor-keys@^4.1.0: |
| 5224 | + version "4.1.0" |
| 5225 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.1.0.tgz#1f785cc5e81eb7534523d85922248232077d2f8c" |
| 5226 | + integrity sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg== |
| 5227 | + |
5153 | 5228 |
|
5154 | 5229 | version "8.57.1"
|
5155 | 5230 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
|
|
5194 | 5269 | strip-ansi "^6.0.1"
|
5195 | 5270 | text-table "^0.2.0"
|
5196 | 5271 |
|
| 5272 | +espree@^10.2.0: |
| 5273 | + version "10.2.0" |
| 5274 | + resolved "https://registry.yarnpkg.com/espree/-/espree-10.2.0.tgz#f4bcead9e05b0615c968e85f83816bc386a45df6" |
| 5275 | + integrity sha512-upbkBJbckcCNBDBDXEbuhjbP68n+scUd3k/U2EkyM9nw+I/jPiL4cLF/Al06CF96wRltFda16sxDFrxsI1v0/g== |
| 5276 | + dependencies: |
| 5277 | + acorn "^8.12.0" |
| 5278 | + acorn-jsx "^5.3.2" |
| 5279 | + eslint-visitor-keys "^4.1.0" |
| 5280 | + |
5197 | 5281 | espree@^9.6.0:
|
5198 | 5282 | version "9.6.0"
|
5199 | 5283 | resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.0.tgz#80869754b1c6560f32e3b6929194a3fe07c5b82f"
|
@@ -5236,7 +5320,7 @@ estraverse@^4.1.1:
|
5236 | 5320 | resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
|
5237 | 5321 | integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
|
5238 | 5322 |
|
5239 |
| -estraverse@^5.1.0, estraverse@^5.2.0: |
| 5323 | +estraverse@^5.1.0, estraverse@^5.2.0, estraverse@^5.3.0: |
5240 | 5324 | version "5.3.0"
|
5241 | 5325 | resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
|
5242 | 5326 | integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
|
@@ -6314,6 +6398,11 @@ globals@^13.19.0:
|
6314 | 6398 | dependencies:
|
6315 | 6399 | type-fest "^0.20.2"
|
6316 | 6400 |
|
| 6401 | +globals@^15.3.0: |
| 6402 | + version "15.11.0" |
| 6403 | + resolved "https://registry.yarnpkg.com/globals/-/globals-15.11.0.tgz#b96ed4c6998540c6fb824b24b5499216d2438d6e" |
| 6404 | + integrity sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw== |
| 6405 | + |
6317 | 6406 | globalthis@^1.0.1:
|
6318 | 6407 | version "1.0.3"
|
6319 | 6408 | resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf"
|
@@ -8227,6 +8316,13 @@ minimatch@^5.0.1:
|
8227 | 8316 | dependencies:
|
8228 | 8317 | brace-expansion "^2.0.1"
|
8229 | 8318 |
|
| 8319 | +minimatch@^9.0.4: |
| 8320 | + version "9.0.5" |
| 8321 | + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5" |
| 8322 | + integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== |
| 8323 | + dependencies: |
| 8324 | + brace-expansion "^2.0.1" |
| 8325 | + |
8230 | 8326 |
|
8231 | 8327 | version "0.0.8"
|
8232 | 8328 | resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
|
@@ -9193,6 +9289,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
|
9193 | 9289 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
|
9194 | 9290 | integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
|
9195 | 9291 |
|
| 9292 | +picomatch@^4.0.2: |
| 9293 | + version "4.0.2" |
| 9294 | + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab" |
| 9295 | + integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg== |
| 9296 | + |
9196 | 9297 | pify@^2.0.0:
|
9197 | 9298 | version "2.3.0"
|
9198 | 9299 | resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
|
@@ -10279,7 +10380,7 @@ semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8:
|
10279 | 10380 | dependencies:
|
10280 | 10381 | lru-cache "^6.0.0"
|
10281 | 10382 |
|
10282 |
| -semver@^7.5.2, semver@^7.5.4: |
| 10383 | +semver@^7.5.2, semver@^7.5.4, semver@^7.6.0: |
10283 | 10384 | version "7.6.3"
|
10284 | 10385 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
|
10285 | 10386 | integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
|
|
11090 | 11191 | "@truffle/preserve-to-filecoin" "^0.2.3"
|
11091 | 11192 | "@truffle/preserve-to-ipfs" "^0.2.3"
|
11092 | 11193 |
|
| 11194 | +ts-api-utils@^1.3.0: |
| 11195 | + version "1.3.0" |
| 11196 | + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1" |
| 11197 | + integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ== |
| 11198 | + |
11093 | 11199 | ts-command-line-args@^2.2.0:
|
11094 | 11200 | version "2.3.1"
|
11095 | 11201 | resolved "https://registry.yarnpkg.com/ts-command-line-args/-/ts-command-line-args-2.3.1.tgz#b6188e42efc6cf7a8898e438a873fbb15505ddd6"
|
|
0 commit comments