|
158 | 158 | resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.27.2.tgz#9e585ab6086bef994c6e8a5b3a0481219ada862b" |
159 | 159 | integrity sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ== |
160 | 160 |
|
161 | | -"@eslint-community/eslint-utils@^4.7.0", "@eslint-community/eslint-utils@^4.8.0": |
| 161 | +"@eslint-community/eslint-utils@^4.8.0": |
162 | 162 | version "4.9.0" |
163 | 163 | resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3" |
164 | 164 | integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g== |
165 | 165 | dependencies: |
166 | 166 | eslint-visitor-keys "^3.4.3" |
167 | 167 |
|
168 | | -"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1": |
| 168 | +"@eslint-community/eslint-utils@^4.9.1": |
| 169 | + version "4.9.1" |
| 170 | + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595" |
| 171 | + integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ== |
| 172 | + dependencies: |
| 173 | + eslint-visitor-keys "^3.4.3" |
| 174 | + |
| 175 | +"@eslint-community/regexpp@^4.12.1", "@eslint-community/regexpp@^4.12.2": |
169 | 176 | version "4.12.2" |
170 | 177 | resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b" |
171 | 178 | integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew== |
|
529 | 536 | dependencies: |
530 | 537 | "@types/yargs-parser" "*" |
531 | 538 |
|
532 | | -"@typescript-eslint/eslint-plugin@8.51.0": |
533 | | - version "8.51.0" |
534 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.51.0.tgz#8985230730c0d955bf6aa0aed98c5c2c95102e1a" |
535 | | - integrity sha512-XtssGWJvypyM2ytBnSnKtHYOGT+4ZwTnBVl36TA4nRO2f4PRNGz5/1OszHzcZCvcBMh+qb7I06uoCmLTRdR9og== |
536 | | - dependencies: |
537 | | - "@eslint-community/regexpp" "^4.10.0" |
538 | | - "@typescript-eslint/scope-manager" "8.51.0" |
539 | | - "@typescript-eslint/type-utils" "8.51.0" |
540 | | - "@typescript-eslint/utils" "8.51.0" |
541 | | - "@typescript-eslint/visitor-keys" "8.51.0" |
542 | | - ignore "^7.0.0" |
| 539 | +"@typescript-eslint/eslint-plugin@8.52.0": |
| 540 | + version "8.52.0" |
| 541 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.52.0.tgz#9a9f1d2ee974ed77a8b1bda94e77123f697ee8b4" |
| 542 | + integrity sha512-okqtOgqu2qmZJ5iN4TWlgfF171dZmx2FzdOv2K/ixL2LZWDStL8+JgQerI2sa8eAEfoydG9+0V96m7V+P8yE1Q== |
| 543 | + dependencies: |
| 544 | + "@eslint-community/regexpp" "^4.12.2" |
| 545 | + "@typescript-eslint/scope-manager" "8.52.0" |
| 546 | + "@typescript-eslint/type-utils" "8.52.0" |
| 547 | + "@typescript-eslint/utils" "8.52.0" |
| 548 | + "@typescript-eslint/visitor-keys" "8.52.0" |
| 549 | + ignore "^7.0.5" |
543 | 550 | natural-compare "^1.4.0" |
544 | | - ts-api-utils "^2.2.0" |
545 | | - |
546 | | -"@typescript-eslint/parser@8.51.0": |
547 | | - version "8.51.0" |
548 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.51.0.tgz#584fb8be3a867cbf980917aabed5f7528f615d6b" |
549 | | - integrity sha512-3xP4XzzDNQOIqBMWogftkwxhg5oMKApqY0BAflmLZiFYHqyhSOxv/cd/zPQLTcCXr4AkaKb25joocY0BD1WC6A== |
550 | | - dependencies: |
551 | | - "@typescript-eslint/scope-manager" "8.51.0" |
552 | | - "@typescript-eslint/types" "8.51.0" |
553 | | - "@typescript-eslint/typescript-estree" "8.51.0" |
554 | | - "@typescript-eslint/visitor-keys" "8.51.0" |
555 | | - debug "^4.3.4" |
556 | | - |
557 | | -"@typescript-eslint/project-service@8.51.0": |
558 | | - version "8.51.0" |
559 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.51.0.tgz#3cfef313d8bebbf4b2442675a4dd463cef4c8369" |
560 | | - integrity sha512-Luv/GafO07Z7HpiI7qeEW5NW8HUtZI/fo/kE0YbtQEFpJRUuR0ajcWfCE5bnMvL7QQFrmT/odMe8QZww8X2nfQ== |
561 | | - dependencies: |
562 | | - "@typescript-eslint/tsconfig-utils" "^8.51.0" |
563 | | - "@typescript-eslint/types" "^8.51.0" |
564 | | - debug "^4.3.4" |
565 | | - |
566 | | -"@typescript-eslint/scope-manager@8.51.0": |
567 | | - version "8.51.0" |
568 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.51.0.tgz#19b42f65680c21f7b6f40fe9024327f6bb1893c1" |
569 | | - integrity sha512-JhhJDVwsSx4hiOEQPeajGhCWgBMBwVkxC/Pet53EpBVs7zHHtayKefw1jtPaNRXpI9RA2uocdmpdfE7T+NrizA== |
570 | | - dependencies: |
571 | | - "@typescript-eslint/types" "8.51.0" |
572 | | - "@typescript-eslint/visitor-keys" "8.51.0" |
573 | | - |
574 | | -"@typescript-eslint/tsconfig-utils@8.51.0", "@typescript-eslint/tsconfig-utils@^8.51.0": |
575 | | - version "8.51.0" |
576 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.51.0.tgz#a575e9885e62dbd260fb64474eff1dae6e317515" |
577 | | - integrity sha512-Qi5bSy/vuHeWyir2C8u/uqGMIlIDu8fuiYWv48ZGlZ/k+PRPHtaAu7erpc7p5bzw2WNNSniuxoMSO4Ar6V9OXw== |
578 | | - |
579 | | -"@typescript-eslint/type-utils@8.51.0": |
580 | | - version "8.51.0" |
581 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.51.0.tgz#ec165b0312a6025c2a2a3f39641e46ab4f049564" |
582 | | - integrity sha512-0XVtYzxnobc9K0VU7wRWg1yiUrw4oQzexCG2V2IDxxCxhqBMSMbjB+6o91A+Uc0GWtgjCa3Y8bi7hwI0Tu4n5Q== |
583 | | - dependencies: |
584 | | - "@typescript-eslint/types" "8.51.0" |
585 | | - "@typescript-eslint/typescript-estree" "8.51.0" |
586 | | - "@typescript-eslint/utils" "8.51.0" |
587 | | - debug "^4.3.4" |
588 | | - ts-api-utils "^2.2.0" |
589 | | - |
590 | | -"@typescript-eslint/types@8.51.0", "@typescript-eslint/types@^8.51.0": |
591 | | - version "8.51.0" |
592 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.51.0.tgz#6996e59d49e92fb893531bdc249f0d92a7bebdbb" |
593 | | - integrity sha512-TizAvWYFM6sSscmEakjY3sPqGwxZRSywSsPEiuZF6d5GmGD9Gvlsv0f6N8FvAAA0CD06l3rIcWNbsN1e5F/9Ag== |
594 | | - |
595 | | -"@typescript-eslint/typescript-estree@8.51.0": |
596 | | - version "8.51.0" |
597 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.51.0.tgz#b57f5157d1ac2127bd7c2c9ad8060fa017df4a1a" |
598 | | - integrity sha512-1qNjGqFRmlq0VW5iVlcyHBbCjPB7y6SxpBkrbhNWMy/65ZoncXCEPJxkRZL8McrseNH6lFhaxCIaX+vBuFnRng== |
599 | | - dependencies: |
600 | | - "@typescript-eslint/project-service" "8.51.0" |
601 | | - "@typescript-eslint/tsconfig-utils" "8.51.0" |
602 | | - "@typescript-eslint/types" "8.51.0" |
603 | | - "@typescript-eslint/visitor-keys" "8.51.0" |
604 | | - debug "^4.3.4" |
605 | | - minimatch "^9.0.4" |
606 | | - semver "^7.6.0" |
| 551 | + ts-api-utils "^2.4.0" |
| 552 | + |
| 553 | +"@typescript-eslint/parser@8.52.0": |
| 554 | + version "8.52.0" |
| 555 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.52.0.tgz#9fae9f5f13ebb1c8f31a50c34381bfd6bf96a05f" |
| 556 | + integrity sha512-iIACsx8pxRnguSYhHiMn2PvhvfpopO9FXHyn1mG5txZIsAaB6F0KwbFnUQN3KCiG3Jcuad/Cao2FAs1Wp7vAyg== |
| 557 | + dependencies: |
| 558 | + "@typescript-eslint/scope-manager" "8.52.0" |
| 559 | + "@typescript-eslint/types" "8.52.0" |
| 560 | + "@typescript-eslint/typescript-estree" "8.52.0" |
| 561 | + "@typescript-eslint/visitor-keys" "8.52.0" |
| 562 | + debug "^4.4.3" |
| 563 | + |
| 564 | +"@typescript-eslint/project-service@8.52.0": |
| 565 | + version "8.52.0" |
| 566 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.52.0.tgz#5fb4c16af4eda6d74c70cbc62f5d3f77b96e4cbe" |
| 567 | + integrity sha512-xD0MfdSdEmeFa3OmVqonHi+Cciab96ls1UhIF/qX/O/gPu5KXD0bY9lu33jj04fjzrXHcuvjBcBC+D3SNSadaw== |
| 568 | + dependencies: |
| 569 | + "@typescript-eslint/tsconfig-utils" "^8.52.0" |
| 570 | + "@typescript-eslint/types" "^8.52.0" |
| 571 | + debug "^4.4.3" |
| 572 | + |
| 573 | +"@typescript-eslint/scope-manager@8.52.0": |
| 574 | + version "8.52.0" |
| 575 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.52.0.tgz#9884ff690fad30380ccabfb08af1ac200af6b4e5" |
| 576 | + integrity sha512-ixxqmmCcc1Nf8S0mS0TkJ/3LKcC8mruYJPOU6Ia2F/zUUR4pApW7LzrpU3JmtePbRUTes9bEqRc1Gg4iyRnDzA== |
| 577 | + dependencies: |
| 578 | + "@typescript-eslint/types" "8.52.0" |
| 579 | + "@typescript-eslint/visitor-keys" "8.52.0" |
| 580 | + |
| 581 | +"@typescript-eslint/tsconfig-utils@8.52.0", "@typescript-eslint/tsconfig-utils@^8.52.0": |
| 582 | + version "8.52.0" |
| 583 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.52.0.tgz#0296751c22ed05c83787a6eaec65ae221bd8b8ed" |
| 584 | + integrity sha512-jl+8fzr/SdzdxWJznq5nvoI7qn2tNYV/ZBAEcaFMVXf+K6jmXvAFrgo/+5rxgnL152f//pDEAYAhhBAZGrVfwg== |
| 585 | + |
| 586 | +"@typescript-eslint/type-utils@8.52.0": |
| 587 | + version "8.52.0" |
| 588 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.52.0.tgz#6e554113f8a074cf9b2faa818d2ebfccb867d6c5" |
| 589 | + integrity sha512-JD3wKBRWglYRQkAtsyGz1AewDu3mTc7NtRjR/ceTyGoPqmdS5oCdx/oZMWD5Zuqmo6/MpsYs0wp6axNt88/2EQ== |
| 590 | + dependencies: |
| 591 | + "@typescript-eslint/types" "8.52.0" |
| 592 | + "@typescript-eslint/typescript-estree" "8.52.0" |
| 593 | + "@typescript-eslint/utils" "8.52.0" |
| 594 | + debug "^4.4.3" |
| 595 | + ts-api-utils "^2.4.0" |
| 596 | + |
| 597 | +"@typescript-eslint/types@8.52.0", "@typescript-eslint/types@^8.52.0": |
| 598 | + version "8.52.0" |
| 599 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.52.0.tgz#1eb0a16b324824bc23b89d109a267c38c9213c4a" |
| 600 | + integrity sha512-LWQV1V4q9V4cT4H5JCIx3481iIFxH1UkVk+ZkGGAV1ZGcjGI9IoFOfg3O6ywz8QqCDEp7Inlg6kovMofsNRaGg== |
| 601 | + |
| 602 | +"@typescript-eslint/typescript-estree@8.52.0": |
| 603 | + version "8.52.0" |
| 604 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.52.0.tgz#2ad7721c671be2127951286cb7f44c4ce55b0591" |
| 605 | + integrity sha512-XP3LClsCc0FsTK5/frGjolyADTh3QmsLp6nKd476xNI9CsSsLnmn4f0jrzNoAulmxlmNIpeXuHYeEQv61Q6qeQ== |
| 606 | + dependencies: |
| 607 | + "@typescript-eslint/project-service" "8.52.0" |
| 608 | + "@typescript-eslint/tsconfig-utils" "8.52.0" |
| 609 | + "@typescript-eslint/types" "8.52.0" |
| 610 | + "@typescript-eslint/visitor-keys" "8.52.0" |
| 611 | + debug "^4.4.3" |
| 612 | + minimatch "^9.0.5" |
| 613 | + semver "^7.7.3" |
607 | 614 | tinyglobby "^0.2.15" |
608 | | - ts-api-utils "^2.2.0" |
| 615 | + ts-api-utils "^2.4.0" |
609 | 616 |
|
610 | | -"@typescript-eslint/utils@8.51.0": |
611 | | - version "8.51.0" |
612 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.51.0.tgz#b9a071cd210647f860a38873acf9bc5157bea56a" |
613 | | - integrity sha512-11rZYxSe0zabiKaCP2QAwRf/dnmgFgvTmeDTtZvUvXG3UuAdg/GU02NExmmIXzz3vLGgMdtrIosI84jITQOxUA== |
| 617 | +"@typescript-eslint/utils@8.52.0": |
| 618 | + version "8.52.0" |
| 619 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.52.0.tgz#b249be8264899b80d996fa353b4b84da4662f962" |
| 620 | + integrity sha512-wYndVMWkweqHpEpwPhwqE2lnD2DxC6WVLupU/DOt/0/v+/+iQbbzO3jOHjmBMnhu0DgLULvOaU4h4pwHYi2oRQ== |
614 | 621 | dependencies: |
615 | | - "@eslint-community/eslint-utils" "^4.7.0" |
616 | | - "@typescript-eslint/scope-manager" "8.51.0" |
617 | | - "@typescript-eslint/types" "8.51.0" |
618 | | - "@typescript-eslint/typescript-estree" "8.51.0" |
| 622 | + "@eslint-community/eslint-utils" "^4.9.1" |
| 623 | + "@typescript-eslint/scope-manager" "8.52.0" |
| 624 | + "@typescript-eslint/types" "8.52.0" |
| 625 | + "@typescript-eslint/typescript-estree" "8.52.0" |
619 | 626 |
|
620 | | -"@typescript-eslint/visitor-keys@8.51.0": |
621 | | - version "8.51.0" |
622 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.51.0.tgz#d37f5c82b9bece2c8aeb3ba7bb836bbba0f92bb8" |
623 | | - integrity sha512-mM/JRQOzhVN1ykejrvwnBRV3+7yTKK8tVANVN3o1O0t0v7o+jqdVu9crPy5Y9dov15TJk/FTIgoUGHrTOVL3Zg== |
| 627 | +"@typescript-eslint/visitor-keys@8.52.0": |
| 628 | + version "8.52.0" |
| 629 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.52.0.tgz#50361c48a6302676230fe498f80f6decce4bf673" |
| 630 | + integrity sha512-ink3/Zofus34nmBsPjow63FP5M7IGff0RKAgqR6+CFpdk22M7aLwC9gOcLGYqr7MczLPzZVERW9hRog3O4n1sQ== |
624 | 631 | dependencies: |
625 | | - "@typescript-eslint/types" "8.51.0" |
| 632 | + "@typescript-eslint/types" "8.52.0" |
626 | 633 | eslint-visitor-keys "^4.2.1" |
627 | 634 |
|
628 | 635 | acorn-jsx@^5.3.2: |
@@ -1000,7 +1007,7 @@ data-view-byte-offset@^1.0.1: |
1000 | 1007 | es-errors "^1.3.0" |
1001 | 1008 | is-data-view "^1.0.1" |
1002 | 1009 |
|
1003 | | -debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.4.3: |
| 1010 | +debug@^4.3.1, debug@^4.3.2, debug@^4.4.3: |
1004 | 1011 | version "4.4.3" |
1005 | 1012 | resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a" |
1006 | 1013 | integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA== |
@@ -1632,7 +1639,7 @@ ignore@^5.2.0: |
1632 | 1639 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5" |
1633 | 1640 | integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g== |
1634 | 1641 |
|
1635 | | -ignore@^7.0.0: |
| 1642 | +ignore@^7.0.5: |
1636 | 1643 | version "7.0.5" |
1637 | 1644 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9" |
1638 | 1645 | integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg== |
@@ -2079,7 +2086,7 @@ minimatch@^5.0.1: |
2079 | 2086 | dependencies: |
2080 | 2087 | brace-expansion "^2.0.1" |
2081 | 2088 |
|
2082 | | -minimatch@^9.0.4: |
| 2089 | +minimatch@^9.0.5: |
2083 | 2090 | version "9.0.5" |
2084 | 2091 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5" |
2085 | 2092 | integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== |
@@ -2460,7 +2467,7 @@ safe-regex-test@^1.1.0: |
2460 | 2467 | resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8" |
2461 | 2468 | integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g== |
2462 | 2469 |
|
2463 | | -semver@^7.6.0, semver@^7.6.3: |
| 2470 | +semver@^7.6.0, semver@^7.6.3, semver@^7.7.3: |
2464 | 2471 | version "7.7.3" |
2465 | 2472 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946" |
2466 | 2473 | integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q== |
@@ -2810,10 +2817,10 @@ traverse@>=0.2.4: |
2810 | 2817 | resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.3.9.tgz#717b8f220cc0bb7b44e40514c22b2e8bbc70d8b9" |
2811 | 2818 | integrity sha512-iawgk0hLP3SxGKDfnDJf8wTz4p2qImnyihM5Hh/sGvQ3K37dPi/w8sRhdNIxYA1TwFwc5mDhIJq+O0RsvXBKdQ== |
2812 | 2819 |
|
2813 | | -ts-api-utils@^2.2.0: |
2814 | | - version "2.3.0" |
2815 | | - resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.3.0.tgz#9f397ac9d88ac76e8dd6e8bc4af0dbf98af99f73" |
2816 | | - integrity sha512-6eg3Y9SF7SsAvGzRHQvvc1skDAhwI4YQ32ui1scxD1Ccr0G5qIIbUBT3pFTKX8kmWIQClHobtUdNuaBgwdfdWg== |
| 2820 | +ts-api-utils@^2.4.0: |
| 2821 | + version "2.4.0" |
| 2822 | + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.4.0.tgz#2690579f96d2790253bdcf1ca35d569ad78f9ad8" |
| 2823 | + integrity sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA== |
2817 | 2824 |
|
2818 | 2825 | tslib@^2.8.1: |
2819 | 2826 | version "2.8.1" |
@@ -2897,14 +2904,14 @@ typedarray.prototype.slice@^1.0.5: |
2897 | 2904 | typed-array-byte-offset "^1.0.4" |
2898 | 2905 |
|
2899 | 2906 | typescript-eslint@^8.50.0: |
2900 | | - version "8.51.0" |
2901 | | - resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.51.0.tgz#3cf2ead3d7c5adf940fbac213c043370c0c000b2" |
2902 | | - integrity sha512-jh8ZuM5oEh2PSdyQG9YAEM1TCGuWenLSuSUhf/irbVUNW9O5FhbFVONviN2TgMTBnUmyHv7E56rYnfLZK6TkiA== |
2903 | | - dependencies: |
2904 | | - "@typescript-eslint/eslint-plugin" "8.51.0" |
2905 | | - "@typescript-eslint/parser" "8.51.0" |
2906 | | - "@typescript-eslint/typescript-estree" "8.51.0" |
2907 | | - "@typescript-eslint/utils" "8.51.0" |
| 2907 | + version "8.52.0" |
| 2908 | + resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.52.0.tgz#b8c156b6f2b4dee202a85712ff6a37f614476413" |
| 2909 | + integrity sha512-atlQQJ2YkO4pfTVQmQ+wvYQwexPDOIgo+RaVcD7gHgzy/IQA+XTyuxNM9M9TVXvttkF7koBHmcwisKdOAf2EcA== |
| 2910 | + dependencies: |
| 2911 | + "@typescript-eslint/eslint-plugin" "8.52.0" |
| 2912 | + "@typescript-eslint/parser" "8.52.0" |
| 2913 | + "@typescript-eslint/typescript-estree" "8.52.0" |
| 2914 | + "@typescript-eslint/utils" "8.52.0" |
2908 | 2915 |
|
2909 | 2916 | typescript@^5.9.3: |
2910 | 2917 | version "5.9.3" |
|
0 commit comments