|
1057 | 1057 | dependencies:
|
1058 | 1058 | eslint-visitor-keys "^3.3.0"
|
1059 | 1059 |
|
1060 |
| -"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1": |
| 1060 | +"@eslint-community/regexpp@^4.10.0": |
| 1061 | + version "4.12.1" |
| 1062 | + resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0" |
| 1063 | + integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ== |
| 1064 | + |
| 1065 | +"@eslint-community/regexpp@^4.6.1": |
1061 | 1066 | version "4.8.0"
|
1062 | 1067 | resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.8.0.tgz#11195513186f68d42fbf449f9a7136b2c0c92005"
|
1063 | 1068 | integrity sha512-JylOEEzDiOryeUnFbQz+oViCXS0KsvR1mvHkoMiu5+UiBvy+RYX7tzlIIIEstF/gVa2tj9AQXk3dgnxv6KxhFg==
|
|
2545 | 2550 | dependencies:
|
2546 | 2551 | "@types/istanbul-lib-report" "*"
|
2547 | 2552 |
|
2548 |
| -"@types/json-schema@^7.0.12": |
2549 |
| - version "7.0.12" |
2550 |
| - resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb" |
2551 |
| - integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA== |
2552 |
| - |
2553 | 2553 | "@types/json-schema@^7.0.9":
|
2554 | 2554 | version "7.0.9"
|
2555 | 2555 | resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
|
|
2616 | 2616 | resolved "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
|
2617 | 2617 | integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
|
2618 | 2618 |
|
2619 |
| -"@types/semver@^7.5.0": |
2620 |
| - version "7.5.1" |
2621 |
| - resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.1.tgz#0480eeb7221eb9bc398ad7432c9d7e14b1a5a367" |
2622 |
| - integrity sha512-cJRQXpObxfNKkFAZbJl2yjWtJCqELQIdShsogr1d2MilP8dKD9TE/nEKHkJgUNHdGKCQaf9HbIynuV2csLGVLg== |
2623 |
| - |
2624 | 2619 | "@types/stack-utils@^2.0.0":
|
2625 | 2620 | version "2.0.0"
|
2626 | 2621 | resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff"
|
|
2670 | 2665 | dependencies:
|
2671 | 2666 | "@types/yargs-parser" "*"
|
2672 | 2667 |
|
2673 |
| -"@typescript-eslint/eslint-plugin@^6.0.0": |
2674 |
| - version "6.6.0" |
2675 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.6.0.tgz#19ba09aa34fd504696445100262e5a9e1b1d7024" |
2676 |
| - integrity sha512-CW9YDGTQnNYMIo5lMeuiIG08p4E0cXrXTbcZ2saT/ETE7dWUrNxlijsQeU04qAAKkILiLzdQz+cGFxCJjaZUmA== |
| 2668 | +"@typescript-eslint/eslint-plugin@^8.0.0": |
| 2669 | + version "8.25.0" |
| 2670 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.25.0.tgz#5e1d56f067e5808fa82d1b75bced82396e868a14" |
| 2671 | + integrity sha512-VM7bpzAe7JO/BFf40pIT1lJqS/z1F8OaSsUB3rpFJucQA4cOSuH2RVVVkFULN+En0Djgr29/jb4EQnedUo95KA== |
2677 | 2672 | dependencies:
|
2678 |
| - "@eslint-community/regexpp" "^4.5.1" |
2679 |
| - "@typescript-eslint/scope-manager" "6.6.0" |
2680 |
| - "@typescript-eslint/type-utils" "6.6.0" |
2681 |
| - "@typescript-eslint/utils" "6.6.0" |
2682 |
| - "@typescript-eslint/visitor-keys" "6.6.0" |
2683 |
| - debug "^4.3.4" |
| 2673 | + "@eslint-community/regexpp" "^4.10.0" |
| 2674 | + "@typescript-eslint/scope-manager" "8.25.0" |
| 2675 | + "@typescript-eslint/type-utils" "8.25.0" |
| 2676 | + "@typescript-eslint/utils" "8.25.0" |
| 2677 | + "@typescript-eslint/visitor-keys" "8.25.0" |
2684 | 2678 | graphemer "^1.4.0"
|
2685 |
| - ignore "^5.2.4" |
| 2679 | + ignore "^5.3.1" |
2686 | 2680 | natural-compare "^1.4.0"
|
2687 |
| - semver "^7.5.4" |
2688 |
| - ts-api-utils "^1.0.1" |
| 2681 | + ts-api-utils "^2.0.1" |
2689 | 2682 |
|
2690 | 2683 | "@typescript-eslint/parser@^6.0.0":
|
2691 | 2684 | version "6.6.0"
|
|
2714 | 2707 | "@typescript-eslint/types" "6.6.0"
|
2715 | 2708 | "@typescript-eslint/visitor-keys" "6.6.0"
|
2716 | 2709 |
|
2717 |
| -"@typescript-eslint/ [email protected].0": |
2718 |
| - version "6.6.0" |
2719 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.6.0.tgz#14f651d13b884915c4fca0d27adeb652a4499e86" |
2720 |
| - integrity sha512-8m16fwAcEnQc69IpeDyokNO+D5spo0w1jepWWY2Q6y5ZKNuj5EhVQXjtVAeDDqvW6Yg7dhclbsz6rTtOvcwpHg== |
| 2710 | +"@typescript-eslint/ [email protected].0": |
| 2711 | + version "8.25.0" |
| 2712 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.25.0.tgz#ac3805077aade898e98ca824294c998545597df3" |
| 2713 | + integrity sha512-6PPeiKIGbgStEyt4NNXa2ru5pMzQ8OYKO1hX1z53HMomrmiSB+R5FmChgQAP1ro8jMtNawz+TRQo/cSXrauTpg== |
2721 | 2714 | dependencies:
|
2722 |
| - "@typescript-eslint/typescript-estree" "6.6.0" |
2723 |
| - "@typescript-eslint/utils" "6.6.0" |
| 2715 | + "@typescript-eslint/types" "8.25.0" |
| 2716 | + "@typescript-eslint/visitor-keys" "8.25.0" |
| 2717 | + |
| 2718 | +"@typescript-eslint/ [email protected]": |
| 2719 | + version "8.25.0" |
| 2720 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.25.0.tgz#ee0d2f67c80af5ae74b5d6f977e0f8ded0059677" |
| 2721 | + integrity sha512-d77dHgHWnxmXOPJuDWO4FDWADmGQkN5+tt6SFRZz/RtCWl4pHgFl3+WdYCn16+3teG09DY6XtEpf3gGD0a186g== |
| 2722 | + dependencies: |
| 2723 | + "@typescript-eslint/typescript-estree" "8.25.0" |
| 2724 | + "@typescript-eslint/utils" "8.25.0" |
2724 | 2725 | debug "^4.3.4"
|
2725 |
| - ts-api-utils "^1.0.1" |
| 2726 | + ts-api-utils "^2.0.1" |
2726 | 2727 |
|
2727 | 2728 | "@typescript-eslint/ [email protected]":
|
2728 | 2729 | version "5.16.0"
|
|
2734 | 2735 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.6.0.tgz#95e7ea650a2b28bc5af5ea8907114a48f54618c2"
|
2735 | 2736 | integrity sha512-CB6QpJQ6BAHlJXdwUmiaXDBmTqIE2bzGTDLADgvqtHWuhfNP3rAOK7kAgRMAET5rDRr9Utt+qAzRBdu3AhR3sg==
|
2736 | 2737 |
|
| 2738 | +"@typescript-eslint/ [email protected]": |
| 2739 | + version "8.25.0" |
| 2740 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.25.0.tgz#f91512c2f532b1d6a8826cadd0b0e5cd53cf97e0" |
| 2741 | + integrity sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw== |
| 2742 | + |
2737 | 2743 | "@typescript-eslint/ [email protected]":
|
2738 | 2744 | version "5.16.0"
|
2739 | 2745 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.16.0.tgz#32259459ec62f5feddca66adc695342f30101f61"
|
|
2760 | 2766 | semver "^7.5.4"
|
2761 | 2767 | ts-api-utils "^1.0.1"
|
2762 | 2768 |
|
2763 |
| -"@typescript-eslint/ [email protected]": |
2764 |
| - version "6.6.0" |
2765 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.6.0.tgz#2d686c0f0786da6362d909e27a9de1c13ba2e7dc" |
2766 |
| - integrity sha512-mPHFoNa2bPIWWglWYdR0QfY9GN0CfvvXX1Sv6DlSTive3jlMTUy+an67//Gysc+0Me9pjitrq0LJp0nGtLgftw== |
| 2769 | +"@typescript-eslint/ [email protected]": |
| 2770 | + version "8.25.0" |
| 2771 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.25.0.tgz#d8409c63abddd4cf5b93c031b24b9edc1c7c1299" |
| 2772 | + integrity sha512-ZPaiAKEZ6Blt/TPAx5Ot0EIB/yGtLI2EsGoY6F7XKklfMxYQyvtL+gT/UCqkMzO0BVFHLDlzvFqQzurYahxv9Q== |
| 2773 | + dependencies: |
| 2774 | + "@typescript-eslint/types" "8.25.0" |
| 2775 | + "@typescript-eslint/visitor-keys" "8.25.0" |
| 2776 | + debug "^4.3.4" |
| 2777 | + fast-glob "^3.3.2" |
| 2778 | + is-glob "^4.0.3" |
| 2779 | + minimatch "^9.0.4" |
| 2780 | + semver "^7.6.0" |
| 2781 | + ts-api-utils "^2.0.1" |
| 2782 | + |
| 2783 | +"@typescript-eslint/ [email protected]": |
| 2784 | + version "8.25.0" |
| 2785 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.25.0.tgz#3ea2f9196a915ef4daa2c8eafd44adbd7d56d08a" |
| 2786 | + integrity sha512-syqRbrEv0J1wywiLsK60XzHnQe/kRViI3zwFALrNEgnntn1l24Ra2KvOAWwWbWZ1lBZxZljPDGOq967dsl6fkA== |
2767 | 2787 | dependencies:
|
2768 | 2788 | "@eslint-community/eslint-utils" "^4.4.0"
|
2769 |
| - "@types/json-schema" "^7.0.12" |
2770 |
| - "@types/semver" "^7.5.0" |
2771 |
| - "@typescript-eslint/scope-manager" "6.6.0" |
2772 |
| - "@typescript-eslint/types" "6.6.0" |
2773 |
| - "@typescript-eslint/typescript-estree" "6.6.0" |
2774 |
| - semver "^7.5.4" |
| 2789 | + "@typescript-eslint/scope-manager" "8.25.0" |
| 2790 | + "@typescript-eslint/types" "8.25.0" |
| 2791 | + "@typescript-eslint/typescript-estree" "8.25.0" |
2775 | 2792 |
|
2776 | 2793 | "@typescript-eslint/utils@^5.10.0":
|
2777 | 2794 | version "5.16.0"
|
|
2801 | 2818 | "@typescript-eslint/types" "6.6.0"
|
2802 | 2819 | eslint-visitor-keys "^3.4.1"
|
2803 | 2820 |
|
| 2821 | +"@typescript-eslint/ [email protected]": |
| 2822 | + version "8.25.0" |
| 2823 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.25.0.tgz#e8646324cd1793f96e02669cb717a05319403164" |
| 2824 | + integrity sha512-kCYXKAum9CecGVHGij7muybDfTS2sD3t0L4bJsEZLkyrXUImiCTq1M3LG2SRtOhiHFwMR9wAFplpT6XHYjTkwQ== |
| 2825 | + dependencies: |
| 2826 | + "@typescript-eslint/types" "8.25.0" |
| 2827 | + eslint-visitor-keys "^4.2.0" |
| 2828 | + |
2804 | 2829 | "@ungap/structured-clone@^1.2.0":
|
2805 | 2830 | version "1.2.0"
|
2806 | 2831 | resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
@@ -4832,6 +4857,11 @@ eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
|
4832 | 4857 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
4833 | 4858 | integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
4834 | 4859 |
|
| 4860 | +eslint-visitor-keys@^4.2.0: |
| 4861 | + version "4.2.0" |
| 4862 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45" |
| 4863 | + integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw== |
| 4864 | + |
4835 | 4865 |
|
4836 | 4866 | version "8.57.1"
|
4837 | 4867 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
|
@@ -5064,7 +5094,7 @@ fast-glob@^3.2.9:
|
5064 | 5094 | merge2 "^1.3.0"
|
5065 | 5095 | micromatch "^4.0.4"
|
5066 | 5096 |
|
5067 |
| -fast-glob@^3.3.3: |
| 5097 | +fast-glob@^3.3.2, fast-glob@^3.3.3: |
5068 | 5098 | version "3.3.3"
|
5069 | 5099 | resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
|
5070 | 5100 | integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
|
@@ -6100,10 +6130,10 @@ ignore@^5.1.4:
|
6100 | 6130 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.9.tgz#9ec1a5cbe8e1446ec60d4420060d43aa6e7382fb"
|
6101 | 6131 | integrity sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==
|
6102 | 6132 |
|
6103 |
| -ignore@^5.2.4: |
6104 |
| - version "5.2.4" |
6105 |
| - resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324" |
6106 |
| - integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ== |
| 6133 | +ignore@^5.3.1: |
| 6134 | + version "5.3.2" |
| 6135 | + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5" |
| 6136 | + integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g== |
6107 | 6137 |
|
6108 | 6138 | ignore@^7.0.3:
|
6109 | 6139 | version "7.0.3"
|
@@ -11011,6 +11041,11 @@ semver@^7.5.2, semver@^7.5.3, semver@^7.5.4:
|
11011 | 11041 | dependencies:
|
11012 | 11042 | lru-cache "^6.0.0"
|
11013 | 11043 |
|
| 11044 | +semver@^7.6.0: |
| 11045 | + version "7.7.1" |
| 11046 | + resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f" |
| 11047 | + integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA== |
| 11048 | + |
11014 | 11049 | set-blocking@^2.0.0:
|
11015 | 11050 | version "2.0.0"
|
11016 | 11051 | resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
|
@@ -12000,6 +12035,11 @@ ts-api-utils@^1.0.1:
|
12000 | 12035 | resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
|
12001 | 12036 | integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
|
12002 | 12037 |
|
| 12038 | +ts-api-utils@^2.0.1: |
| 12039 | + version "2.0.1" |
| 12040 | + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd" |
| 12041 | + integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w== |
| 12042 | + |
12003 | 12043 | tsconfig-paths@^3.11.0:
|
12004 | 12044 | version "3.11.0"
|
12005 | 12045 | resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz#954c1fe973da6339c78e06b03ce2e48810b65f36"
|
|
0 commit comments