|
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.41.0" |
| 1741 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.41.0.tgz#677f5b2b3fa947ee1eac4129220c051b1990d898" |
| 1742 | + integrity sha512-gTtSdWX9xiMPA/7MV9STjJOOYtWwIJIYxkQxnSV1U3xcE+mnJSH3f6zI0RYP+ew66WSlZ5ed+h0VCxsvdC1jJg== |
| 1743 | + dependencies: |
| 1744 | + "@typescript-eslint/scope-manager" "8.41.0" |
| 1745 | + "@typescript-eslint/types" "8.41.0" |
| 1746 | + "@typescript-eslint/typescript-estree" "8.41.0" |
| 1747 | + "@typescript-eslint/visitor-keys" "8.41.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.41.0": |
| 1760 | + version "8.41.0" |
| 1761 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.41.0.tgz#08ebf882d413a038926e73fda36e00c3dba84882" |
| 1762 | + integrity sha512-b8V9SdGBQzQdjJ/IO3eDifGpDBJfvrNTp2QD9P2BeqWTGrRibgfgIlBSw6z3b6R7dPzg752tOs4u/7yCLxksSQ== |
| 1763 | + dependencies: |
| 1764 | + "@typescript-eslint/tsconfig-utils" "^8.41.0" |
| 1765 | + "@typescript-eslint/types" "^8.41.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.41.0": |
| 1777 | + version "8.41.0" |
| 1778 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.41.0.tgz#c8aba12129cb9cead1f1727f58e6a0fcebeecdb5" |
| 1779 | + integrity sha512-n6m05bXn/Cd6DZDGyrpXrELCPVaTnLdPToyhBoFkLIMznRUQUEQdSp96s/pcWSQdqOhrgR1mzJ+yItK7T+WPMQ== |
| 1780 | + dependencies: |
| 1781 | + "@typescript-eslint/types" "8.41.0" |
| 1782 | + "@typescript-eslint/visitor-keys" "8.41.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.41.0", "@typescript-eslint/tsconfig-utils@^8.41.0": |
| 1790 | + version "8.41.0" |
| 1791 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.41.0.tgz#134dee36eb16cdd78095a20bca0516d10b5dda75" |
| 1792 | + integrity sha512-TDhxYFPUYRFxFhuU5hTIJk+auzM/wKvWgoNYOPcOf6i4ReYlOoYN8q1dV5kOTjNQNJgzWN3TUUQMtlLOcUgdUw== |
| 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.41.0", "@typescript-eslint/types@^8.38.0", "@typescript-eslint/types@^8.41.0": |
| 1811 | + version "8.41.0" |
| 1812 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.41.0.tgz#9935afeaae65e535abcbcee95383fa649c64d16d" |
| 1813 | + integrity sha512-9EwxsWdVqh42afLbHP90n2VdHaWU/oWgbH2P0CfcNfdKL7CuKpwMQGjwev56vWu9cSKU7FWSu6r9zck6CVfnag== |
| 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.41.0": |
| 1832 | + version "8.41.0" |
| 1833 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.41.0.tgz#7c9cff8b4334ce96f14e9689692e8cf426ce4d59" |
| 1834 | + integrity sha512-D43UwUYJmGhuwHfY7MtNKRZMmfd8+p/eNSfFe6tH5mbVDto+VQCayeAt35rOx3Cs6wxD16DQtIKw/YXxt5E0UQ== |
| 1835 | + dependencies: |
| 1836 | + "@typescript-eslint/project-service" "8.41.0" |
| 1837 | + "@typescript-eslint/tsconfig-utils" "8.41.0" |
| 1838 | + "@typescript-eslint/types" "8.41.0" |
| 1839 | + "@typescript-eslint/visitor-keys" "8.41.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.41.0": |
| 1866 | + version "8.41.0" |
| 1867 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.41.0.tgz#16eb99b55d207f6688002a2cf425e039579aa9a9" |
| 1868 | + integrity sha512-+GeGMebMCy0elMNg67LRNoVnUFPIm37iu5CmHESVx56/9Jsfdpsvbv605DQ81Pi/x11IdKUsS5nzgTYbCQU9fg== |
| 1869 | + dependencies: |
| 1870 | + "@typescript-eslint/types" "8.41.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