|
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.25.0": |
| 1899 | + version "8.25.0" |
| 1900 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.25.0.tgz#5e1d56f067e5808fa82d1b75bced82396e868a14" |
| 1901 | + integrity sha512-VM7bpzAe7JO/BFf40pIT1lJqS/z1F8OaSsUB3rpFJucQA4cOSuH2RVVVkFULN+En0Djgr29/jb4EQnedUo95KA== |
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.25.0" |
| 1905 | + "@typescript-eslint/type-utils" "8.25.0" |
| 1906 | + "@typescript-eslint/utils" "8.25.0" |
| 1907 | + "@typescript-eslint/visitor-keys" "8.25.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.25.0": |
| 1914 | + version "8.25.0" |
| 1915 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.25.0.tgz#58fb81c7b7a35184ba17583f3d7ac6c4f3d95be8" |
| 1916 | + integrity sha512-4gbs64bnbSzu4FpgMiQ1A+D+urxkoJk/kqlDJ2W//5SygaEiAP2B4GoS7TEdxgwol2el03gckFV9lJ4QOMiiHg== |
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.25.0" |
| 1919 | + "@typescript-eslint/types" "8.25.0" |
| 1920 | + "@typescript-eslint/typescript-estree" "8.25.0" |
| 1921 | + "@typescript-eslint/visitor-keys" "8.25.0" |
1922 | 1922 | debug "^4.3.4" |
1923 | 1923 |
|
1924 | 1924 | "@typescript-eslint/scope-manager@5.62.0": |
|
1937 | 1937 | "@typescript-eslint/types" "8.0.0" |
1938 | 1938 | "@typescript-eslint/visitor-keys" "8.0.0" |
1939 | 1939 |
|
1940 | | -"@typescript-eslint/type-utils@5.62.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/scope-manager@8.25.0": |
| 1941 | + version "8.25.0" |
| 1942 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.25.0.tgz#ac3805077aade898e98ca824294c998545597df3" |
| 1943 | + integrity sha512-6PPeiKIGbgStEyt4NNXa2ru5pMzQ8OYKO1hX1z53HMomrmiSB+R5FmChgQAP1ro8jMtNawz+TRQo/cSXrauTpg== |
1944 | 1944 | dependencies: |
1945 | | - "@typescript-eslint/typescript-estree" "5.62.0" |
1946 | | - "@typescript-eslint/utils" "5.62.0" |
| 1945 | + "@typescript-eslint/types" "8.25.0" |
| 1946 | + "@typescript-eslint/visitor-keys" "8.25.0" |
| 1947 | + |
| 1948 | +"@typescript-eslint/type-utils@8.25.0": |
| 1949 | + version "8.25.0" |
| 1950 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.25.0.tgz#ee0d2f67c80af5ae74b5d6f977e0f8ded0059677" |
| 1951 | + integrity sha512-d77dHgHWnxmXOPJuDWO4FDWADmGQkN5+tt6SFRZz/RtCWl4pHgFl3+WdYCn16+3teG09DY6XtEpf3gGD0a186g== |
| 1952 | + dependencies: |
| 1953 | + "@typescript-eslint/typescript-estree" "8.25.0" |
| 1954 | + "@typescript-eslint/utils" "8.25.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/types@5.62.0": |
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/types@8.25.0": |
| 1969 | + version "8.25.0" |
| 1970 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.25.0.tgz#f91512c2f532b1d6a8826cadd0b0e5cd53cf97e0" |
| 1971 | + integrity sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw== |
| 1972 | + |
1960 | 1973 | "@typescript-eslint/typescript-estree@5.62.0": |
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/utils@5.62.0", "@typescript-eslint/utils@^5.10.2": |
| 2000 | +"@typescript-eslint/typescript-estree@8.25.0": |
| 2001 | + version "8.25.0" |
| 2002 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.25.0.tgz#d8409c63abddd4cf5b93c031b24b9edc1c7c1299" |
| 2003 | + integrity sha512-ZPaiAKEZ6Blt/TPAx5Ot0EIB/yGtLI2EsGoY6F7XKklfMxYQyvtL+gT/UCqkMzO0BVFHLDlzvFqQzurYahxv9Q== |
| 2004 | + dependencies: |
| 2005 | + "@typescript-eslint/types" "8.25.0" |
| 2006 | + "@typescript-eslint/visitor-keys" "8.25.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/utils@8.25.0": |
| 2015 | + version "8.25.0" |
| 2016 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.25.0.tgz#3ea2f9196a915ef4daa2c8eafd44adbd7d56d08a" |
| 2017 | + integrity sha512-syqRbrEv0J1wywiLsK60XzHnQe/kRViI3zwFALrNEgnntn1l24Ra2KvOAWwWbWZ1lBZxZljPDGOq967dsl6fkA== |
| 2018 | + dependencies: |
| 2019 | + "@eslint-community/eslint-utils" "^4.4.0" |
| 2020 | + "@typescript-eslint/scope-manager" "8.25.0" |
| 2021 | + "@typescript-eslint/types" "8.25.0" |
| 2022 | + "@typescript-eslint/typescript-estree" "8.25.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/visitor-keys@8.25.0": |
| 2065 | + version "8.25.0" |
| 2066 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.25.0.tgz#e8646324cd1793f96e02669cb717a05319403164" |
| 2067 | + integrity sha512-kCYXKAum9CecGVHGij7muybDfTS2sD3t0L4bJsEZLkyrXUImiCTq1M3LG2SRtOhiHFwMR9wAFplpT6XHYjTkwQ== |
| 2068 | + dependencies: |
| 2069 | + "@typescript-eslint/types" "8.25.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 | eslint@8.57.1: |
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 | fast-json-stable-stringify@2.x, 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 | ts-jest@29.2.6: |
4875 | 4941 | version "29.2.6" |
4876 | 4942 | resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.6.tgz#df53edf8b72fb89de032cfa310abf37582851d9a" |
|
0 commit comments