|
1737 | 1737 | ts-api-utils "^2.1.0" |
1738 | 1738 |
|
1739 | 1739 | "@typescript-eslint/parser@^8.38.0": |
1740 | | - version "8.38.0" |
1741 | | - resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.38.0.tgz" |
1742 | | - integrity sha512-Zhy8HCvBUEfBECzIl1PKqF4p11+d0aUJS1GeUiuqK9WmOug8YCmC4h4bjyBvMyAMI9sbRczmrYL5lKg/YMbrcQ== |
1743 | | - dependencies: |
1744 | | - "@typescript-eslint/scope-manager" "8.38.0" |
1745 | | - "@typescript-eslint/types" "8.38.0" |
1746 | | - "@typescript-eslint/typescript-estree" "8.38.0" |
1747 | | - "@typescript-eslint/visitor-keys" "8.38.0" |
| 1740 | + version "8.42.0" |
| 1741 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.42.0.tgz#20ea66f4867981fb5bb62cbe1454250fc4a440ab" |
| 1742 | + integrity sha512-r1XG74QgShUgXph1BYseJ+KZd17bKQib/yF3SR+demvytiRXrwd12Blnz5eYGm8tXaeRdd4x88MlfwldHoudGg== |
| 1743 | + dependencies: |
| 1744 | + "@typescript-eslint/scope-manager" "8.42.0" |
| 1745 | + "@typescript-eslint/types" "8.42.0" |
| 1746 | + "@typescript-eslint/typescript-estree" "8.42.0" |
| 1747 | + "@typescript-eslint/visitor-keys" "8.42.0" |
1748 | 1748 | debug "^4.3.4" |
1749 | 1749 |
|
1750 | 1750 | "@typescript-eslint/project-service@8.38.0": |
|
1756 | 1756 | "@typescript-eslint/types" "^8.38.0" |
1757 | 1757 | debug "^4.3.4" |
1758 | 1758 |
|
| 1759 | +"@typescript-eslint/project-service@8.42.0": |
| 1760 | + version "8.42.0" |
| 1761 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.42.0.tgz#636eb3418b6c42c98554dce884943708bf41a583" |
| 1762 | + integrity sha512-vfVpLHAhbPjilrabtOSNcUDmBboQNrJUiNAGoImkZKnMjs2TIcWG33s4Ds0wY3/50aZmTMqJa6PiwkwezaAklg== |
| 1763 | + dependencies: |
| 1764 | + "@typescript-eslint/tsconfig-utils" "^8.42.0" |
| 1765 | + "@typescript-eslint/types" "^8.42.0" |
| 1766 | + debug "^4.3.4" |
| 1767 | + |
1759 | 1768 | "@typescript-eslint/scope-manager@8.38.0": |
1760 | 1769 | version "8.38.0" |
1761 | 1770 | resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.38.0.tgz" |
|
1764 | 1773 | "@typescript-eslint/types" "8.38.0" |
1765 | 1774 | "@typescript-eslint/visitor-keys" "8.38.0" |
1766 | 1775 |
|
| 1776 | +"@typescript-eslint/scope-manager@8.42.0": |
| 1777 | + version "8.42.0" |
| 1778 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.42.0.tgz#36016757bc85b46ea42bae47b61f9421eddedde3" |
| 1779 | + integrity sha512-51+x9o78NBAVgQzOPd17DkNTnIzJ8T/O2dmMBLoK9qbY0Gm52XJcdJcCl18ExBMiHo6jPMErUQWUv5RLE51zJw== |
| 1780 | + dependencies: |
| 1781 | + "@typescript-eslint/types" "8.42.0" |
| 1782 | + "@typescript-eslint/visitor-keys" "8.42.0" |
| 1783 | + |
1767 | 1784 | "@typescript-eslint/tsconfig-utils@8.38.0", "@typescript-eslint/tsconfig-utils@^8.38.0": |
1768 | 1785 | version "8.38.0" |
1769 | 1786 | resolved "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.38.0.tgz" |
1770 | 1787 | integrity sha512-Lum9RtSE3EroKk/bYns+sPOodqb2Fv50XOl/gMviMKNvanETUuUcC9ObRbzrJ4VSd2JalPqgSAavwrPiPvnAiQ== |
1771 | 1788 |
|
| 1789 | +"@typescript-eslint/tsconfig-utils@8.42.0", "@typescript-eslint/tsconfig-utils@^8.42.0": |
| 1790 | + version "8.42.0" |
| 1791 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.42.0.tgz#21a3e74396fd7443ff930bc41b27789ba7e9236e" |
| 1792 | + integrity sha512-kHeFUOdwAJfUmYKjR3CLgZSglGHjbNTi1H8sTYRYV2xX6eNz4RyJ2LIgsDLKf8Yi0/GL1WZAC/DgZBeBft8QAQ== |
| 1793 | + |
1772 | 1794 | "@typescript-eslint/type-utils@8.38.0": |
1773 | 1795 | version "8.38.0" |
1774 | 1796 | resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.38.0.tgz" |
|
1780 | 1802 | debug "^4.3.4" |
1781 | 1803 | ts-api-utils "^2.1.0" |
1782 | 1804 |
|
1783 | | -"@typescript-eslint/types@8.38.0", "@typescript-eslint/types@^8.38.0": |
| 1805 | +"@typescript-eslint/types@8.38.0": |
1784 | 1806 | version "8.38.0" |
1785 | 1807 | resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.38.0.tgz" |
1786 | 1808 | integrity sha512-wzkUfX3plUqij4YwWaJyqhiPE5UCRVlFpKn1oCRn2O1bJ592XxWJj8ROQ3JD5MYXLORW84063z3tZTb/cs4Tyw== |
1787 | 1809 |
|
| 1810 | +"@typescript-eslint/types@8.42.0", "@typescript-eslint/types@^8.38.0", "@typescript-eslint/types@^8.42.0": |
| 1811 | + version "8.42.0" |
| 1812 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.42.0.tgz#ae15c09cebda20473772902033328e87372db008" |
| 1813 | + integrity sha512-LdtAWMiFmbRLNP7JNeY0SqEtJvGMYSzfiWBSmx+VSZ1CH+1zyl8Mmw1TT39OrtsRvIYShjJWzTDMPWZJCpwBlw== |
| 1814 | + |
1788 | 1815 | "@typescript-eslint/typescript-estree@8.38.0": |
1789 | 1816 | version "8.38.0" |
1790 | 1817 | resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.38.0.tgz" |
|
1801 | 1828 | semver "^7.6.0" |
1802 | 1829 | ts-api-utils "^2.1.0" |
1803 | 1830 |
|
| 1831 | +"@typescript-eslint/typescript-estree@8.42.0": |
| 1832 | + version "8.42.0" |
| 1833 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.42.0.tgz#593c3af87d4462252c0d7239d1720b84a1b56864" |
| 1834 | + integrity sha512-ku/uYtT4QXY8sl9EDJETD27o3Ewdi72hcXg1ah/kkUgBvAYHLwj2ofswFFNXS+FL5G+AGkxBtvGt8pFBHKlHsQ== |
| 1835 | + dependencies: |
| 1836 | + "@typescript-eslint/project-service" "8.42.0" |
| 1837 | + "@typescript-eslint/tsconfig-utils" "8.42.0" |
| 1838 | + "@typescript-eslint/types" "8.42.0" |
| 1839 | + "@typescript-eslint/visitor-keys" "8.42.0" |
| 1840 | + debug "^4.3.4" |
| 1841 | + fast-glob "^3.3.2" |
| 1842 | + is-glob "^4.0.3" |
| 1843 | + minimatch "^9.0.4" |
| 1844 | + semver "^7.6.0" |
| 1845 | + ts-api-utils "^2.1.0" |
| 1846 | + |
1804 | 1847 | "@typescript-eslint/utils@8.38.0": |
1805 | 1848 | version "8.38.0" |
1806 | 1849 | resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.38.0.tgz" |
|
1819 | 1862 | "@typescript-eslint/types" "8.38.0" |
1820 | 1863 | eslint-visitor-keys "^4.2.1" |
1821 | 1864 |
|
| 1865 | +"@typescript-eslint/visitor-keys@8.42.0": |
| 1866 | + version "8.42.0" |
| 1867 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.42.0.tgz#87c6caaa1ac307bc73a87c1fc469f88f0162f27e" |
| 1868 | + integrity sha512-3WbiuzoEowaEn8RSnhJBrxSwX8ULYE9CXaPepS2C2W3NSA5NNIvBaslpBSBElPq0UGr0xVJlXFWOAKIkyylydQ== |
| 1869 | + dependencies: |
| 1870 | + "@typescript-eslint/types" "8.42.0" |
| 1871 | + eslint-visitor-keys "^4.2.1" |
| 1872 | + |
1822 | 1873 | "@ungap/structured-clone@^1.2.0", "@ungap/structured-clone@^1.3.0": |
1823 | 1874 | version "1.3.0" |
1824 | 1875 | resolved "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz" |
|
0 commit comments