|
409 | 409 | dependencies: |
410 | 410 | eslint-visitor-keys "^3.3.0" |
411 | 411 |
|
412 | | -"@eslint-community/eslint-utils@^4.4.0": |
413 | | - version "4.4.0" |
414 | | - resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59" |
415 | | - integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA== |
| 412 | +"@eslint-community/eslint-utils@^4.7.0": |
| 413 | + version "4.7.0" |
| 414 | + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a" |
| 415 | + integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw== |
416 | 416 | dependencies: |
417 | | - eslint-visitor-keys "^3.3.0" |
| 417 | + eslint-visitor-keys "^3.4.3" |
418 | 418 |
|
419 | 419 | "@eslint-community/regexpp@^4.10.0": |
420 | 420 | version "4.10.0" |
|
1851 | 1851 | dependencies: |
1852 | 1852 | "@types/yargs-parser" "*" |
1853 | 1853 |
|
1854 | | -"@typescript-eslint/eslint-plugin@8.7.0": |
1855 | | - version "8.7.0" |
1856 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.7.0.tgz#d0070f206daad26253bf00ca5b80f9b54f9e2dd0" |
1857 | | - integrity sha512-RIHOoznhA3CCfSTFiB6kBGLQtB/sox+pJ6jeFu6FxJvqL8qRxq/FfGO/UhsGgQM9oGdXkV4xUgli+dt26biB6A== |
| 1854 | +"@typescript-eslint/eslint-plugin@8.37.0": |
| 1855 | + version "8.37.0" |
| 1856 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.37.0.tgz#332392883f936137cd6252c8eb236d298e514e70" |
| 1857 | + integrity sha512-jsuVWeIkb6ggzB+wPCsR4e6loj+rM72ohW6IBn2C+5NCvfUVY8s33iFPySSVXqtm5Hu29Ne/9bnA0JmyLmgenA== |
1858 | 1858 | dependencies: |
1859 | 1859 | "@eslint-community/regexpp" "^4.10.0" |
1860 | | - "@typescript-eslint/scope-manager" "8.7.0" |
1861 | | - "@typescript-eslint/type-utils" "8.7.0" |
1862 | | - "@typescript-eslint/utils" "8.7.0" |
1863 | | - "@typescript-eslint/visitor-keys" "8.7.0" |
| 1860 | + "@typescript-eslint/scope-manager" "8.37.0" |
| 1861 | + "@typescript-eslint/type-utils" "8.37.0" |
| 1862 | + "@typescript-eslint/utils" "8.37.0" |
| 1863 | + "@typescript-eslint/visitor-keys" "8.37.0" |
1864 | 1864 | graphemer "^1.4.0" |
1865 | | - ignore "^5.3.1" |
| 1865 | + ignore "^7.0.0" |
1866 | 1866 | natural-compare "^1.4.0" |
1867 | | - ts-api-utils "^1.3.0" |
| 1867 | + ts-api-utils "^2.1.0" |
1868 | 1868 |
|
1869 | | -"@typescript-eslint/parser@8.7.0": |
1870 | | - version "8.7.0" |
1871 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.7.0.tgz#a567b0890d13db72c7348e1d88442ea8ab4e9173" |
1872 | | - integrity sha512-lN0btVpj2unxHlNYLI//BQ7nzbMJYBVQX5+pbNXvGYazdlgYonMn4AhhHifQ+J4fGRYA/m1DjaQjx+fDetqBOQ== |
| 1869 | +"@typescript-eslint/parser@8.37.0": |
| 1870 | + version "8.37.0" |
| 1871 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.37.0.tgz#b87f6b61e25ad5cc5bbf8baf809b8da889c89804" |
| 1872 | + integrity sha512-kVIaQE9vrN9RLCQMQ3iyRlVJpTiDUY6woHGb30JDkfJErqrQEmtdWH3gV0PBAfGZgQXoqzXOO0T3K6ioApbbAA== |
1873 | 1873 | dependencies: |
1874 | | - "@typescript-eslint/scope-manager" "8.7.0" |
1875 | | - "@typescript-eslint/types" "8.7.0" |
1876 | | - "@typescript-eslint/typescript-estree" "8.7.0" |
1877 | | - "@typescript-eslint/visitor-keys" "8.7.0" |
| 1874 | + "@typescript-eslint/scope-manager" "8.37.0" |
| 1875 | + "@typescript-eslint/types" "8.37.0" |
| 1876 | + "@typescript-eslint/typescript-estree" "8.37.0" |
| 1877 | + "@typescript-eslint/visitor-keys" "8.37.0" |
1878 | 1878 | debug "^4.3.4" |
1879 | 1879 |
|
1880 | | -"@typescript-eslint/scope-manager@8.7.0": |
1881 | | - version "8.7.0" |
1882 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.7.0.tgz#90ee7bf9bc982b9260b93347c01a8bc2b595e0b8" |
1883 | | - integrity sha512-87rC0k3ZlDOuz82zzXRtQ7Akv3GKhHs0ti4YcbAJtaomllXoSO8hi7Ix3ccEvCd824dy9aIX+j3d2UMAfCtVpg== |
| 1880 | +"@typescript-eslint/project-service@8.37.0": |
| 1881 | + version "8.37.0" |
| 1882 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.37.0.tgz#0594352e32a4ac9258591b88af77b5653800cdfe" |
| 1883 | + integrity sha512-BIUXYsbkl5A1aJDdYJCBAo8rCEbAvdquQ8AnLb6z5Lp1u3x5PNgSSx9A/zqYc++Xnr/0DVpls8iQ2cJs/izTXA== |
1884 | 1884 | dependencies: |
1885 | | - "@typescript-eslint/types" "8.7.0" |
1886 | | - "@typescript-eslint/visitor-keys" "8.7.0" |
| 1885 | + "@typescript-eslint/tsconfig-utils" "^8.37.0" |
| 1886 | + "@typescript-eslint/types" "^8.37.0" |
| 1887 | + debug "^4.3.4" |
1887 | 1888 |
|
1888 | | -"@typescript-eslint/type-utils@8.7.0": |
1889 | | - version "8.7.0" |
1890 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.7.0.tgz#d56b104183bdcffcc434a23d1ce26cde5e42df93" |
1891 | | - integrity sha512-tl0N0Mj3hMSkEYhLkjREp54OSb/FI6qyCzfiiclvJvOqre6hsZTGSnHtmFLDU8TIM62G7ygEa1bI08lcuRwEnQ== |
| 1889 | +"@typescript-eslint/scope-manager@8.37.0": |
| 1890 | + version "8.37.0" |
| 1891 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.37.0.tgz#a31a3c80ca2ef4ed58de13742debb692e7d4c0a4" |
| 1892 | + integrity sha512-0vGq0yiU1gbjKob2q691ybTg9JX6ShiVXAAfm2jGf3q0hdP6/BruaFjL/ManAR/lj05AvYCH+5bbVo0VtzmjOA== |
1892 | 1893 | dependencies: |
1893 | | - "@typescript-eslint/typescript-estree" "8.7.0" |
1894 | | - "@typescript-eslint/utils" "8.7.0" |
1895 | | - debug "^4.3.4" |
1896 | | - ts-api-utils "^1.3.0" |
| 1894 | + "@typescript-eslint/types" "8.37.0" |
| 1895 | + "@typescript-eslint/visitor-keys" "8.37.0" |
1897 | 1896 |
|
1898 | | -"@typescript-eslint/types@8.7.0": |
1899 | | - version "8.7.0" |
1900 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.7.0.tgz#21d987201c07b69ce7ddc03451d7196e5445ad19" |
1901 | | - integrity sha512-LLt4BLHFwSfASHSF2K29SZ+ZCsbQOM+LuarPjRUuHm+Qd09hSe3GCeaQbcCr+Mik+0QFRmep/FyZBO6fJ64U3w== |
| 1897 | +"@typescript-eslint/tsconfig-utils@8.37.0", "@typescript-eslint/tsconfig-utils@^8.37.0": |
| 1898 | + version "8.37.0" |
| 1899 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.37.0.tgz#47a2760d265c6125f8e7864bc5c8537cad2bd053" |
| 1900 | + integrity sha512-1/YHvAVTimMM9mmlPvTec9NP4bobA1RkDbMydxG8omqwJJLEW/Iy2C4adsAESIXU3WGLXFHSZUU+C9EoFWl4Zg== |
1902 | 1901 |
|
1903 | | -"@typescript-eslint/typescript-estree@8.7.0": |
1904 | | - version "8.7.0" |
1905 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.7.0.tgz#6c7db6baa4380b937fa81466c546d052f362d0e8" |
1906 | | - integrity sha512-MC8nmcGHsmfAKxwnluTQpNqceniT8SteVwd2voYlmiSWGOtjvGXdPl17dYu2797GVscK30Z04WRM28CrKS9WOg== |
| 1902 | +"@typescript-eslint/type-utils@8.37.0": |
| 1903 | + version "8.37.0" |
| 1904 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.37.0.tgz#2a682e4c6ff5886712dad57e9787b5e417124507" |
| 1905 | + integrity sha512-SPkXWIkVZxhgwSwVq9rqj/4VFo7MnWwVaRNznfQDc/xPYHjXnPfLWn+4L6FF1cAz6e7dsqBeMawgl7QjUMj4Ow== |
1907 | 1906 | dependencies: |
1908 | | - "@typescript-eslint/types" "8.7.0" |
1909 | | - "@typescript-eslint/visitor-keys" "8.7.0" |
| 1907 | + "@typescript-eslint/types" "8.37.0" |
| 1908 | + "@typescript-eslint/typescript-estree" "8.37.0" |
| 1909 | + "@typescript-eslint/utils" "8.37.0" |
| 1910 | + debug "^4.3.4" |
| 1911 | + ts-api-utils "^2.1.0" |
| 1912 | + |
| 1913 | +"@typescript-eslint/types@8.37.0", "@typescript-eslint/types@^8.37.0": |
| 1914 | + version "8.37.0" |
| 1915 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.37.0.tgz#09517aa9625eb3c68941dde3ac8835740587b6ff" |
| 1916 | + integrity sha512-ax0nv7PUF9NOVPs+lmQ7yIE7IQmAf8LGcXbMvHX5Gm+YJUYNAl340XkGnrimxZ0elXyoQJuN5sbg6C4evKA4SQ== |
| 1917 | + |
| 1918 | +"@typescript-eslint/typescript-estree@8.37.0": |
| 1919 | + version "8.37.0" |
| 1920 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.37.0.tgz#a07e4574d8e6e4355a558f61323730c987f5fcbc" |
| 1921 | + integrity sha512-zuWDMDuzMRbQOM+bHyU4/slw27bAUEcKSKKs3hcv2aNnc/tvE/h7w60dwVw8vnal2Pub6RT1T7BI8tFZ1fE+yg== |
| 1922 | + dependencies: |
| 1923 | + "@typescript-eslint/project-service" "8.37.0" |
| 1924 | + "@typescript-eslint/tsconfig-utils" "8.37.0" |
| 1925 | + "@typescript-eslint/types" "8.37.0" |
| 1926 | + "@typescript-eslint/visitor-keys" "8.37.0" |
1910 | 1927 | debug "^4.3.4" |
1911 | 1928 | fast-glob "^3.3.2" |
1912 | 1929 | is-glob "^4.0.3" |
1913 | 1930 | minimatch "^9.0.4" |
1914 | 1931 | semver "^7.6.0" |
1915 | | - ts-api-utils "^1.3.0" |
| 1932 | + ts-api-utils "^2.1.0" |
1916 | 1933 |
|
1917 | | -"@typescript-eslint/utils@8.7.0": |
1918 | | - version "8.7.0" |
1919 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.7.0.tgz#cef3f70708b5b5fd7ed8672fc14714472bd8a011" |
1920 | | - integrity sha512-ZbdUdwsl2X/s3CiyAu3gOlfQzpbuG3nTWKPoIvAu1pu5r8viiJvv2NPN2AqArL35NCYtw/lrPPfM4gxrMLNLPw== |
| 1934 | +"@typescript-eslint/utils@8.37.0": |
| 1935 | + version "8.37.0" |
| 1936 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.37.0.tgz#189ea59b2709f5d898614611f091a776751ee335" |
| 1937 | + integrity sha512-TSFvkIW6gGjN2p6zbXo20FzCABbyUAuq6tBvNRGsKdsSQ6a7rnV6ADfZ7f4iI3lIiXc4F4WWvtUfDw9CJ9pO5A== |
1921 | 1938 | dependencies: |
1922 | | - "@eslint-community/eslint-utils" "^4.4.0" |
1923 | | - "@typescript-eslint/scope-manager" "8.7.0" |
1924 | | - "@typescript-eslint/types" "8.7.0" |
1925 | | - "@typescript-eslint/typescript-estree" "8.7.0" |
| 1939 | + "@eslint-community/eslint-utils" "^4.7.0" |
| 1940 | + "@typescript-eslint/scope-manager" "8.37.0" |
| 1941 | + "@typescript-eslint/types" "8.37.0" |
| 1942 | + "@typescript-eslint/typescript-estree" "8.37.0" |
1926 | 1943 |
|
1927 | | -"@typescript-eslint/visitor-keys@8.7.0": |
1928 | | - version "8.7.0" |
1929 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.7.0.tgz#5e46f1777f9d69360a883c1a56ac3c511c9659a8" |
1930 | | - integrity sha512-b1tx0orFCCh/THWPQa2ZwWzvOeyzzp36vkJYOpVg0u8UVOIsfVrnuC9FqAw9gRKn+rG2VmWQ/zDJZzkxUnj/XQ== |
| 1944 | +"@typescript-eslint/visitor-keys@8.37.0": |
| 1945 | + version "8.37.0" |
| 1946 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.37.0.tgz#cdb6a6bd3e8d6dd69bd70c1bdda36e2d18737455" |
| 1947 | + integrity sha512-YzfhzcTnZVPiLfP/oeKtDp2evwvHLMe0LOy7oe+hb9KKIumLNohYS9Hgp1ifwpu42YWxhZE8yieggz6JpqO/1w== |
1931 | 1948 | dependencies: |
1932 | | - "@typescript-eslint/types" "8.7.0" |
1933 | | - eslint-visitor-keys "^3.4.3" |
| 1949 | + "@typescript-eslint/types" "8.37.0" |
| 1950 | + eslint-visitor-keys "^4.2.1" |
1934 | 1951 |
|
1935 | 1952 | "@webassemblyjs/ast@1.12.1", "@webassemblyjs/ast@^1.12.1": |
1936 | 1953 | version "1.12.1" |
@@ -4250,6 +4267,11 @@ eslint-visitor-keys@^4.0.0: |
4250 | 4267 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb" |
4251 | 4268 | integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw== |
4252 | 4269 |
|
| 4270 | +eslint-visitor-keys@^4.2.1: |
| 4271 | + version "4.2.1" |
| 4272 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1" |
| 4273 | + integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ== |
| 4274 | + |
4253 | 4275 | eslint@9.11.1: |
4254 | 4276 | version "9.11.1" |
4255 | 4277 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.11.1.tgz#701e5fc528990153f9cef696d8427003b5206567" |
@@ -5636,10 +5658,10 @@ ignore@^5.2.4: |
5636 | 5658 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324" |
5637 | 5659 | integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ== |
5638 | 5660 |
|
5639 | | -ignore@^5.3.1: |
5640 | | - version "5.3.1" |
5641 | | - resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef" |
5642 | | - integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw== |
| 5661 | +ignore@^7.0.0: |
| 5662 | + version "7.0.5" |
| 5663 | + resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9" |
| 5664 | + integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg== |
5643 | 5665 |
|
5644 | 5666 | import-fresh@^3.2.1: |
5645 | 5667 | version "3.2.1" |
@@ -10648,10 +10670,10 @@ treeverse@^3.0.0: |
10648 | 10670 | resolved "https://registry.yarnpkg.com/treeverse/-/treeverse-3.0.0.tgz#dd82de9eb602115c6ebd77a574aae67003cb48c8" |
10649 | 10671 | integrity sha512-gcANaAnd2QDZFmHFEOF4k7uc1J/6a6z3DJMd/QwEyxLoKGiptJRwid582r7QIsFlFMIZ3SnxfS52S4hm2DHkuQ== |
10650 | 10672 |
|
10651 | | -ts-api-utils@^1.3.0: |
10652 | | - version "1.3.0" |
10653 | | - resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1" |
10654 | | - integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ== |
| 10673 | +ts-api-utils@^2.1.0: |
| 10674 | + version "2.1.0" |
| 10675 | + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91" |
| 10676 | + integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ== |
10655 | 10677 |
|
10656 | 10678 | ts-jest@26.5.6: |
10657 | 10679 | version "26.5.6" |
|
0 commit comments