|
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" |
|
1867 | 1867 | dependencies: |
1868 | 1868 | "@types/yargs-parser" "*" |
1869 | 1869 |
|
1870 | | -"@typescript-eslint/eslint-plugin@8.7.0": |
1871 | | - version "8.7.0" |
1872 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.7.0.tgz#d0070f206daad26253bf00ca5b80f9b54f9e2dd0" |
1873 | | - integrity sha512-RIHOoznhA3CCfSTFiB6kBGLQtB/sox+pJ6jeFu6FxJvqL8qRxq/FfGO/UhsGgQM9oGdXkV4xUgli+dt26biB6A== |
| 1870 | +"@typescript-eslint/eslint-plugin@8.39.0": |
| 1871 | + version "8.39.0" |
| 1872 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.39.0.tgz#c9afec1866ee1a6ea3d768b5f8e92201efbbba06" |
| 1873 | + integrity sha512-bhEz6OZeUR+O/6yx9Jk6ohX6H9JSFTaiY0v9/PuKT3oGK0rn0jNplLmyFUGV+a9gfYnVNwGDwS/UkLIuXNb2Rw== |
1874 | 1874 | dependencies: |
1875 | 1875 | "@eslint-community/regexpp" "^4.10.0" |
1876 | | - "@typescript-eslint/scope-manager" "8.7.0" |
1877 | | - "@typescript-eslint/type-utils" "8.7.0" |
1878 | | - "@typescript-eslint/utils" "8.7.0" |
1879 | | - "@typescript-eslint/visitor-keys" "8.7.0" |
| 1876 | + "@typescript-eslint/scope-manager" "8.39.0" |
| 1877 | + "@typescript-eslint/type-utils" "8.39.0" |
| 1878 | + "@typescript-eslint/utils" "8.39.0" |
| 1879 | + "@typescript-eslint/visitor-keys" "8.39.0" |
1880 | 1880 | graphemer "^1.4.0" |
1881 | | - ignore "^5.3.1" |
| 1881 | + ignore "^7.0.0" |
1882 | 1882 | natural-compare "^1.4.0" |
1883 | | - ts-api-utils "^1.3.0" |
| 1883 | + ts-api-utils "^2.1.0" |
1884 | 1884 |
|
1885 | | -"@typescript-eslint/parser@8.7.0": |
1886 | | - version "8.7.0" |
1887 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.7.0.tgz#a567b0890d13db72c7348e1d88442ea8ab4e9173" |
1888 | | - integrity sha512-lN0btVpj2unxHlNYLI//BQ7nzbMJYBVQX5+pbNXvGYazdlgYonMn4AhhHifQ+J4fGRYA/m1DjaQjx+fDetqBOQ== |
| 1885 | +"@typescript-eslint/parser@8.39.0": |
| 1886 | + version "8.39.0" |
| 1887 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.39.0.tgz#c4b895d7a47f4cd5ee6ee77ea30e61d58b802008" |
| 1888 | + integrity sha512-g3WpVQHngx0aLXn6kfIYCZxM6rRJlWzEkVpqEFLT3SgEDsp9cpCbxxgwnE504q4H+ruSDh/VGS6nqZIDynP+vg== |
1889 | 1889 | dependencies: |
1890 | | - "@typescript-eslint/scope-manager" "8.7.0" |
1891 | | - "@typescript-eslint/types" "8.7.0" |
1892 | | - "@typescript-eslint/typescript-estree" "8.7.0" |
1893 | | - "@typescript-eslint/visitor-keys" "8.7.0" |
| 1890 | + "@typescript-eslint/scope-manager" "8.39.0" |
| 1891 | + "@typescript-eslint/types" "8.39.0" |
| 1892 | + "@typescript-eslint/typescript-estree" "8.39.0" |
| 1893 | + "@typescript-eslint/visitor-keys" "8.39.0" |
1894 | 1894 | debug "^4.3.4" |
1895 | 1895 |
|
1896 | | -"@typescript-eslint/scope-manager@8.7.0": |
1897 | | - version "8.7.0" |
1898 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.7.0.tgz#90ee7bf9bc982b9260b93347c01a8bc2b595e0b8" |
1899 | | - integrity sha512-87rC0k3ZlDOuz82zzXRtQ7Akv3GKhHs0ti4YcbAJtaomllXoSO8hi7Ix3ccEvCd824dy9aIX+j3d2UMAfCtVpg== |
| 1896 | +"@typescript-eslint/project-service@8.39.0": |
| 1897 | + version "8.39.0" |
| 1898 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.39.0.tgz#71cb29c3f8139f99a905b8705127bffc2ae84759" |
| 1899 | + integrity sha512-CTzJqaSq30V/Z2Og9jogzZt8lJRR5TKlAdXmWgdu4hgcC9Kww5flQ+xFvMxIBWVNdxJO7OifgdOK4PokMIWPew== |
1900 | 1900 | dependencies: |
1901 | | - "@typescript-eslint/types" "8.7.0" |
1902 | | - "@typescript-eslint/visitor-keys" "8.7.0" |
| 1901 | + "@typescript-eslint/tsconfig-utils" "^8.39.0" |
| 1902 | + "@typescript-eslint/types" "^8.39.0" |
| 1903 | + debug "^4.3.4" |
1903 | 1904 |
|
1904 | | -"@typescript-eslint/type-utils@8.7.0": |
1905 | | - version "8.7.0" |
1906 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.7.0.tgz#d56b104183bdcffcc434a23d1ce26cde5e42df93" |
1907 | | - integrity sha512-tl0N0Mj3hMSkEYhLkjREp54OSb/FI6qyCzfiiclvJvOqre6hsZTGSnHtmFLDU8TIM62G7ygEa1bI08lcuRwEnQ== |
| 1905 | +"@typescript-eslint/scope-manager@8.39.0": |
| 1906 | + version "8.39.0" |
| 1907 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.39.0.tgz#ba4bf6d8257bbc172c298febf16bc22df4856570" |
| 1908 | + integrity sha512-8QOzff9UKxOh6npZQ/4FQu4mjdOCGSdO3p44ww0hk8Vu+IGbg0tB/H1LcTARRDzGCC8pDGbh2rissBuuoPgH8A== |
1908 | 1909 | dependencies: |
1909 | | - "@typescript-eslint/typescript-estree" "8.7.0" |
1910 | | - "@typescript-eslint/utils" "8.7.0" |
1911 | | - debug "^4.3.4" |
1912 | | - ts-api-utils "^1.3.0" |
| 1910 | + "@typescript-eslint/types" "8.39.0" |
| 1911 | + "@typescript-eslint/visitor-keys" "8.39.0" |
1913 | 1912 |
|
1914 | | -"@typescript-eslint/types@8.7.0": |
1915 | | - version "8.7.0" |
1916 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.7.0.tgz#21d987201c07b69ce7ddc03451d7196e5445ad19" |
1917 | | - integrity sha512-LLt4BLHFwSfASHSF2K29SZ+ZCsbQOM+LuarPjRUuHm+Qd09hSe3GCeaQbcCr+Mik+0QFRmep/FyZBO6fJ64U3w== |
| 1913 | +"@typescript-eslint/tsconfig-utils@8.39.0", "@typescript-eslint/tsconfig-utils@^8.39.0": |
| 1914 | + version "8.39.0" |
| 1915 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.0.tgz#b2e87fef41a3067c570533b722f6af47be213f13" |
| 1916 | + integrity sha512-Fd3/QjmFV2sKmvv3Mrj8r6N8CryYiCS8Wdb/6/rgOXAWGcFuc+VkQuG28uk/4kVNVZBQuuDHEDUpo/pQ32zsIQ== |
1918 | 1917 |
|
1919 | | -"@typescript-eslint/typescript-estree@8.7.0": |
1920 | | - version "8.7.0" |
1921 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.7.0.tgz#6c7db6baa4380b937fa81466c546d052f362d0e8" |
1922 | | - integrity sha512-MC8nmcGHsmfAKxwnluTQpNqceniT8SteVwd2voYlmiSWGOtjvGXdPl17dYu2797GVscK30Z04WRM28CrKS9WOg== |
| 1918 | +"@typescript-eslint/type-utils@8.39.0": |
| 1919 | + version "8.39.0" |
| 1920 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.39.0.tgz#310ec781ae5e7bb0f5940bfd652573587f22786b" |
| 1921 | + integrity sha512-6B3z0c1DXVT2vYA9+z9axjtc09rqKUPRmijD5m9iv8iQpHBRYRMBcgxSiKTZKm6FwWw1/cI4v6em35OsKCiN5Q== |
1923 | 1922 | dependencies: |
1924 | | - "@typescript-eslint/types" "8.7.0" |
1925 | | - "@typescript-eslint/visitor-keys" "8.7.0" |
| 1923 | + "@typescript-eslint/types" "8.39.0" |
| 1924 | + "@typescript-eslint/typescript-estree" "8.39.0" |
| 1925 | + "@typescript-eslint/utils" "8.39.0" |
| 1926 | + debug "^4.3.4" |
| 1927 | + ts-api-utils "^2.1.0" |
| 1928 | + |
| 1929 | +"@typescript-eslint/types@8.39.0", "@typescript-eslint/types@^8.39.0": |
| 1930 | + version "8.39.0" |
| 1931 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.39.0.tgz#80f010b7169d434a91cd0529d70a528dbc9c99c6" |
| 1932 | + integrity sha512-ArDdaOllnCj3yn/lzKn9s0pBQYmmyme/v1HbGIGB0GB/knFI3fWMHloC+oYTJW46tVbYnGKTMDK4ah1sC2v0Kg== |
| 1933 | + |
| 1934 | +"@typescript-eslint/typescript-estree@8.39.0": |
| 1935 | + version "8.39.0" |
| 1936 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.0.tgz#b9477a5c47a0feceffe91adf553ad9a3cd4cb3d6" |
| 1937 | + integrity sha512-ndWdiflRMvfIgQRpckQQLiB5qAKQ7w++V4LlCHwp62eym1HLB/kw7D9f2e8ytONls/jt89TEasgvb+VwnRprsw== |
| 1938 | + dependencies: |
| 1939 | + "@typescript-eslint/project-service" "8.39.0" |
| 1940 | + "@typescript-eslint/tsconfig-utils" "8.39.0" |
| 1941 | + "@typescript-eslint/types" "8.39.0" |
| 1942 | + "@typescript-eslint/visitor-keys" "8.39.0" |
1926 | 1943 | debug "^4.3.4" |
1927 | 1944 | fast-glob "^3.3.2" |
1928 | 1945 | is-glob "^4.0.3" |
1929 | 1946 | minimatch "^9.0.4" |
1930 | 1947 | semver "^7.6.0" |
1931 | | - ts-api-utils "^1.3.0" |
| 1948 | + ts-api-utils "^2.1.0" |
1932 | 1949 |
|
1933 | | -"@typescript-eslint/utils@8.7.0": |
1934 | | - version "8.7.0" |
1935 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.7.0.tgz#cef3f70708b5b5fd7ed8672fc14714472bd8a011" |
1936 | | - integrity sha512-ZbdUdwsl2X/s3CiyAu3gOlfQzpbuG3nTWKPoIvAu1pu5r8viiJvv2NPN2AqArL35NCYtw/lrPPfM4gxrMLNLPw== |
| 1950 | +"@typescript-eslint/utils@8.39.0": |
| 1951 | + version "8.39.0" |
| 1952 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.39.0.tgz#dfea42f3c7ec85f9f3e994ff0bba8f3b2f09e220" |
| 1953 | + integrity sha512-4GVSvNA0Vx1Ktwvf4sFE+exxJ3QGUorQG1/A5mRfRNZtkBT2xrA/BCO2H0eALx/PnvCS6/vmYwRdDA41EoffkQ== |
1937 | 1954 | dependencies: |
1938 | | - "@eslint-community/eslint-utils" "^4.4.0" |
1939 | | - "@typescript-eslint/scope-manager" "8.7.0" |
1940 | | - "@typescript-eslint/types" "8.7.0" |
1941 | | - "@typescript-eslint/typescript-estree" "8.7.0" |
| 1955 | + "@eslint-community/eslint-utils" "^4.7.0" |
| 1956 | + "@typescript-eslint/scope-manager" "8.39.0" |
| 1957 | + "@typescript-eslint/types" "8.39.0" |
| 1958 | + "@typescript-eslint/typescript-estree" "8.39.0" |
1942 | 1959 |
|
1943 | | -"@typescript-eslint/visitor-keys@8.7.0": |
1944 | | - version "8.7.0" |
1945 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.7.0.tgz#5e46f1777f9d69360a883c1a56ac3c511c9659a8" |
1946 | | - integrity sha512-b1tx0orFCCh/THWPQa2ZwWzvOeyzzp36vkJYOpVg0u8UVOIsfVrnuC9FqAw9gRKn+rG2VmWQ/zDJZzkxUnj/XQ== |
| 1960 | +"@typescript-eslint/visitor-keys@8.39.0": |
| 1961 | + version "8.39.0" |
| 1962 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.0.tgz#5d619a6e810cdd3fd1913632719cbccab08bf875" |
| 1963 | + integrity sha512-ldgiJ+VAhQCfIjeOgu8Kj5nSxds0ktPOSO9p4+0VDH2R2pLvQraaM5Oen2d7NxzMCm+Sn/vJT+mv2H5u6b/3fA== |
1947 | 1964 | dependencies: |
1948 | | - "@typescript-eslint/types" "8.7.0" |
1949 | | - eslint-visitor-keys "^3.4.3" |
| 1965 | + "@typescript-eslint/types" "8.39.0" |
| 1966 | + eslint-visitor-keys "^4.2.1" |
1950 | 1967 |
|
1951 | 1968 | "@webassemblyjs/ast@1.14.1", "@webassemblyjs/ast@^1.14.1": |
1952 | 1969 | version "1.14.1" |
@@ -4266,6 +4283,11 @@ eslint-visitor-keys@^4.0.0: |
4266 | 4283 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb" |
4267 | 4284 | integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw== |
4268 | 4285 |
|
| 4286 | +eslint-visitor-keys@^4.2.1: |
| 4287 | + version "4.2.1" |
| 4288 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1" |
| 4289 | + integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ== |
| 4290 | + |
4269 | 4291 | eslint@9.11.1: |
4270 | 4292 | version "9.11.1" |
4271 | 4293 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.11.1.tgz#701e5fc528990153f9cef696d8427003b5206567" |
@@ -5652,10 +5674,10 @@ ignore@^5.2.4: |
5652 | 5674 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324" |
5653 | 5675 | integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ== |
5654 | 5676 |
|
5655 | | -ignore@^5.3.1: |
5656 | | - version "5.3.1" |
5657 | | - resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef" |
5658 | | - integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw== |
| 5677 | +ignore@^7.0.0: |
| 5678 | + version "7.0.5" |
| 5679 | + resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9" |
| 5680 | + integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg== |
5659 | 5681 |
|
5660 | 5682 | import-fresh@^3.2.1: |
5661 | 5683 | version "3.2.1" |
@@ -10664,10 +10686,10 @@ treeverse@^3.0.0: |
10664 | 10686 | resolved "https://registry.yarnpkg.com/treeverse/-/treeverse-3.0.0.tgz#dd82de9eb602115c6ebd77a574aae67003cb48c8" |
10665 | 10687 | integrity sha512-gcANaAnd2QDZFmHFEOF4k7uc1J/6a6z3DJMd/QwEyxLoKGiptJRwid582r7QIsFlFMIZ3SnxfS52S4hm2DHkuQ== |
10666 | 10688 |
|
10667 | | -ts-api-utils@^1.3.0: |
10668 | | - version "1.3.0" |
10669 | | - resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1" |
10670 | | - integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ== |
| 10689 | +ts-api-utils@^2.1.0: |
| 10690 | + version "2.1.0" |
| 10691 | + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91" |
| 10692 | + integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ== |
10671 | 10693 |
|
10672 | 10694 | ts-jest@26.5.6: |
10673 | 10695 | version "26.5.6" |
|
0 commit comments