|
9 | 9 | dependencies:
|
10 | 10 | "@jridgewell/trace-mapping" "0.3.9"
|
11 | 11 |
|
12 |
| -"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0": |
| 12 | +"@eslint-community/eslint-utils@^4.2.0": |
13 | 13 | version "4.5.1"
|
14 | 14 | resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.5.1.tgz#b0fc7e06d0c94f801537fd4237edc2706d3b8e4c"
|
15 | 15 | integrity sha512-soEIOALTfTK6EjmKMMoLugwaP0rzkad90iIWd1hMO9ARkSAyjfMfkRRhLvD5qH7vvM0Cg72pieUfR6yh6XxC4w==
|
16 | 16 | dependencies:
|
17 | 17 | eslint-visitor-keys "^3.4.3"
|
18 | 18 |
|
| 19 | +"@eslint-community/eslint-utils@^4.7.0": |
| 20 | + version "4.7.0" |
| 21 | + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a" |
| 22 | + integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw== |
| 23 | + dependencies: |
| 24 | + eslint-visitor-keys "^3.4.3" |
| 25 | + |
19 | 26 | "@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1":
|
20 | 27 | version "4.12.1"
|
21 | 28 | resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
|
|
222 | 229 | integrity sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==
|
223 | 230 |
|
224 | 231 | "@typescript-eslint/eslint-plugin@^8.0.0":
|
225 |
| - version "8.29.0" |
226 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.29.0.tgz#151c4878700a5ad229ce6713d2674d58b626b3d9" |
227 |
| - integrity sha512-PAIpk/U7NIS6H7TEtN45SPGLQaHNgB7wSjsQV/8+KYokAb2T/gloOA/Bee2yd4/yKVhPKe5LlaUGhAZk5zmSaQ== |
| 232 | + version "8.33.0" |
| 233 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.33.0.tgz#51ed03649575ba51bcee7efdbfd85283249b5447" |
| 234 | + integrity sha512-CACyQuqSHt7ma3Ns601xykeBK/rDeZa3w6IS6UtMQbixO5DWy+8TilKkviGDH6jtWCo8FGRKEK5cLLkPvEammQ== |
228 | 235 | dependencies:
|
229 | 236 | "@eslint-community/regexpp" "^4.10.0"
|
230 |
| - "@typescript-eslint/scope-manager" "8.29.0" |
231 |
| - "@typescript-eslint/type-utils" "8.29.0" |
232 |
| - "@typescript-eslint/utils" "8.29.0" |
233 |
| - "@typescript-eslint/visitor-keys" "8.29.0" |
| 237 | + "@typescript-eslint/scope-manager" "8.33.0" |
| 238 | + "@typescript-eslint/type-utils" "8.33.0" |
| 239 | + "@typescript-eslint/utils" "8.33.0" |
| 240 | + "@typescript-eslint/visitor-keys" "8.33.0" |
234 | 241 | graphemer "^1.4.0"
|
235 |
| - ignore "^5.3.1" |
| 242 | + ignore "^7.0.0" |
236 | 243 | natural-compare "^1.4.0"
|
237 |
| - ts-api-utils "^2.0.1" |
| 244 | + ts-api-utils "^2.1.0" |
238 | 245 |
|
239 | 246 | "@typescript-eslint/parser@^8.0.0":
|
240 |
| - version "8.29.0" |
241 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.29.0.tgz#b98841e0a8099728cb8583da92326fcb7f5be1d2" |
242 |
| - integrity sha512-8C0+jlNJOwQso2GapCVWWfW/rzaq7Lbme+vGUFKE31djwNncIpgXD7Cd4weEsDdkoZDjH0lwwr3QDQFuyrMg9g== |
243 |
| - dependencies: |
244 |
| - "@typescript-eslint/scope-manager" "8.29.0" |
245 |
| - "@typescript-eslint/types" "8.29.0" |
246 |
| - "@typescript-eslint/typescript-estree" "8.29.0" |
247 |
| - "@typescript-eslint/visitor-keys" "8.29.0" |
| 247 | + version "8.33.0" |
| 248 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.33.0.tgz#8e523c2b447ad7cd6ac91b719d8b37449481784d" |
| 249 | + integrity sha512-JaehZvf6m0yqYp34+RVnihBAChkqeH+tqqhS0GuX1qgPpwLvmTPheKEs6OeCK6hVJgXZHJ2vbjnC9j119auStQ== |
| 250 | + dependencies: |
| 251 | + "@typescript-eslint/scope-manager" "8.33.0" |
| 252 | + "@typescript-eslint/types" "8.33.0" |
| 253 | + "@typescript-eslint/typescript-estree" "8.33.0" |
| 254 | + "@typescript-eslint/visitor-keys" "8.33.0" |
248 | 255 | debug "^4.3.4"
|
249 | 256 |
|
250 |
| -"@typescript-eslint/scope-manager@8.29.0": |
251 |
| - version "8.29.0" |
252 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.29.0.tgz#8fd9872823aef65ff71d3f6d1ec9316ace0b6bf3" |
253 |
| - integrity sha512-aO1PVsq7Gm+tcghabUpzEnVSFMCU4/nYIgC2GOatJcllvWfnhrgW0ZEbnTxm36QsikmCN1K/6ZgM7fok2I7xNw== |
| 257 | +"@typescript-eslint/project-service@8.33.0": |
| 258 | + version "8.33.0" |
| 259 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.33.0.tgz#71f37ef9010de47bf20963914743c5cbef851e08" |
| 260 | + integrity sha512-d1hz0u9l6N+u/gcrk6s6gYdl7/+pp8yHheRTqP6X5hVDKALEaTn8WfGiit7G511yueBEL3OpOEpD+3/MBdoN+A== |
254 | 261 | dependencies:
|
255 |
| - "@typescript-eslint/types" "8.29.0" |
256 |
| - "@typescript-eslint/visitor-keys" "8.29.0" |
| 262 | + "@typescript-eslint/tsconfig-utils" "^8.33.0" |
| 263 | + "@typescript-eslint/types" "^8.33.0" |
| 264 | + debug "^4.3.4" |
257 | 265 |
|
258 |
| -"@typescript-eslint/type-utils@8.29.0": |
259 |
| - version "8.29.0" |
260 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.29.0.tgz#98dcfd1193cb4e2b2d0294a8656ce5eb58c443a9" |
261 |
| - integrity sha512-ahaWQ42JAOx+NKEf5++WC/ua17q5l+j1GFrbbpVKzFL/tKVc0aYY8rVSYUpUvt2hUP1YBr7mwXzx+E/DfUWI9Q== |
| 266 | +"@typescript-eslint/scope-manager@8.33.0": |
| 267 | + version "8.33.0" |
| 268 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.33.0.tgz#459cf0c49d410800b1a023b973c62d699b09bf4c" |
| 269 | + integrity sha512-LMi/oqrzpqxyO72ltP+dBSP6V0xiUb4saY7WLtxSfiNEBI8m321LLVFU9/QDJxjDQG9/tjSqKz/E3380TEqSTw== |
262 | 270 | dependencies:
|
263 |
| - "@typescript-eslint/typescript-estree" "8.29.0" |
264 |
| - "@typescript-eslint/utils" "8.29.0" |
265 |
| - debug "^4.3.4" |
266 |
| - ts-api-utils "^2.0.1" |
| 271 | + "@typescript-eslint/types" "8.33.0" |
| 272 | + "@typescript-eslint/visitor-keys" "8.33.0" |
267 | 273 |
|
268 |
| -"@typescript-eslint/types@8.29.0": |
269 |
| - version "8.29.0" |
270 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.29.0.tgz#65add70ab4ef66beaa42a5addf87dab2b05b1f33" |
271 |
| - integrity sha512-wcJL/+cOXV+RE3gjCyl/V2G877+2faqvlgtso/ZRbTCnZazh0gXhe+7gbAnfubzN2bNsBtZjDvlh7ero8uIbzg== |
| 274 | +"@typescript-eslint/tsconfig-utils@8.33.0", "@typescript-eslint/tsconfig-utils@^8.33.0": |
| 275 | + version "8.33.0" |
| 276 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.33.0.tgz#316adab038bbdc43e448781d5a816c2973eab73e" |
| 277 | + integrity sha512-sTkETlbqhEoiFmGr1gsdq5HyVbSOF0145SYDJ/EQmXHtKViCaGvnyLqWFFHtEXoS0J1yU8Wyou2UGmgW88fEug== |
272 | 278 |
|
273 |
| -"@typescript-eslint/typescript-estree@8.29.0": |
274 |
| - version "8.29.0" |
275 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.0.tgz#d201a4f115327ec90496307c9958262285065b00" |
276 |
| - integrity sha512-yOfen3jE9ISZR/hHpU/bmNvTtBW1NjRbkSFdZOksL1N+ybPEE7UVGMwqvS6CP022Rp00Sb0tdiIkhSCe6NI8ow== |
| 279 | +"@typescript-eslint/type-utils@8.33.0": |
| 280 | + version "8.33.0" |
| 281 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.33.0.tgz#f06124b2d6db8a51b24990cb123c9543af93fef5" |
| 282 | + integrity sha512-lScnHNCBqL1QayuSrWeqAL5GmqNdVUQAAMTaCwdYEdWfIrSrOGzyLGRCHXcCixa5NK6i5l0AfSO2oBSjCjf4XQ== |
277 | 283 | dependencies:
|
278 |
| - "@typescript-eslint/types" "8.29.0" |
279 |
| - "@typescript-eslint/visitor-keys" "8.29.0" |
| 284 | + "@typescript-eslint/typescript-estree" "8.33.0" |
| 285 | + "@typescript-eslint/utils" "8.33.0" |
| 286 | + debug "^4.3.4" |
| 287 | + ts-api-utils "^2.1.0" |
| 288 | + |
| 289 | +"@typescript-eslint/types@8.33.0", "@typescript-eslint/types@^8.33.0": |
| 290 | + version "8.33.0" |
| 291 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.33.0.tgz#02a7dbba611a8abf1ad2a9e00f72f7b94b5ab0ee" |
| 292 | + integrity sha512-DKuXOKpM5IDT1FA2g9x9x1Ug81YuKrzf4mYX8FAVSNu5Wo/LELHWQyM1pQaDkI42bX15PWl0vNPt1uGiIFUOpg== |
| 293 | + |
| 294 | +"@typescript-eslint/typescript-estree@8.33.0": |
| 295 | + version "8.33.0" |
| 296 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.33.0.tgz#abcc1d3db75a8e9fd2e274ee8c4099fa2399abfd" |
| 297 | + integrity sha512-vegY4FQoB6jL97Tu/lWRsAiUUp8qJTqzAmENH2k59SJhw0Th1oszb9Idq/FyyONLuNqT1OADJPXfyUNOR8SzAQ== |
| 298 | + dependencies: |
| 299 | + "@typescript-eslint/project-service" "8.33.0" |
| 300 | + "@typescript-eslint/tsconfig-utils" "8.33.0" |
| 301 | + "@typescript-eslint/types" "8.33.0" |
| 302 | + "@typescript-eslint/visitor-keys" "8.33.0" |
280 | 303 | debug "^4.3.4"
|
281 | 304 | fast-glob "^3.3.2"
|
282 | 305 | is-glob "^4.0.3"
|
283 | 306 | minimatch "^9.0.4"
|
284 | 307 | semver "^7.6.0"
|
285 |
| - ts-api-utils "^2.0.1" |
| 308 | + ts-api-utils "^2.1.0" |
286 | 309 |
|
287 |
| -"@typescript-eslint/utils@8.29.0": |
288 |
| - version "8.29.0" |
289 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.29.0.tgz#d6d22b19c8c4812a874f00341f686b45b9fe895f" |
290 |
| - integrity sha512-gX/A0Mz9Bskm8avSWFcK0gP7cZpbY4AIo6B0hWYFCaIsz750oaiWR4Jr2CI+PQhfW1CpcQr9OlfPS+kMFegjXA== |
| 310 | +"@typescript-eslint/utils@8.33.0": |
| 311 | + version "8.33.0" |
| 312 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.33.0.tgz#574ad5edee371077b9e28ca6fb804f2440f447c1" |
| 313 | + integrity sha512-lPFuQaLA9aSNa7D5u2EpRiqdAUhzShwGg/nhpBlc4GR6kcTABttCuyjFs8BcEZ8VWrjCBof/bePhP3Q3fS+Yrw== |
291 | 314 | dependencies:
|
292 |
| - "@eslint-community/eslint-utils" "^4.4.0" |
293 |
| - "@typescript-eslint/scope-manager" "8.29.0" |
294 |
| - "@typescript-eslint/types" "8.29.0" |
295 |
| - "@typescript-eslint/typescript-estree" "8.29.0" |
| 315 | + "@eslint-community/eslint-utils" "^4.7.0" |
| 316 | + "@typescript-eslint/scope-manager" "8.33.0" |
| 317 | + "@typescript-eslint/types" "8.33.0" |
| 318 | + "@typescript-eslint/typescript-estree" "8.33.0" |
296 | 319 |
|
297 |
| -"@typescript-eslint/visitor-keys@8.29.0": |
298 |
| - version "8.29.0" |
299 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.0.tgz#2356336c9efdc3597ffcd2aa1ce95432852b743d" |
300 |
| - integrity sha512-Sne/pVz8ryR03NFK21VpN88dZ2FdQXOlq3VIklbrTYEt8yXtRFr9tvUhqvCeKjqYk5FSim37sHbooT6vzBTZcg== |
| 320 | +"@typescript-eslint/visitor-keys@8.33.0": |
| 321 | + version "8.33.0" |
| 322 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.0.tgz#fbae16fd3594531f8cad95d421125d634e9974fe" |
| 323 | + integrity sha512-7RW7CMYoskiz5OOGAWjJFxgb7c5UNjTG292gYhWeOAcFmYCtVCSqjqSBj5zMhxbXo2JOW95YYrUWJfU0zrpaGQ== |
301 | 324 | dependencies:
|
302 |
| - "@typescript-eslint/types" "8.29.0" |
| 325 | + "@typescript-eslint/types" "8.33.0" |
303 | 326 | eslint-visitor-keys "^4.2.0"
|
304 | 327 |
|
305 | 328 | acorn-jsx@^5.3.2:
|
@@ -441,13 +464,20 @@ cross-spawn@^7.0.6:
|
441 | 464 | shebang-command "^2.0.0"
|
442 | 465 | which "^2.0.1"
|
443 | 466 |
|
444 |
| -debug@^4.3.1, debug@^4.3.2, debug@^4.3.4: |
| 467 | +debug@^4.3.1, debug@^4.3.2: |
445 | 468 | version "4.4.0"
|
446 | 469 | resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
|
447 | 470 | integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
|
448 | 471 | dependencies:
|
449 | 472 | ms "^2.1.3"
|
450 | 473 |
|
| 474 | +debug@^4.3.4: |
| 475 | + version "4.4.1" |
| 476 | + resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b" |
| 477 | + integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ== |
| 478 | + dependencies: |
| 479 | + ms "^2.1.3" |
| 480 | + |
451 | 481 | deep-is@^0.1.3:
|
452 | 482 | version "0.1.4"
|
453 | 483 | resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831"
|
@@ -681,11 +711,16 @@ has-flag@^4.0.0:
|
681 | 711 | resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
|
682 | 712 | integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
|
683 | 713 |
|
684 |
| -ignore@^5.2.0, ignore@^5.3.1: |
| 714 | +ignore@^5.2.0: |
685 | 715 | version "5.3.2"
|
686 | 716 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
|
687 | 717 | integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
|
688 | 718 |
|
| 719 | +ignore@^7.0.0: |
| 720 | + version "7.0.4" |
| 721 | + resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.4.tgz#a12c70d0f2607c5bf508fb65a40c75f037d7a078" |
| 722 | + integrity sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A== |
| 723 | + |
689 | 724 | import-fresh@^3.2.1:
|
690 | 725 | version "3.3.1"
|
691 | 726 | resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.1.tgz#9cecb56503c0ada1f2741dbbd6546e4b13b57ccf"
|
@@ -949,9 +984,9 @@ run-parallel@^1.1.9:
|
949 | 984 | queue-microtask "^1.2.2"
|
950 | 985 |
|
951 | 986 | semver@^7.6.0:
|
952 |
| - version "7.7.1" |
953 |
| - resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f" |
954 |
| - integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA== |
| 987 | + version "7.7.2" |
| 988 | + resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58" |
| 989 | + integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA== |
955 | 990 |
|
956 | 991 | shebang-command@^2.0.0:
|
957 | 992 | version "2.0.0"
|
@@ -984,7 +1019,7 @@ to-regex-range@^5.0.1:
|
984 | 1019 | dependencies:
|
985 | 1020 | is-number "^7.0.0"
|
986 | 1021 |
|
987 |
| -ts-api-utils@^2.0.1: |
| 1022 | +ts-api-utils@^2.1.0: |
988 | 1023 | version "2.1.0"
|
989 | 1024 | resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
|
990 | 1025 | integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
|
|
0 commit comments