|
492 | 492 | dependencies:
|
493 | 493 | eslint-visitor-keys "^3.3.0"
|
494 | 494 |
|
495 |
| -"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1": |
| 495 | +"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.6.1": |
496 | 496 | version "4.10.0"
|
497 |
| - resolved "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz" |
| 497 | + resolved "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63" |
498 | 498 | integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
|
499 | 499 |
|
500 | 500 | "@eslint/eslintrc@^2.1.4":
|
|
1960 | 1960 | dependencies:
|
1961 | 1961 | "@types/istanbul-lib-report" "*"
|
1962 | 1962 |
|
1963 |
| -"@types/json-schema@^7.0.12": |
| 1963 | +"@types/json-schema@^7.0.12", "@types/json-schema@^7.0.15": |
1964 | 1964 | version "7.0.15"
|
1965 | 1965 | resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
|
1966 | 1966 | integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
|
|
2114 | 2114 | resolved "https://registry.npmjs.org/@types/require-from-string/-/require-from-string-1.2.3.tgz"
|
2115 | 2115 | integrity sha512-kxLU5xvefySGpp1Z7VCt4m5AhQJUZ8HjW8ADdeS7GieqFPHLAde007fd9bxeXEsFXyaA0LeWIoQXyXP17mGpIg==
|
2116 | 2116 |
|
2117 |
| -"@types/semver@^7.5.0", "@types/semver@^7.5.7": |
| 2117 | +"@types/semver@^7.5.0", "@types/semver@^7.5.7", "@types/semver@^7.5.8": |
2118 | 2118 | version "7.5.8"
|
2119 | 2119 | resolved "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
|
2120 | 2120 | integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
|
|
2169 | 2169 | "@types/yargs-parser" "*"
|
2170 | 2170 |
|
2171 | 2171 | "@typescript-eslint/eslint-plugin@^7.0.2":
|
2172 |
| - version "7.5.0" |
2173 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.5.0.tgz#1dc52fe48454d5b54be2d5f089680452f1628a5a" |
2174 |
| - integrity sha512-HpqNTH8Du34nLxbKgVMGljZMG0rJd2O9ecvr2QLYp+7512ty1j42KnsFwspPXg1Vh8an9YImf6CokUBltisZFQ== |
2175 |
| - dependencies: |
2176 |
| - "@eslint-community/regexpp" "^4.5.1" |
2177 |
| - "@typescript-eslint/scope-manager" "7.5.0" |
2178 |
| - "@typescript-eslint/type-utils" "7.5.0" |
2179 |
| - "@typescript-eslint/utils" "7.5.0" |
2180 |
| - "@typescript-eslint/visitor-keys" "7.5.0" |
| 2172 | + version "7.6.0" |
| 2173 | + resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.6.0.tgz#1f5df5cda490a0bcb6fbdd3382e19f1241024242" |
| 2174 | + integrity sha512-gKmTNwZnblUdnTIJu3e9kmeRRzV2j1a/LUO27KNNAnIC5zjy1aSvXSRp4rVNlmAoHlQ7HzX42NbKpcSr4jF80A== |
| 2175 | + dependencies: |
| 2176 | + "@eslint-community/regexpp" "^4.10.0" |
| 2177 | + "@typescript-eslint/scope-manager" "7.6.0" |
| 2178 | + "@typescript-eslint/type-utils" "7.6.0" |
| 2179 | + "@typescript-eslint/utils" "7.6.0" |
| 2180 | + "@typescript-eslint/visitor-keys" "7.6.0" |
2181 | 2181 | debug "^4.3.4"
|
2182 | 2182 | graphemer "^1.4.0"
|
2183 |
| - ignore "^5.2.4" |
| 2183 | + ignore "^5.3.1" |
2184 | 2184 | natural-compare "^1.4.0"
|
2185 |
| - semver "^7.5.4" |
2186 |
| - ts-api-utils "^1.0.1" |
| 2185 | + semver "^7.6.0" |
| 2186 | + ts-api-utils "^1.3.0" |
2187 | 2187 |
|
2188 | 2188 | "@typescript-eslint/parser@^7.0.2":
|
2189 |
| - version "7.5.0" |
2190 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.5.0.tgz#1eeff36309ac2253c905dd4a88b4b71b72a358ed" |
2191 |
| - integrity sha512-cj+XGhNujfD2/wzR1tabNsidnYRaFfEkcULdcIyVBYcXjBvBKOes+mpMBP7hMpOyk+gBcfXsrg4NBGAStQyxjQ== |
2192 |
| - dependencies: |
2193 |
| - "@typescript-eslint/scope-manager" "7.5.0" |
2194 |
| - "@typescript-eslint/types" "7.5.0" |
2195 |
| - "@typescript-eslint/typescript-estree" "7.5.0" |
2196 |
| - "@typescript-eslint/visitor-keys" "7.5.0" |
| 2189 | + version "7.6.0" |
| 2190 | + resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.6.0.tgz#0aca5de3045d68b36e88903d15addaf13d040a95" |
| 2191 | + integrity sha512-usPMPHcwX3ZoPWnBnhhorc14NJw9J4HpSXQX4urF2TPKG0au0XhJoZyX62fmvdHONUkmyUe74Hzm1//XA+BoYg== |
| 2192 | + dependencies: |
| 2193 | + "@typescript-eslint/scope-manager" "7.6.0" |
| 2194 | + "@typescript-eslint/types" "7.6.0" |
| 2195 | + "@typescript-eslint/typescript-estree" "7.6.0" |
| 2196 | + "@typescript-eslint/visitor-keys" "7.6.0" |
2197 | 2197 | debug "^4.3.4"
|
2198 | 2198 |
|
2199 | 2199 | "@typescript-eslint/[email protected]":
|
|
2204 | 2204 | "@typescript-eslint/types" "6.21.0"
|
2205 | 2205 | "@typescript-eslint/visitor-keys" "6.21.0"
|
2206 | 2206 |
|
2207 |
| -"@typescript-eslint/scope-manager@7.5.0": |
2208 |
| - version "7.5.0" |
2209 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.5.0.tgz#70f0a7361430ab1043a5f97386da2a0d8b2f4d56" |
2210 |
| - integrity sha512-Z1r7uJY0MDeUlql9XJ6kRVgk/sP11sr3HKXn268HZyqL7i4cEfrdFuSSY/0tUqT37l5zT0tJOsuDP16kio85iA== |
| 2207 | +"@typescript-eslint/scope-manager@7.6.0": |
| 2208 | + version "7.6.0" |
| 2209 | + resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.6.0.tgz#1e9972f654210bd7500b31feadb61a233f5b5e9d" |
| 2210 | + integrity sha512-ngttyfExA5PsHSx0rdFgnADMYQi+Zkeiv4/ZxGYUWd0nLs63Ha0ksmp8VMxAIC0wtCFxMos7Lt3PszJssG/E6w== |
2211 | 2211 | dependencies:
|
2212 |
| - "@typescript-eslint/types" "7.5.0" |
2213 |
| - "@typescript-eslint/visitor-keys" "7.5.0" |
| 2212 | + "@typescript-eslint/types" "7.6.0" |
| 2213 | + "@typescript-eslint/visitor-keys" "7.6.0" |
2214 | 2214 |
|
2215 |
| -"@typescript-eslint/type-utils@7.5.0": |
2216 |
| - version "7.5.0" |
2217 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.5.0.tgz#a8faa403232da3a3901655387c7082111f692cf9" |
2218 |
| - integrity sha512-A021Rj33+G8mx2Dqh0nMO9GyjjIBK3MqgVgZ2qlKf6CJy51wY/lkkFqq3TqqnH34XyAHUkq27IjlUkWlQRpLHw== |
| 2215 | +"@typescript-eslint/type-utils@7.6.0": |
| 2216 | + version "7.6.0" |
| 2217 | + resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.6.0.tgz#644f75075f379827d25fe0713e252ccd4e4a428c" |
| 2218 | + integrity sha512-NxAfqAPNLG6LTmy7uZgpK8KcuiS2NZD/HlThPXQRGwz6u7MDBWRVliEEl1Gj6U7++kVJTpehkhZzCJLMK66Scw== |
2219 | 2219 | dependencies:
|
2220 |
| - "@typescript-eslint/typescript-estree" "7.5.0" |
2221 |
| - "@typescript-eslint/utils" "7.5.0" |
| 2220 | + "@typescript-eslint/typescript-estree" "7.6.0" |
| 2221 | + "@typescript-eslint/utils" "7.6.0" |
2222 | 2222 | debug "^4.3.4"
|
2223 |
| - ts-api-utils "^1.0.1" |
| 2223 | + ts-api-utils "^1.3.0" |
2224 | 2224 |
|
2225 | 2225 | "@typescript-eslint/[email protected]":
|
2226 | 2226 | version "6.21.0"
|
2227 | 2227 | resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
|
2228 | 2228 | integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
|
2229 | 2229 |
|
2230 |
| -"@typescript-eslint/types@7.5.0": |
2231 |
| - version "7.5.0" |
2232 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.5.0.tgz#0a284bcdef3cb850ec9fd57992df9f29d6bde1bc" |
2233 |
| - integrity sha512-tv5B4IHeAdhR7uS4+bf8Ov3k793VEVHd45viRRkehIUZxm0WF82VPiLgHzA/Xl4TGPg1ZD49vfxBKFPecD5/mg== |
| 2230 | +"@typescript-eslint/types@7.6.0": |
| 2231 | + version "7.6.0" |
| 2232 | + resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.6.0.tgz#53dba7c30c87e5f10a731054266dd905f1fbae38" |
| 2233 | + integrity sha512-h02rYQn8J+MureCvHVVzhl69/GAfQGPQZmOMjG1KfCl7o3HtMSlPaPUAPu6lLctXI5ySRGIYk94clD/AUMCUgQ== |
2234 | 2234 |
|
2235 | 2235 | "@typescript-eslint/[email protected]":
|
2236 | 2236 | version "6.21.0"
|
|
2246 | 2246 | semver "^7.5.4"
|
2247 | 2247 | ts-api-utils "^1.0.1"
|
2248 | 2248 |
|
2249 |
| -"@typescript-eslint/typescript-estree@7.5.0": |
2250 |
| - version "7.5.0" |
2251 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.5.0.tgz#aa5031c511874420f6b5edd90f8e4021525ee776" |
2252 |
| - integrity sha512-YklQQfe0Rv2PZEueLTUffiQGKQneiIEKKnfIqPIOxgM9lKSZFCjT5Ad4VqRKj/U4+kQE3fa8YQpskViL7WjdPQ== |
| 2249 | +"@typescript-eslint/typescript-estree@7.6.0": |
| 2250 | + version "7.6.0" |
| 2251 | + resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.6.0.tgz#112a3775563799fd3f011890ac8322f80830ac17" |
| 2252 | + integrity sha512-+7Y/GP9VuYibecrCQWSKgl3GvUM5cILRttpWtnAu8GNL9j11e4tbuGZmZjJ8ejnKYyBRb2ddGQ3rEFCq3QjMJw== |
2253 | 2253 | dependencies:
|
2254 |
| - "@typescript-eslint/types" "7.5.0" |
2255 |
| - "@typescript-eslint/visitor-keys" "7.5.0" |
| 2254 | + "@typescript-eslint/types" "7.6.0" |
| 2255 | + "@typescript-eslint/visitor-keys" "7.6.0" |
2256 | 2256 | debug "^4.3.4"
|
2257 | 2257 | globby "^11.1.0"
|
2258 | 2258 | is-glob "^4.0.3"
|
2259 |
| - minimatch "9.0.3" |
2260 |
| - semver "^7.5.4" |
2261 |
| - ts-api-utils "^1.0.1" |
| 2259 | + minimatch "^9.0.4" |
| 2260 | + semver "^7.6.0" |
| 2261 | + ts-api-utils "^1.3.0" |
2262 | 2262 |
|
2263 |
| -"@typescript-eslint/utils@7.5.0": |
2264 |
| - version "7.5.0" |
2265 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.5.0.tgz#bbd963647fbbe9ffea033f42c0fb7e89bb19c858" |
2266 |
| - integrity sha512-3vZl9u0R+/FLQcpy2EHyRGNqAS/ofJ3Ji8aebilfJe+fobK8+LbIFmrHciLVDxjDoONmufDcnVSF38KwMEOjzw== |
| 2263 | +"@typescript-eslint/utils@7.6.0": |
| 2264 | + version "7.6.0" |
| 2265 | + resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.6.0.tgz#e400d782280b6f724c8a1204269d984c79202282" |
| 2266 | + integrity sha512-x54gaSsRRI+Nwz59TXpCsr6harB98qjXYzsRxGqvA5Ue3kQH+FxS7FYU81g/omn22ML2pZJkisy6Q+ElK8pBCA== |
2267 | 2267 | dependencies:
|
2268 | 2268 | "@eslint-community/eslint-utils" "^4.4.0"
|
2269 |
| - "@types/json-schema" "^7.0.12" |
2270 |
| - "@types/semver" "^7.5.0" |
2271 |
| - "@typescript-eslint/scope-manager" "7.5.0" |
2272 |
| - "@typescript-eslint/types" "7.5.0" |
2273 |
| - "@typescript-eslint/typescript-estree" "7.5.0" |
2274 |
| - semver "^7.5.4" |
| 2269 | + "@types/json-schema" "^7.0.15" |
| 2270 | + "@types/semver" "^7.5.8" |
| 2271 | + "@typescript-eslint/scope-manager" "7.6.0" |
| 2272 | + "@typescript-eslint/types" "7.6.0" |
| 2273 | + "@typescript-eslint/typescript-estree" "7.6.0" |
| 2274 | + semver "^7.6.0" |
2275 | 2275 |
|
2276 | 2276 | "@typescript-eslint/utils@^6.0.0":
|
2277 | 2277 | version "6.21.0"
|
|
2294 | 2294 | "@typescript-eslint/types" "6.21.0"
|
2295 | 2295 | eslint-visitor-keys "^3.4.1"
|
2296 | 2296 |
|
2297 |
| -"@typescript-eslint/visitor-keys@7.5.0": |
2298 |
| - version "7.5.0" |
2299 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.5.0.tgz#8abcac66f93ef20b093e87a400c2d21e3a6d55ee" |
2300 |
| - integrity sha512-mcuHM/QircmA6O7fy6nn2w/3ditQkj+SgtOc8DW3uQ10Yfj42amm2i+6F2K4YAOPNNTmE6iM1ynM6lrSwdendA== |
| 2297 | +"@typescript-eslint/visitor-keys@7.6.0": |
| 2298 | + version "7.6.0" |
| 2299 | + resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.6.0.tgz#d1ce13145844379021e1f9bd102c1d78946f4e76" |
| 2300 | + integrity sha512-4eLB7t+LlNUmXzfOu1VAIAdkjbu5xNSerURS9X/S5TUKWFRpXRQZbmtPqgKmYx8bj3J0irtQXSiWAOY82v+cgw== |
2301 | 2301 | dependencies:
|
2302 |
| - "@typescript-eslint/types" "7.5.0" |
2303 |
| - eslint-visitor-keys "^3.4.1" |
| 2302 | + "@typescript-eslint/types" "7.6.0" |
| 2303 | + eslint-visitor-keys "^3.4.3" |
2304 | 2304 |
|
2305 | 2305 | "@ungap/structured-clone@^1.2.0":
|
2306 | 2306 | version "1.2.0"
|
@@ -4852,7 +4852,7 @@ ignore@^5.0.4:
|
4852 | 4852 | resolved "https://registry.npmjs.org/ignore/-/ignore-5.3.0.tgz"
|
4853 | 4853 | integrity sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==
|
4854 | 4854 |
|
4855 |
| -ignore@^5.2.0, ignore@^5.2.4: |
| 4855 | +ignore@^5.2.0, ignore@^5.3.1: |
4856 | 4856 | version "5.3.1"
|
4857 | 4857 | resolved "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
|
4858 | 4858 | integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
|
@@ -5983,6 +5983,13 @@ minimatch@^5.0.1:
|
5983 | 5983 | dependencies:
|
5984 | 5984 | brace-expansion "^2.0.1"
|
5985 | 5985 |
|
| 5986 | +minimatch@^9.0.4: |
| 5987 | + version "9.0.4" |
| 5988 | + resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51" |
| 5989 | + integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw== |
| 5990 | + dependencies: |
| 5991 | + brace-expansion "^2.0.1" |
| 5992 | + |
5986 | 5993 |
|
5987 | 5994 | version "4.1.0"
|
5988 | 5995 | resolved "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz"
|
@@ -7879,7 +7886,7 @@ trim-newlines@^3.0.0:
|
7879 | 7886 | resolved "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz"
|
7880 | 7887 | integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
|
7881 | 7888 |
|
7882 |
| -ts-api-utils@^1.0.1: |
| 7889 | +ts-api-utils@^1.0.1, ts-api-utils@^1.3.0: |
7883 | 7890 | version "1.3.0"
|
7884 | 7891 | resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
|
7885 | 7892 | integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
|
|
0 commit comments