|
296 | 296 | dependencies:
|
297 | 297 | eslint-visitor-keys "^3.3.0"
|
298 | 298 |
|
| 299 | +"@eslint-community/eslint-utils@^4.7.0": |
| 300 | + version "4.7.0" |
| 301 | + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a" |
| 302 | + integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw== |
| 303 | + dependencies: |
| 304 | + eslint-visitor-keys "^3.4.3" |
| 305 | + |
299 | 306 | "@eslint-community/regexpp@^4.4.0":
|
300 | 307 | version "4.4.0"
|
301 | 308 | resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
|
|
306 | 313 | resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
|
307 | 314 | integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
|
308 | 315 |
|
| 316 | +"@eslint/core@^0.12.0": |
| 317 | + version "0.12.0" |
| 318 | + resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.12.0.tgz#5f960c3d57728be9f6c65bd84aa6aa613078798e" |
| 319 | + integrity sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg== |
| 320 | + dependencies: |
| 321 | + "@types/json-schema" "^7.0.15" |
| 322 | + |
| 323 | +"@eslint/core@^0.13.0": |
| 324 | + version "0.13.0" |
| 325 | + resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.13.0.tgz#bf02f209846d3bf996f9e8009db62df2739b458c" |
| 326 | + integrity sha512-yfkgDw1KR66rkT5A8ci4irzDysN7FRpq3ttJolR88OqQikAWqwA8j5VZyas+vjyBNFIJ7MfybJ9plMILI2UrCw== |
| 327 | + dependencies: |
| 328 | + "@types/json-schema" "^7.0.15" |
| 329 | + |
| 330 | +"@eslint/css-tree@^3.3.3": |
| 331 | + version "3.5.2" |
| 332 | + resolved "https://registry.yarnpkg.com/@eslint/css-tree/-/css-tree-3.5.2.tgz#a8f058f2e0d425093a7a235446aa7790aad4e8c1" |
| 333 | + integrity sha512-SkkEYe3SCzV/iOnsT54sARwlWKCD2hWrxG8GlAWdHbutEyQBf5YpfDAmo83iPUyoS4AHDWyqg4qpHBijdLys9g== |
| 334 | + dependencies: |
| 335 | + mdn-data "2.20.0" |
| 336 | + source-map-js "^1.0.1" |
| 337 | + |
| 338 | +"@eslint/css@^0.7.0": |
| 339 | + version "0.7.0" |
| 340 | + resolved "https://registry.yarnpkg.com/@eslint/css/-/css-0.7.0.tgz#e864fb73334fefef3385e28832ce9f3ae846d034" |
| 341 | + integrity sha512-d6mo8etv4igrTGxgvWSgA5+TsppfObM/Xhlu8JWbkqNBiaJXztUNH45R1B4i1GL2PNIFMLREI3Kh9lTBi19l7g== |
| 342 | + dependencies: |
| 343 | + "@eslint/core" "^0.13.0" |
| 344 | + "@eslint/css-tree" "^3.3.3" |
| 345 | + "@eslint/plugin-kit" "^0.2.5" |
| 346 | + |
309 | 347 | "@eslint/eslintrc@^2.1.4":
|
310 | 348 | version "2.1.4"
|
311 | 349 | resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
|
|
326 | 364 | resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2"
|
327 | 365 | integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==
|
328 | 366 |
|
| 367 | +"@eslint/json@^0.12.0": |
| 368 | + version "0.12.0" |
| 369 | + resolved "https://registry.yarnpkg.com/@eslint/json/-/json-0.12.0.tgz#7d1cb7152d01f3837703c154a5b38233f409395e" |
| 370 | + integrity sha512-n/7dz8HFStpEe4o5eYk0tdkBdGUS/ZGb0GQCeDWN1ZmRq67HMHK4vC33b0rQlTT6xdZoX935P4vstiWVk5Ying== |
| 371 | + dependencies: |
| 372 | + "@eslint/core" "^0.12.0" |
| 373 | + "@eslint/plugin-kit" "^0.2.7" |
| 374 | + "@humanwhocodes/momoa" "^3.3.4" |
| 375 | + natural-compare "^1.4.0" |
| 376 | + |
| 377 | +"@eslint/plugin-kit@^0.2.5", "@eslint/plugin-kit@^0.2.7": |
| 378 | + version "0.2.8" |
| 379 | + resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.8.tgz#47488d8f8171b5d4613e833313f3ce708e3525f8" |
| 380 | + integrity sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA== |
| 381 | + dependencies: |
| 382 | + "@eslint/core" "^0.13.0" |
| 383 | + levn "^0.4.1" |
| 384 | + |
329 | 385 |
|
330 | 386 | version "2.5.0"
|
331 | 387 | resolved "https://registry.yarnpkg.com/@ethereumjs/common/-/common-2.5.0.tgz#ec61551b31bef7a69d1dc634d8932468866a4268"
|
|
844 | 900 | resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
|
845 | 901 | integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
|
846 | 902 |
|
| 903 | +"@humanwhocodes/momoa@^3.3.4": |
| 904 | + version "3.3.8" |
| 905 | + resolved "https://registry.yarnpkg.com/@humanwhocodes/momoa/-/momoa-3.3.8.tgz#b00630bf689b6f758419c029e15a4be25c12179b" |
| 906 | + integrity sha512-/3PZzor2imi/RLLcnHztkwA79txiVvW145Ve2cp5dxRcH5qOUNJPToasqLFHniTfw4B4lT7jGDdBOPXbXYlIMQ== |
| 907 | + |
847 | 908 | "@humanwhocodes/object-schema@^2.0.3":
|
848 | 909 | version "2.0.3"
|
849 | 910 | resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
|
|
1345 | 1406 | resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.20.1.tgz#88efee3e0946a4856ed10355017692db9c259ff4"
|
1346 | 1407 | integrity sha512-58I2sRpzaQUN+jJmWbHfbWf9AKfzqCI8JAdFB0vbyY+u8tBRcuTt9LxzasvR0LGQpcRv97eyV7l61FQ3Ib7zVw==
|
1347 | 1408 |
|
| 1409 | +"@stylistic/eslint-plugin@^4.2.0": |
| 1410 | + version "4.2.0" |
| 1411 | + resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-4.2.0.tgz#7860ea84aa7ee3b21757907b863eb62f4f8b0455" |
| 1412 | + integrity sha512-8hXezgz7jexGHdo5WN6JBEIPHCSFyyU4vgbxevu4YLVS5vl+sxqAAGyXSzfNDyR6xMNSH5H1x67nsXcYMOHtZA== |
| 1413 | + dependencies: |
| 1414 | + "@typescript-eslint/utils" "^8.23.0" |
| 1415 | + eslint-visitor-keys "^4.2.0" |
| 1416 | + espree "^10.3.0" |
| 1417 | + estraverse "^5.3.0" |
| 1418 | + picomatch "^4.0.2" |
| 1419 | + |
1348 | 1420 | "@szmarczak/http-timer@^1.1.2":
|
1349 | 1421 | version "1.1.2"
|
1350 | 1422 | resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421"
|
|
2408 | 2480 | resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
|
2409 | 2481 | integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
|
2410 | 2482 |
|
| 2483 | +"@types/json-schema@^7.0.15": |
| 2484 | + version "7.0.15" |
| 2485 | + resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841" |
| 2486 | + integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA== |
| 2487 | + |
2411 | 2488 | "@types/keyv@*":
|
2412 | 2489 | version "4.2.0"
|
2413 | 2490 | resolved "https://registry.yarnpkg.com/@types/keyv/-/keyv-4.2.0.tgz#65b97868ab757906f2dbb653590d7167ad023fa0"
|
|
2613 | 2690 | "@typescript-eslint/types" "5.62.0"
|
2614 | 2691 | "@typescript-eslint/visitor-keys" "5.62.0"
|
2615 | 2692 |
|
| 2693 | +"@typescript-eslint/ [email protected]": |
| 2694 | + version "8.32.1" |
| 2695 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.1.tgz#9a6bf5fb2c5380e14fe9d38ccac6e4bbe17e8afc" |
| 2696 | + integrity sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA== |
| 2697 | + dependencies: |
| 2698 | + "@typescript-eslint/types" "8.32.1" |
| 2699 | + "@typescript-eslint/visitor-keys" "8.32.1" |
| 2700 | + |
2616 | 2701 | "@typescript-eslint/ [email protected]":
|
2617 | 2702 | version "5.62.0"
|
2618 | 2703 | resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
|
|
2628 | 2713 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
|
2629 | 2714 | integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
|
2630 | 2715 |
|
| 2716 | +"@typescript-eslint/ [email protected]": |
| 2717 | + version "8.32.1" |
| 2718 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.1.tgz#b19fe4ac0dc08317bae0ce9ec1168123576c1d4b" |
| 2719 | + integrity sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg== |
| 2720 | + |
2631 | 2721 | "@typescript-eslint/ [email protected]":
|
2632 | 2722 | version "5.62.0"
|
2633 | 2723 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
|
|
2641 | 2731 | semver "^7.3.7"
|
2642 | 2732 | tsutils "^3.21.0"
|
2643 | 2733 |
|
| 2734 | +"@typescript-eslint/ [email protected]": |
| 2735 | + version "8.32.1" |
| 2736 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz#9023720ca4ecf4f59c275a05b5fed69b1276face" |
| 2737 | + integrity sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg== |
| 2738 | + dependencies: |
| 2739 | + "@typescript-eslint/types" "8.32.1" |
| 2740 | + "@typescript-eslint/visitor-keys" "8.32.1" |
| 2741 | + debug "^4.3.4" |
| 2742 | + fast-glob "^3.3.2" |
| 2743 | + is-glob "^4.0.3" |
| 2744 | + minimatch "^9.0.4" |
| 2745 | + semver "^7.6.0" |
| 2746 | + ts-api-utils "^2.1.0" |
| 2747 | + |
2644 | 2748 | "@typescript-eslint/ [email protected]":
|
2645 | 2749 | version "5.62.0"
|
2646 | 2750 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
|
|
2655 | 2759 | eslint-scope "^5.1.1"
|
2656 | 2760 | semver "^7.3.7"
|
2657 | 2761 |
|
| 2762 | +"@typescript-eslint/utils@^8.23.0": |
| 2763 | + version "8.32.1" |
| 2764 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.1.tgz#4d6d5d29b9e519e9a85e9a74e9f7bdb58abe9704" |
| 2765 | + integrity sha512-DsSFNIgLSrc89gpq1LJB7Hm1YpuhK086DRDJSNrewcGvYloWW1vZLHBTIvarKZDcAORIy/uWNx8Gad+4oMpkSA== |
| 2766 | + dependencies: |
| 2767 | + "@eslint-community/eslint-utils" "^4.7.0" |
| 2768 | + "@typescript-eslint/scope-manager" "8.32.1" |
| 2769 | + "@typescript-eslint/types" "8.32.1" |
| 2770 | + "@typescript-eslint/typescript-estree" "8.32.1" |
| 2771 | + |
2658 | 2772 | "@typescript-eslint/ [email protected]":
|
2659 | 2773 | version "5.62.0"
|
2660 | 2774 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
|
|
2663 | 2777 | "@typescript-eslint/types" "5.62.0"
|
2664 | 2778 | eslint-visitor-keys "^3.3.0"
|
2665 | 2779 |
|
| 2780 | +"@typescript-eslint/ [email protected]": |
| 2781 | + version "8.32.1" |
| 2782 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz#4321395cc55c2eb46036cbbb03e101994d11ddca" |
| 2783 | + integrity sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w== |
| 2784 | + dependencies: |
| 2785 | + "@typescript-eslint/types" "8.32.1" |
| 2786 | + eslint-visitor-keys "^4.2.0" |
| 2787 | + |
2666 | 2788 | "@ungap/structured-clone@^1.2.0":
|
2667 | 2789 | version "1.2.0"
|
2668 | 2790 | resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
@@ -2795,6 +2917,11 @@ acorn-walk@^8.1.1:
|
2795 | 2917 | resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
|
2796 | 2918 | integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
|
2797 | 2919 |
|
| 2920 | +acorn@^8.14.0: |
| 2921 | + version "8.14.1" |
| 2922 | + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.1.tgz#721d5dc10f7d5b5609a891773d47731796935dfb" |
| 2923 | + integrity sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg== |
| 2924 | + |
2798 | 2925 | acorn@^8.4.1:
|
2799 | 2926 | version "8.8.1"
|
2800 | 2927 | resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.1.tgz#0a3f9cbecc4ec3bea6f0a80b66ae8dd2da250b73"
|
|
5129 | 5256 | resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.55.1.tgz#8b0e776af47fad68ac4eb3a7385b7d3b46133b83"
|
5130 | 5257 | integrity sha512-iXua+7n9fOp7LzGzvXlcZG0w6cdtscjASGTrAHMj0Rn9voayxF2oRoMIK1QS6ZJb4fMVEQZdU2D6gTKmWhcCQQ==
|
5131 | 5258 |
|
5132 |
| -eslint-config-xo@0.43.1: |
5133 |
| - version "0.43.1" |
5134 |
| - resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.43.1.tgz#c2ac8993f6e429048c813f599265d1636a0bc060" |
5135 |
| - integrity sha512-azv1L2PysRA0NkZOgbndUpN+581L7wPqkgJOgxxw3hxwXAbJgD6Hqb/SjHRiACifXt/AvxCzE/jIKFAlI7XjvQ== |
| 5259 | +eslint-config-xo@0.47.0: |
| 5260 | + version "0.47.0" |
| 5261 | + resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.47.0.tgz#57425c4c7afcc0c63e38ab4021211f6c4607d5b0" |
| 5262 | + integrity sha512-LWB0VXFI3EzZ5jJLH/F/Ph0XVnEe5Imqd1gEMWZqvdnQfHAPDs1E+v3WMZysmpOd57a1qUMeT/LCdkkwJlo3Dw== |
5136 | 5263 | dependencies:
|
| 5264 | + "@eslint/css" "^0.7.0" |
| 5265 | + "@eslint/json" "^0.12.0" |
| 5266 | + "@stylistic/eslint-plugin" "^4.2.0" |
5137 | 5267 | confusing-browser-globals "1.0.11"
|
| 5268 | + globals "^16.0.0" |
5138 | 5269 |
|
5139 | 5270 | eslint-scope@^5.1.1:
|
5140 | 5271 | version "5.1.1"
|
@@ -5167,6 +5298,11 @@ eslint-visitor-keys@^3.4.3:
|
5167 | 5298 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
5168 | 5299 | integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
5169 | 5300 |
|
| 5301 | +eslint-visitor-keys@^4.2.0: |
| 5302 | + version "4.2.0" |
| 5303 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45" |
| 5304 | + integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw== |
| 5305 | + |
5170 | 5306 |
|
5171 | 5307 | version "8.57.1"
|
5172 | 5308 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
|
|
5211 | 5347 | strip-ansi "^6.0.1"
|
5212 | 5348 | text-table "^0.2.0"
|
5213 | 5349 |
|
| 5350 | +espree@^10.3.0: |
| 5351 | + version "10.3.0" |
| 5352 | + resolved "https://registry.yarnpkg.com/espree/-/espree-10.3.0.tgz#29267cf5b0cb98735b65e64ba07e0ed49d1eed8a" |
| 5353 | + integrity sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg== |
| 5354 | + dependencies: |
| 5355 | + acorn "^8.14.0" |
| 5356 | + acorn-jsx "^5.3.2" |
| 5357 | + eslint-visitor-keys "^4.2.0" |
| 5358 | + |
5214 | 5359 | espree@^9.6.0:
|
5215 | 5360 | version "9.6.0"
|
5216 | 5361 | resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.0.tgz#80869754b1c6560f32e3b6929194a3fe07c5b82f"
|
@@ -5253,7 +5398,7 @@ estraverse@^4.1.1:
|
5253 | 5398 | resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
|
5254 | 5399 | integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
|
5255 | 5400 |
|
5256 |
| -estraverse@^5.1.0, estraverse@^5.2.0: |
| 5401 | +estraverse@^5.1.0, estraverse@^5.2.0, estraverse@^5.3.0: |
5257 | 5402 | version "5.3.0"
|
5258 | 5403 | resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
|
5259 | 5404 | integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
|
@@ -6331,6 +6476,11 @@ globals@^13.19.0:
|
6331 | 6476 | dependencies:
|
6332 | 6477 | type-fest "^0.20.2"
|
6333 | 6478 |
|
| 6479 | +globals@^16.0.0: |
| 6480 | + version "16.1.0" |
| 6481 | + resolved "https://registry.yarnpkg.com/globals/-/globals-16.1.0.tgz#ee6ab147d41c64e9f2beaaaf66572d18df8e1e60" |
| 6482 | + integrity sha512-aibexHNbb/jiUSObBgpHLj+sIuUmJnYcgXBlrfsiDZ9rt4aF2TFRbyLgZ2iFQuVZ1K5Mx3FVkbKRSgKrbK3K2g== |
| 6483 | + |
6334 | 6484 | globalthis@^1.0.1:
|
6335 | 6485 | version "1.0.3"
|
6336 | 6486 | resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf"
|
@@ -8078,6 +8228,11 @@ md5.js@^1.3.4:
|
8078 | 8228 | inherits "^2.0.1"
|
8079 | 8229 | safe-buffer "^5.1.2"
|
8080 | 8230 |
|
| 8231 | + |
| 8232 | + version "2.20.0" |
| 8233 | + resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.20.0.tgz#b2274bafb8d1ce544bd040b9d427b8534010575d" |
| 8234 | + integrity sha512-/d3otgvmquUkAN2RVxSg6lIbQrYX7isR4aC5Hvw8JuHvzctR3eUG50WmsAZjb9MkbJ5LbijPSy7uIxEtQDGI0w== |
| 8235 | + |
8081 | 8236 |
|
8082 | 8237 | version "0.3.0"
|
8083 | 8238 | resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
|
@@ -8244,6 +8399,13 @@ minimatch@^5.0.1:
|
8244 | 8399 | dependencies:
|
8245 | 8400 | brace-expansion "^2.0.1"
|
8246 | 8401 |
|
| 8402 | +minimatch@^9.0.4: |
| 8403 | + version "9.0.5" |
| 8404 | + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5" |
| 8405 | + integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== |
| 8406 | + dependencies: |
| 8407 | + brace-expansion "^2.0.1" |
| 8408 | + |
8247 | 8409 |
|
8248 | 8410 | version "0.0.8"
|
8249 | 8411 | resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
|
@@ -9210,6 +9372,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
|
9210 | 9372 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
|
9211 | 9373 | integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
|
9212 | 9374 |
|
| 9375 | +picomatch@^4.0.2: |
| 9376 | + version "4.0.2" |
| 9377 | + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab" |
| 9378 | + integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg== |
| 9379 | + |
9213 | 9380 | pify@^2.0.0:
|
9214 | 9381 | version "2.3.0"
|
9215 | 9382 | resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
|
@@ -10302,6 +10469,11 @@ semver@^7.5.2:
|
10302 | 10469 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
|
10303 | 10470 | integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
|
10304 | 10471 |
|
| 10472 | +semver@^7.6.0: |
| 10473 | + version "7.7.2" |
| 10474 | + resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58" |
| 10475 | + integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA== |
| 10476 | + |
10305 | 10477 | semver@^7.7.1:
|
10306 | 10478 | version "7.7.1"
|
10307 | 10479 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
|
@@ -10574,6 +10746,11 @@ solidity-comments-extractor@^0.0.7:
|
10574 | 10746 | resolved "https://registry.yarnpkg.com/solidity-comments-extractor/-/solidity-comments-extractor-0.0.7.tgz#99d8f1361438f84019795d928b931f4e5c39ca19"
|
10575 | 10747 | integrity sha512-wciNMLg/Irp8OKGrh3S2tfvZiZ0NEyILfcRCXCD4mp7SgK/i9gzLfhY2hY7VMCQJ3kH9UB9BzNdibIVMchzyYw==
|
10576 | 10748 |
|
| 10749 | +source-map-js@^1.0.1: |
| 10750 | + version "1.2.1" |
| 10751 | + resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46" |
| 10752 | + integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA== |
| 10753 | + |
10577 | 10754 | source-map-support@^0.5.19:
|
10578 | 10755 | version "0.5.21"
|
10579 | 10756 | resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
|
|
11113 | 11290 | "@truffle/preserve-to-filecoin" "^0.2.3"
|
11114 | 11291 | "@truffle/preserve-to-ipfs" "^0.2.3"
|
11115 | 11292 |
|
| 11293 | +ts-api-utils@^2.1.0: |
| 11294 | + version "2.1.0" |
| 11295 | + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91" |
| 11296 | + integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ== |
| 11297 | + |
11116 | 11298 | ts-command-line-args@^2.2.0:
|
11117 | 11299 | version "2.3.1"
|
11118 | 11300 | resolved "https://registry.yarnpkg.com/ts-command-line-args/-/ts-command-line-args-2.3.1.tgz#b6188e42efc6cf7a8898e438a873fbb15505ddd6"
|
|
0 commit comments