|
1326 | 1326 | dependencies:
|
1327 | 1327 | eslint-visitor-keys "^3.3.0"
|
1328 | 1328 |
|
1329 |
| -"@eslint-community/regexpp@^4.11.0", "@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1": |
| 1329 | +"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.11.0", "@eslint-community/regexpp@^4.6.1": |
1330 | 1330 | version "4.11.1"
|
1331 | 1331 | resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.1.tgz#a547badfc719eb3e5f4b556325e542fbe9d7a18f"
|
1332 | 1332 | integrity sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==
|
|
2930 | 2930 | dependencies:
|
2931 | 2931 | "@types/yargs-parser" "*"
|
2932 | 2932 |
|
2933 |
| -"@typescript-eslint/eslint-plugin@^6.9.1": |
2934 |
| - version "6.21.0" |
2935 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3" |
2936 |
| - integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA== |
| 2933 | +"@typescript-eslint/eslint-plugin@^8.0.0": |
| 2934 | + version "8.8.1" |
| 2935 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.8.1.tgz#9364b756d4d78bcbdf6fd3e9345e6924c68ad371" |
| 2936 | + integrity sha512-xfvdgA8AP/vxHgtgU310+WBnLB4uJQ9XdyP17RebG26rLtDrQJV3ZYrcopX91GrHmMoH8bdSwMRh2a//TiJ1jQ== |
2937 | 2937 | dependencies:
|
2938 |
| - "@eslint-community/regexpp" "^4.5.1" |
2939 |
| - "@typescript-eslint/scope-manager" "6.21.0" |
2940 |
| - "@typescript-eslint/type-utils" "6.21.0" |
2941 |
| - "@typescript-eslint/utils" "6.21.0" |
2942 |
| - "@typescript-eslint/visitor-keys" "6.21.0" |
2943 |
| - debug "^4.3.4" |
| 2938 | + "@eslint-community/regexpp" "^4.10.0" |
| 2939 | + "@typescript-eslint/scope-manager" "8.8.1" |
| 2940 | + "@typescript-eslint/type-utils" "8.8.1" |
| 2941 | + "@typescript-eslint/utils" "8.8.1" |
| 2942 | + "@typescript-eslint/visitor-keys" "8.8.1" |
2944 | 2943 | graphemer "^1.4.0"
|
2945 |
| - ignore "^5.2.4" |
| 2944 | + ignore "^5.3.1" |
2946 | 2945 | natural-compare "^1.4.0"
|
2947 |
| - semver "^7.5.4" |
2948 |
| - ts-api-utils "^1.0.1" |
| 2946 | + ts-api-utils "^1.3.0" |
2949 | 2947 |
|
2950 |
| -"@typescript-eslint/parser@^6.9.1": |
2951 |
| - version "6.21.0" |
2952 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b" |
2953 |
| - integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ== |
| 2948 | +"@typescript-eslint/parser@^8.0.0": |
| 2949 | + version "8.8.1" |
| 2950 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.8.1.tgz#5952ba2a83bd52024b872f3fdc8ed2d3636073b8" |
| 2951 | + integrity sha512-hQUVn2Lij2NAxVFEdvIGxT9gP1tq2yM83m+by3whWFsWC+1y8pxxxHUFE1UqDu2VsGi2i6RLcv4QvouM84U+ow== |
2954 | 2952 | dependencies:
|
2955 |
| - "@typescript-eslint/scope-manager" "6.21.0" |
2956 |
| - "@typescript-eslint/types" "6.21.0" |
2957 |
| - "@typescript-eslint/typescript-estree" "6.21.0" |
2958 |
| - "@typescript-eslint/visitor-keys" "6.21.0" |
| 2953 | + "@typescript-eslint/scope-manager" "8.8.1" |
| 2954 | + "@typescript-eslint/types" "8.8.1" |
| 2955 | + "@typescript-eslint/typescript-estree" "8.8.1" |
| 2956 | + "@typescript-eslint/visitor-keys" "8.8.1" |
2959 | 2957 | debug "^4.3.4"
|
2960 | 2958 |
|
2961 | 2959 | "@typescript-eslint/ [email protected]":
|
|
2966 | 2964 | "@typescript-eslint/types" "6.21.0"
|
2967 | 2965 | "@typescript-eslint/visitor-keys" "6.21.0"
|
2968 | 2966 |
|
2969 |
| -"@typescript-eslint/ [email protected]", "@typescript-eslint/type-utils@^6.13.2": |
| 2967 | +"@typescript-eslint/ [email protected]": |
| 2968 | + version "8.8.1" |
| 2969 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.8.1.tgz#b4bea1c0785aaebfe3c4ab059edaea1c4977e7ff" |
| 2970 | + integrity sha512-X4JdU+66Mazev/J0gfXlcC/dV6JI37h+93W9BRYXrSn0hrE64IoWgVkO9MSJgEzoWkxONgaQpICWg8vAN74wlA== |
| 2971 | + dependencies: |
| 2972 | + "@typescript-eslint/types" "8.8.1" |
| 2973 | + "@typescript-eslint/visitor-keys" "8.8.1" |
| 2974 | + |
| 2975 | +"@typescript-eslint/ [email protected]": |
| 2976 | + version "8.8.1" |
| 2977 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.8.1.tgz#31f59ec46e93a02b409fb4d406a368a59fad306e" |
| 2978 | + integrity sha512-qSVnpcbLP8CALORf0za+vjLYj1Wp8HSoiI8zYU5tHxRVj30702Z1Yw4cLwfNKhTPWp5+P+k1pjmD5Zd1nhxiZA== |
| 2979 | + dependencies: |
| 2980 | + "@typescript-eslint/typescript-estree" "8.8.1" |
| 2981 | + "@typescript-eslint/utils" "8.8.1" |
| 2982 | + debug "^4.3.4" |
| 2983 | + ts-api-utils "^1.3.0" |
| 2984 | + |
| 2985 | +"@typescript-eslint/type-utils@^6.13.2": |
2970 | 2986 | version "6.21.0"
|
2971 | 2987 | resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
|
2972 | 2988 | integrity sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==
|
|
2981 | 2997 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
|
2982 | 2998 | integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
|
2983 | 2999 |
|
| 3000 | +"@typescript-eslint/ [email protected]": |
| 3001 | + version "8.8.1" |
| 3002 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.8.1.tgz#ebe85e0fa4a8e32a24a56adadf060103bef13bd1" |
| 3003 | + integrity sha512-WCcTP4SDXzMd23N27u66zTKMuEevH4uzU8C9jf0RO4E04yVHgQgW+r+TeVTNnO1KIfrL8ebgVVYYMMO3+jC55Q== |
| 3004 | + |
2984 | 3005 | "@typescript-eslint/ [email protected]":
|
2985 | 3006 | version "6.21.0"
|
2986 | 3007 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
|
|
2995 | 3016 | semver "^7.5.4"
|
2996 | 3017 | ts-api-utils "^1.0.1"
|
2997 | 3018 |
|
| 3019 | +"@typescript-eslint/ [email protected]": |
| 3020 | + version "8.8.1" |
| 3021 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.8.1.tgz#34649f4e28d32ee49152193bc7dedc0e78e5d1ec" |
| 3022 | + integrity sha512-A5d1R9p+X+1js4JogdNilDuuq+EHZdsH9MjTVxXOdVFfTJXunKJR/v+fNNyO4TnoOn5HqobzfRlc70NC6HTcdg== |
| 3023 | + dependencies: |
| 3024 | + "@typescript-eslint/types" "8.8.1" |
| 3025 | + "@typescript-eslint/visitor-keys" "8.8.1" |
| 3026 | + debug "^4.3.4" |
| 3027 | + fast-glob "^3.3.2" |
| 3028 | + is-glob "^4.0.3" |
| 3029 | + minimatch "^9.0.4" |
| 3030 | + semver "^7.6.0" |
| 3031 | + ts-api-utils "^1.3.0" |
| 3032 | + |
2998 | 3033 | "@typescript-eslint/ [email protected]", "@typescript-eslint/utils@^6.13.2":
|
2999 | 3034 | version "6.21.0"
|
3000 | 3035 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
|
|
3008 | 3043 | "@typescript-eslint/typescript-estree" "6.21.0"
|
3009 | 3044 | semver "^7.5.4"
|
3010 | 3045 |
|
| 3046 | +"@typescript-eslint/ [email protected]": |
| 3047 | + version "8.8.1" |
| 3048 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.8.1.tgz#9e29480fbfa264c26946253daa72181f9f053c9d" |
| 3049 | + integrity sha512-/QkNJDbV0bdL7H7d0/y0qBbV2HTtf0TIyjSDTvvmQEzeVx8jEImEbLuOA4EsvE8gIgqMitns0ifb5uQhMj8d9w== |
| 3050 | + dependencies: |
| 3051 | + "@eslint-community/eslint-utils" "^4.4.0" |
| 3052 | + "@typescript-eslint/scope-manager" "8.8.1" |
| 3053 | + "@typescript-eslint/types" "8.8.1" |
| 3054 | + "@typescript-eslint/typescript-estree" "8.8.1" |
| 3055 | + |
3011 | 3056 | "@typescript-eslint/ [email protected]":
|
3012 | 3057 | version "6.21.0"
|
3013 | 3058 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
|
|
3016 | 3061 | "@typescript-eslint/types" "6.21.0"
|
3017 | 3062 | eslint-visitor-keys "^3.4.1"
|
3018 | 3063 |
|
| 3064 | +"@typescript-eslint/ [email protected]": |
| 3065 | + version "8.8.1" |
| 3066 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.8.1.tgz#0fb1280f381149fc345dfde29f7542ff4e587fc5" |
| 3067 | + integrity sha512-0/TdC3aeRAsW7MDvYRwEc1Uwm0TIBfzjPFgg60UU2Haj5qsCs9cc3zNgY71edqE3LbWfF/WoZQd3lJoDXFQpag== |
| 3068 | + dependencies: |
| 3069 | + "@typescript-eslint/types" "8.8.1" |
| 3070 | + eslint-visitor-keys "^3.4.3" |
| 3071 | + |
3019 | 3072 | "@ungap/structured-clone@^1.2.0":
|
3020 | 3073 | version "1.2.0"
|
3021 | 3074 | resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
@@ -6258,7 +6311,7 @@ ignore@^5.0.4, ignore@^5.1.9:
|
6258 | 6311 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.0.tgz#67418ae40d34d6999c95ff56016759c718c82f78"
|
6259 | 6312 | integrity sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==
|
6260 | 6313 |
|
6261 |
| -ignore@^5.2.0, ignore@^5.2.4: |
| 6314 | +ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.1: |
6262 | 6315 | version "5.3.2"
|
6263 | 6316 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
|
6264 | 6317 | integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
|
@@ -7783,6 +7836,13 @@ minimatch@^8.0.2:
|
7783 | 7836 | dependencies:
|
7784 | 7837 | brace-expansion "^2.0.1"
|
7785 | 7838 |
|
| 7839 | +minimatch@^9.0.4: |
| 7840 | + version "9.0.5" |
| 7841 | + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5" |
| 7842 | + integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== |
| 7843 | + dependencies: |
| 7844 | + brace-expansion "^2.0.1" |
| 7845 | + |
7786 | 7846 | minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6, minimist@^1.2.8:
|
7787 | 7847 | version "1.2.8"
|
7788 | 7848 | resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
|
@@ -10400,7 +10460,7 @@ treeverse@^3.0.0:
|
10400 | 10460 | resolved "https://registry.yarnpkg.com/treeverse/-/treeverse-3.0.0.tgz#dd82de9eb602115c6ebd77a574aae67003cb48c8"
|
10401 | 10461 | integrity sha512-gcANaAnd2QDZFmHFEOF4k7uc1J/6a6z3DJMd/QwEyxLoKGiptJRwid582r7QIsFlFMIZ3SnxfS52S4hm2DHkuQ==
|
10402 | 10462 |
|
10403 |
| -ts-api-utils@^1.0.1: |
| 10463 | +ts-api-utils@^1.0.1, ts-api-utils@^1.3.0: |
10404 | 10464 | version "1.3.0"
|
10405 | 10465 | resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
|
10406 | 10466 | integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
|
|
0 commit comments