|
159 | 159 | dependencies:
|
160 | 160 | eslint-visitor-keys "^3.3.0"
|
161 | 161 |
|
162 |
| -"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1": |
163 |
| - version "4.10.0" |
164 |
| - resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63" |
165 |
| - integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA== |
| 162 | +"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.6.1": |
| 163 | + version "4.10.1" |
| 164 | + resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.1.tgz#361461e5cb3845d874e61731c11cfedd664d83a0" |
| 165 | + integrity sha512-Zm2NGpWELsQAD1xsJzGQpYfvICSsFkEpU0jxBjfdC6uNEWXcHnfs9hScFWtXVDVl+rBQJGrl4g1vcKIejpH9dA== |
166 | 166 |
|
167 | 167 | "@eslint/eslintrc@^2.1.4":
|
168 | 168 | version "2.1.4"
|
|
589 | 589 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
|
590 | 590 | integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
|
591 | 591 |
|
592 |
| -"@types/json-schema@^7.0.12": |
593 |
| - version "7.0.15" |
594 |
| - resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841" |
595 |
| - integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA== |
596 |
| - |
597 | 592 | "@types/json5@^0.0.29":
|
598 | 593 | version "0.0.29"
|
599 | 594 | resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
|
|
618 | 613 | dependencies:
|
619 | 614 | undici-types "~5.26.4"
|
620 | 615 |
|
621 |
| -"@types/semver@^7.5.0": |
622 |
| - version "7.5.8" |
623 |
| - resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e" |
624 |
| - integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ== |
625 |
| - |
626 | 616 | "@types/yargs-parser@*":
|
627 | 617 | version "21.0.3"
|
628 | 618 | resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.3.tgz#815e30b786d2e8f0dcd85fd5bcf5e1a04d008f15"
|
|
635 | 625 | dependencies:
|
636 | 626 | "@types/yargs-parser" "*"
|
637 | 627 |
|
638 |
| -"@typescript-eslint/eslint-plugin@6.21.0": |
639 |
| - version "6.21.0" |
640 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3" |
641 |
| - integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA== |
| 628 | +"@typescript-eslint/eslint-plugin@7.12.0": |
| 629 | + version "7.12.0" |
| 630 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.12.0.tgz#f87a32e8972b8a60024f2f8f12205e7c8108bc41" |
| 631 | + integrity sha512-7F91fcbuDf/d3S8o21+r3ZncGIke/+eWk0EpO21LXhDfLahriZF9CGj4fbAetEjlaBdjdSm9a6VeXbpbT6Z40Q== |
642 | 632 | dependencies:
|
643 |
| - "@eslint-community/regexpp" "^4.5.1" |
644 |
| - "@typescript-eslint/scope-manager" "6.21.0" |
645 |
| - "@typescript-eslint/type-utils" "6.21.0" |
646 |
| - "@typescript-eslint/utils" "6.21.0" |
647 |
| - "@typescript-eslint/visitor-keys" "6.21.0" |
648 |
| - debug "^4.3.4" |
| 633 | + "@eslint-community/regexpp" "^4.10.0" |
| 634 | + "@typescript-eslint/scope-manager" "7.12.0" |
| 635 | + "@typescript-eslint/type-utils" "7.12.0" |
| 636 | + "@typescript-eslint/utils" "7.12.0" |
| 637 | + "@typescript-eslint/visitor-keys" "7.12.0" |
649 | 638 | graphemer "^1.4.0"
|
650 |
| - ignore "^5.2.4" |
| 639 | + ignore "^5.3.1" |
651 | 640 | natural-compare "^1.4.0"
|
652 |
| - semver "^7.5.4" |
653 |
| - ts-api-utils "^1.0.1" |
| 641 | + ts-api-utils "^1.3.0" |
| 642 | + |
| 643 | +"@typescript-eslint/parser@7.12.0": |
| 644 | + version "7.12.0" |
| 645 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.12.0.tgz#8761df3345528b35049353db80010b385719b1c3" |
| 646 | + integrity sha512-dm/J2UDY3oV3TKius2OUZIFHsomQmpHtsV0FTh1WO8EKgHLQ1QCADUqscPgTpU+ih1e21FQSRjXckHn3txn6kQ== |
| 647 | + dependencies: |
| 648 | + "@typescript-eslint/scope-manager" "7.12.0" |
| 649 | + "@typescript-eslint/types" "7.12.0" |
| 650 | + "@typescript-eslint/typescript-estree" "7.12.0" |
| 651 | + "@typescript-eslint/visitor-keys" "7.12.0" |
| 652 | + debug "^4.3.4" |
654 | 653 |
|
655 |
| -"@typescript-eslint/parser@6.21.0", "@typescript-eslint/parser@^6.4.0": |
| 654 | +"@typescript-eslint/parser@^6.4.0": |
656 | 655 | version "6.21.0"
|
657 | 656 | resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b"
|
658 | 657 | integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
|
|
671 | 670 | "@typescript-eslint/types" "6.21.0"
|
672 | 671 | "@typescript-eslint/visitor-keys" "6.21.0"
|
673 | 672 |
|
674 |
| -"@typescript-eslint/type-utils@6.21.0": |
675 |
| - version "6.21.0" |
676 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e" |
677 |
| - integrity sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag== |
| 673 | +"@typescript-eslint/scope-manager@7.12.0": |
| 674 | + version "7.12.0" |
| 675 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.12.0.tgz#259c014362de72dd34f995efe6bd8dda486adf58" |
| 676 | + integrity sha512-itF1pTnN6F3unPak+kutH9raIkL3lhH1YRPGgt7QQOh43DQKVJXmWkpb+vpc/TiDHs6RSd9CTbDsc/Y+Ygq7kg== |
678 | 677 | dependencies:
|
679 |
| - "@typescript-eslint/typescript-estree" "6.21.0" |
680 |
| - "@typescript-eslint/utils" "6.21.0" |
| 678 | + "@typescript-eslint/types" "7.12.0" |
| 679 | + "@typescript-eslint/visitor-keys" "7.12.0" |
| 680 | + |
| 681 | +"@typescript-eslint/type-utils@7.12.0": |
| 682 | + version "7.12.0" |
| 683 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.12.0.tgz#9dfaaa1972952f395ec5be4f5bbfc4d3cdc63908" |
| 684 | + integrity sha512-lib96tyRtMhLxwauDWUp/uW3FMhLA6D0rJ8T7HmH7x23Gk1Gwwu8UZ94NMXBvOELn6flSPiBrCKlehkiXyaqwA== |
| 685 | + dependencies: |
| 686 | + "@typescript-eslint/typescript-estree" "7.12.0" |
| 687 | + "@typescript-eslint/utils" "7.12.0" |
681 | 688 | debug "^4.3.4"
|
682 |
| - ts-api-utils "^1.0.1" |
| 689 | + ts-api-utils "^1.3.0" |
683 | 690 |
|
684 | 691 | "@typescript-eslint/types@6.21.0":
|
685 | 692 | version "6.21.0"
|
686 | 693 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
|
687 | 694 | integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
|
688 | 695 |
|
| 696 | +"@typescript-eslint/types@7.12.0": |
| 697 | + version "7.12.0" |
| 698 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.12.0.tgz#bf208f971a8da1e7524a5d9ae2b5f15192a37981" |
| 699 | + integrity sha512-o+0Te6eWp2ppKY3mLCU+YA9pVJxhUJE15FV7kxuD9jgwIAa+w/ycGJBMrYDTpVGUM/tgpa9SeMOugSabWFq7bg== |
| 700 | + |
689 | 701 | "@typescript-eslint/typescript-estree@6.21.0":
|
690 | 702 | version "6.21.0"
|
691 | 703 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
|
|
700 | 712 | semver "^7.5.4"
|
701 | 713 | ts-api-utils "^1.0.1"
|
702 | 714 |
|
703 |
| -"@typescript-eslint/utils@6.21.0": |
704 |
| - version "6.21.0" |
705 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134" |
706 |
| - integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ== |
| 715 | +"@typescript-eslint/typescript-estree@7.12.0": |
| 716 | + version "7.12.0" |
| 717 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.12.0.tgz#e6c1074f248b3db6573ab6a7c47a39c4cd498ff9" |
| 718 | + integrity sha512-5bwqLsWBULv1h6pn7cMW5dXX/Y2amRqLaKqsASVwbBHMZSnHqE/HN4vT4fE0aFsiwxYvr98kqOWh1a8ZKXalCQ== |
| 719 | + dependencies: |
| 720 | + "@typescript-eslint/types" "7.12.0" |
| 721 | + "@typescript-eslint/visitor-keys" "7.12.0" |
| 722 | + debug "^4.3.4" |
| 723 | + globby "^11.1.0" |
| 724 | + is-glob "^4.0.3" |
| 725 | + minimatch "^9.0.4" |
| 726 | + semver "^7.6.0" |
| 727 | + ts-api-utils "^1.3.0" |
| 728 | + |
| 729 | +"@typescript-eslint/utils@7.12.0": |
| 730 | + version "7.12.0" |
| 731 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.12.0.tgz#c6e58fd7f724cdccc848f71e388ad80cbdb95dd0" |
| 732 | + integrity sha512-Y6hhwxwDx41HNpjuYswYp6gDbkiZ8Hin9Bf5aJQn1bpTs3afYY4GX+MPYxma8jtoIV2GRwTM/UJm/2uGCVv+DQ== |
707 | 733 | dependencies:
|
708 | 734 | "@eslint-community/eslint-utils" "^4.4.0"
|
709 |
| - "@types/json-schema" "^7.0.12" |
710 |
| - "@types/semver" "^7.5.0" |
711 |
| - "@typescript-eslint/scope-manager" "6.21.0" |
712 |
| - "@typescript-eslint/types" "6.21.0" |
713 |
| - "@typescript-eslint/typescript-estree" "6.21.0" |
714 |
| - semver "^7.5.4" |
| 735 | + "@typescript-eslint/scope-manager" "7.12.0" |
| 736 | + "@typescript-eslint/types" "7.12.0" |
| 737 | + "@typescript-eslint/typescript-estree" "7.12.0" |
715 | 738 |
|
716 | 739 | "@typescript-eslint/visitor-keys@6.21.0":
|
717 | 740 | version "6.21.0"
|
|
721 | 744 | "@typescript-eslint/types" "6.21.0"
|
722 | 745 | eslint-visitor-keys "^3.4.1"
|
723 | 746 |
|
| 747 | +"@typescript-eslint/visitor-keys@7.12.0": |
| 748 | + version "7.12.0" |
| 749 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.12.0.tgz#c053b55a996679528beeedd8e565710ce1ae1ad3" |
| 750 | + integrity sha512-uZk7DevrQLL3vSnfFl5bj4sL75qC9D6EdjemIdbtkuUmIheWpuiiylSY01JxJE7+zGrOWDZrp1WxOuDntvKrHQ== |
| 751 | + dependencies: |
| 752 | + "@typescript-eslint/types" "7.12.0" |
| 753 | + eslint-visitor-keys "^3.4.3" |
| 754 | + |
724 | 755 | "@ungap/structured-clone@^1.2.0":
|
725 | 756 | version "1.2.0"
|
726 | 757 | resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
@@ -1935,7 +1966,7 @@ human-signals@^5.0.0:
|
1935 | 1966 | resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-5.0.0.tgz#42665a284f9ae0dade3ba41ebc37eb4b852f3a28"
|
1936 | 1967 | integrity sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==
|
1937 | 1968 |
|
1938 |
| -ignore@^5.1.1, ignore@^5.2.0, ignore@^5.2.4: |
| 1969 | +ignore@^5.1.1, ignore@^5.2.0, ignore@^5.3.1: |
1939 | 1970 | version "5.3.1"
|
1940 | 1971 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
|
1941 | 1972 | integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
|
@@ -2328,13 +2359,6 @@ lru-cache@^10.0.0:
|
2328 | 2359 | resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
|
2329 | 2360 | integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
|
2330 | 2361 |
|
2331 |
| -lru-cache@^6.0.0: |
2332 |
| - version "6.0.0" |
2333 |
| - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" |
2334 |
| - integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== |
2335 |
| - dependencies: |
2336 |
| - yallist "^4.0.0" |
2337 |
| - |
2338 | 2362 | magic-string@^0.30.5:
|
2339 | 2363 | version "0.30.8"
|
2340 | 2364 | resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.8.tgz#14e8624246d2bedba70d5462aa99ac9681844613"
|
@@ -2389,7 +2413,7 @@ minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
|
2389 | 2413 | dependencies:
|
2390 | 2414 | brace-expansion "^1.1.7"
|
2391 | 2415 |
|
2392 |
| -minimatch@^9.0.0: |
| 2416 | +minimatch@^9.0.0, minimatch@^9.0.4: |
2393 | 2417 | version "9.0.4"
|
2394 | 2418 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
|
2395 | 2419 | integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
|
@@ -2848,12 +2872,10 @@ semver@^6.3.1:
|
2848 | 2872 | resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
2849 | 2873 | integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
2850 | 2874 |
|
2851 |
| -semver@^7.0.0, semver@^7.3.8, semver@^7.5.4: |
2852 |
| - version "7.6.0" |
2853 |
| - resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d" |
2854 |
| - integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg== |
2855 |
| - dependencies: |
2856 |
| - lru-cache "^6.0.0" |
| 2875 | +semver@^7.0.0, semver@^7.3.8, semver@^7.5.4, semver@^7.6.0: |
| 2876 | + version "7.6.2" |
| 2877 | + resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13" |
| 2878 | + integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w== |
2857 | 2879 |
|
2858 | 2880 | set-function-length@^1.2.1:
|
2859 | 2881 | version "1.2.2"
|
@@ -3055,7 +3077,7 @@ to-regex-range@^5.0.1:
|
3055 | 3077 | dependencies:
|
3056 | 3078 | is-number "^7.0.0"
|
3057 | 3079 |
|
3058 |
| -ts-api-utils@^1.0.1: |
| 3080 | +ts-api-utils@^1.0.1, ts-api-utils@^1.3.0: |
3059 | 3081 | version "1.3.0"
|
3060 | 3082 | resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
|
3061 | 3083 | integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
|
@@ -3314,11 +3336,6 @@ y18n@^5.0.5:
|
3314 | 3336 | resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
|
3315 | 3337 | integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
|
3316 | 3338 |
|
3317 |
| -yallist@^4.0.0: |
3318 |
| - version "4.0.0" |
3319 |
| - resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" |
3320 |
| - integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== |
3321 |
| - |
3322 | 3339 | yaml@2.4.5:
|
3323 | 3340 | version "2.4.5"
|
3324 | 3341 | resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.5.tgz#60630b206dd6d84df97003d33fc1ddf6296cca5e"
|
|
0 commit comments