|
1228 | 1228 | dependencies:
|
1229 | 1229 | eslint-visitor-keys "^3.3.0"
|
1230 | 1230 |
|
1231 |
| -"@eslint-community/regexpp@^4.4.0": |
1232 |
| - version "4.5.1" |
1233 |
| - resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884" |
1234 |
| - integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ== |
| 1231 | +"@eslint-community/regexpp@^4.10.0": |
| 1232 | + version "4.12.1" |
| 1233 | + resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0" |
| 1234 | + integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ== |
1235 | 1235 |
|
1236 | 1236 | "@eslint-community/regexpp@^4.6.1":
|
1237 | 1237 | version "4.6.2"
|
|
1895 | 1895 | dependencies:
|
1896 | 1896 | "@types/yargs-parser" "*"
|
1897 | 1897 |
|
1898 |
| -"@typescript-eslint/eslint-plugin@5.62.0": |
1899 |
| - version "5.62.0" |
1900 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db" |
1901 |
| - integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag== |
| 1898 | +"@typescript-eslint/eslint-plugin@8.24.0": |
| 1899 | + version "8.24.0" |
| 1900 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.24.0.tgz#574a95d67660a1e4544ae131d672867a5b40abb3" |
| 1901 | + integrity sha512-aFcXEJJCI4gUdXgoo/j9udUYIHgF23MFkg09LFz2dzEmU0+1Plk4rQWv/IYKvPHAtlkkGoB3m5e6oUp+JPsNaQ== |
1902 | 1902 | dependencies:
|
1903 |
| - "@eslint-community/regexpp" "^4.4.0" |
1904 |
| - "@typescript-eslint/scope-manager" "5.62.0" |
1905 |
| - "@typescript-eslint/type-utils" "5.62.0" |
1906 |
| - "@typescript-eslint/utils" "5.62.0" |
1907 |
| - debug "^4.3.4" |
| 1903 | + "@eslint-community/regexpp" "^4.10.0" |
| 1904 | + "@typescript-eslint/scope-manager" "8.24.0" |
| 1905 | + "@typescript-eslint/type-utils" "8.24.0" |
| 1906 | + "@typescript-eslint/utils" "8.24.0" |
| 1907 | + "@typescript-eslint/visitor-keys" "8.24.0" |
1908 | 1908 | graphemer "^1.4.0"
|
1909 |
| - ignore "^5.2.0" |
1910 |
| - natural-compare-lite "^1.4.0" |
1911 |
| - semver "^7.3.7" |
1912 |
| - tsutils "^3.21.0" |
| 1909 | + ignore "^5.3.1" |
| 1910 | + natural-compare "^1.4.0" |
| 1911 | + ts-api-utils "^2.0.1" |
1913 | 1912 |
|
1914 |
| -"@typescript-eslint/parser@5.62.0": |
1915 |
| - version "5.62.0" |
1916 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7" |
1917 |
| - integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA== |
| 1913 | +"@typescript-eslint/parser@8.24.0": |
| 1914 | + version "8.24.0" |
| 1915 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.24.0.tgz#bba837f9ee125b78f459ad947ff9b61be8139085" |
| 1916 | + integrity sha512-MFDaO9CYiard9j9VepMNa9MTcqVvSny2N4hkY6roquzj8pdCBRENhErrteaQuu7Yjn1ppk0v1/ZF9CG3KIlrTA== |
1918 | 1917 | dependencies:
|
1919 |
| - "@typescript-eslint/scope-manager" "5.62.0" |
1920 |
| - "@typescript-eslint/types" "5.62.0" |
1921 |
| - "@typescript-eslint/typescript-estree" "5.62.0" |
| 1918 | + "@typescript-eslint/scope-manager" "8.24.0" |
| 1919 | + "@typescript-eslint/types" "8.24.0" |
| 1920 | + "@typescript-eslint/typescript-estree" "8.24.0" |
| 1921 | + "@typescript-eslint/visitor-keys" "8.24.0" |
1922 | 1922 | debug "^4.3.4"
|
1923 | 1923 |
|
1924 | 1924 | "@typescript-eslint/[email protected]":
|
|
1937 | 1937 | "@typescript-eslint/types" "8.0.0"
|
1938 | 1938 | "@typescript-eslint/visitor-keys" "8.0.0"
|
1939 | 1939 |
|
1940 |
| -"@typescript-eslint/[email protected].0": |
1941 |
| - version "5.62.0" |
1942 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a" |
1943 |
| - integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew== |
| 1940 | +"@typescript-eslint/[email protected].0": |
| 1941 | + version "8.24.0" |
| 1942 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.24.0.tgz#2e34b3eb2ce768f2ffb109474174ced5417002b1" |
| 1943 | + integrity sha512-HZIX0UByphEtdVBKaQBgTDdn9z16l4aTUz8e8zPQnyxwHBtf5vtl1L+OhH+m1FGV9DrRmoDuYKqzVrvWDcDozw== |
1944 | 1944 | dependencies:
|
1945 |
| - "@typescript-eslint/typescript-estree" "5.62.0" |
1946 |
| - "@typescript-eslint/utils" "5.62.0" |
| 1945 | + "@typescript-eslint/types" "8.24.0" |
| 1946 | + "@typescript-eslint/visitor-keys" "8.24.0" |
| 1947 | + |
| 1948 | +"@typescript-eslint/[email protected]": |
| 1949 | + version "8.24.0" |
| 1950 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.24.0.tgz#6ee3ec4db06f9e5e7b01ca6c2b5dd5843a9fd1e8" |
| 1951 | + integrity sha512-8fitJudrnY8aq0F1wMiPM1UUgiXQRJ5i8tFjq9kGfRajU+dbPyOuHbl0qRopLEidy0MwqgTHDt6CnSeXanNIwA== |
| 1952 | + dependencies: |
| 1953 | + "@typescript-eslint/typescript-estree" "8.24.0" |
| 1954 | + "@typescript-eslint/utils" "8.24.0" |
1947 | 1955 | debug "^4.3.4"
|
1948 |
| - tsutils "^3.21.0" |
| 1956 | + ts-api-utils "^2.0.1" |
1949 | 1957 |
|
1950 | 1958 | "@typescript-eslint/[email protected]":
|
1951 | 1959 | version "5.62.0"
|
|
1957 | 1965 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18"
|
1958 | 1966 | integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==
|
1959 | 1967 |
|
| 1968 | +"@typescript-eslint/[email protected]": |
| 1969 | + version "8.24.0" |
| 1970 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.24.0.tgz#694e7fb18d70506c317b816de9521300b0f72c8e" |
| 1971 | + integrity sha512-VacJCBTyje7HGAw7xp11q439A+zeGG0p0/p2zsZwpnMzjPB5WteaWqt4g2iysgGFafrqvyLWqq6ZPZAOCoefCw== |
| 1972 | + |
1960 | 1973 | "@typescript-eslint/[email protected]":
|
1961 | 1974 | version "5.62.0"
|
1962 | 1975 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
|
|
1984 | 1997 | semver "^7.6.0"
|
1985 | 1998 | ts-api-utils "^1.3.0"
|
1986 | 1999 |
|
1987 |
| -"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.2": |
| 2000 | +"@typescript-eslint/[email protected]": |
| 2001 | + version "8.24.0" |
| 2002 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.24.0.tgz#0487349be174097bb329a58273100a9629e03c6c" |
| 2003 | + integrity sha512-ITjYcP0+8kbsvT9bysygfIfb+hBj6koDsu37JZG7xrCiy3fPJyNmfVtaGsgTUSEuTzcvME5YI5uyL5LD1EV5ZQ== |
| 2004 | + dependencies: |
| 2005 | + "@typescript-eslint/types" "8.24.0" |
| 2006 | + "@typescript-eslint/visitor-keys" "8.24.0" |
| 2007 | + debug "^4.3.4" |
| 2008 | + fast-glob "^3.3.2" |
| 2009 | + is-glob "^4.0.3" |
| 2010 | + minimatch "^9.0.4" |
| 2011 | + semver "^7.6.0" |
| 2012 | + ts-api-utils "^2.0.1" |
| 2013 | + |
| 2014 | +"@typescript-eslint/[email protected]": |
| 2015 | + version "8.24.0" |
| 2016 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.24.0.tgz#21cb1195ae79230af825bfeed59574f5cb70a749" |
| 2017 | + integrity sha512-07rLuUBElvvEb1ICnafYWr4hk8/U7X9RDCOqd9JcAMtjh/9oRmcfN4yGzbPVirgMR0+HLVHehmu19CWeh7fsmQ== |
| 2018 | + dependencies: |
| 2019 | + "@eslint-community/eslint-utils" "^4.4.0" |
| 2020 | + "@typescript-eslint/scope-manager" "8.24.0" |
| 2021 | + "@typescript-eslint/types" "8.24.0" |
| 2022 | + "@typescript-eslint/typescript-estree" "8.24.0" |
| 2023 | + |
| 2024 | +"@typescript-eslint/utils@^5.10.2": |
1988 | 2025 | version "5.62.0"
|
1989 | 2026 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
|
1990 | 2027 | integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
|
|
2024 | 2061 | "@typescript-eslint/types" "8.0.0"
|
2025 | 2062 | eslint-visitor-keys "^3.4.3"
|
2026 | 2063 |
|
| 2064 | +"@typescript-eslint/[email protected]": |
| 2065 | + version "8.24.0" |
| 2066 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.24.0.tgz#36ecf0b9b1d819ad88a3bd4157ab7d594cb797c9" |
| 2067 | + integrity sha512-kArLq83QxGLbuHrTMoOEWO+l2MwsNS2TGISEdx8xgqpkbytB07XmlQyQdNDrCc1ecSqx0cnmhGvpX+VBwqqSkg== |
| 2068 | + dependencies: |
| 2069 | + "@typescript-eslint/types" "8.24.0" |
| 2070 | + eslint-visitor-keys "^4.2.0" |
| 2071 | + |
2027 | 2072 | "@ungap/structured-clone@^1.2.0":
|
2028 | 2073 | version "1.2.0"
|
2029 | 2074 | resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
@@ -2716,6 +2761,11 @@ eslint-visitor-keys@^3.4.3:
|
2716 | 2761 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
2717 | 2762 | integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
2718 | 2763 |
|
| 2764 | +eslint-visitor-keys@^4.2.0: |
| 2765 | + version "4.2.0" |
| 2766 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45" |
| 2767 | + integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw== |
| 2768 | + |
2719 | 2769 |
|
2720 | 2770 | version "8.57.1"
|
2721 | 2771 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
|
@@ -2900,6 +2950,17 @@ fast-glob@^3.2.9:
|
2900 | 2950 | merge2 "^1.3.0"
|
2901 | 2951 | micromatch "^4.0.4"
|
2902 | 2952 |
|
| 2953 | +fast-glob@^3.3.2: |
| 2954 | + version "3.3.3" |
| 2955 | + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818" |
| 2956 | + integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg== |
| 2957 | + dependencies: |
| 2958 | + "@nodelib/fs.stat" "^2.0.2" |
| 2959 | + "@nodelib/fs.walk" "^1.2.3" |
| 2960 | + glob-parent "^5.1.2" |
| 2961 | + merge2 "^1.3.0" |
| 2962 | + micromatch "^4.0.8" |
| 2963 | + |
2903 | 2964 | [email protected], fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
|
2904 | 2965 | version "2.1.0"
|
2905 | 2966 | resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
|
@@ -3147,6 +3208,11 @@ ignore@^5.2.0:
|
3147 | 3208 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
|
3148 | 3209 | integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
|
3149 | 3210 |
|
| 3211 | +ignore@^5.3.1: |
| 3212 | + version "5.3.2" |
| 3213 | + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5" |
| 3214 | + integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g== |
| 3215 | + |
3150 | 3216 | import-fresh@^3.2.1:
|
3151 | 3217 | version "3.3.0"
|
3152 | 3218 | resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
|
@@ -4052,11 +4118,6 @@ ms@^2.1.3:
|
4052 | 4118 | resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
|
4053 | 4119 | integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
|
4054 | 4120 |
|
4055 |
| -natural-compare-lite@^1.4.0: |
4056 |
| - version "1.4.0" |
4057 |
| - resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4" |
4058 |
| - integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g== |
4059 |
| - |
4060 | 4121 | natural-compare@^1.4.0:
|
4061 | 4122 | version "1.4.0"
|
4062 | 4123 | resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
|
@@ -4871,6 +4932,11 @@ ts-api-utils@^1.3.0:
|
4871 | 4932 | resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
|
4872 | 4933 | integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
|
4873 | 4934 |
|
| 4935 | +ts-api-utils@^2.0.1: |
| 4936 | + version "2.0.1" |
| 4937 | + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd" |
| 4938 | + integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w== |
| 4939 | + |
4874 | 4940 |
|
4875 | 4941 | version "29.2.5"
|
4876 | 4942 | resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.5.tgz#591a3c108e1f5ebd013d3152142cb5472b399d63"
|
|
0 commit comments