|
1205 | 1205 | dependencies:
|
1206 | 1206 | eslint-visitor-keys "^3.3.0"
|
1207 | 1207 |
|
1208 |
| -"@eslint-community/regexpp@^4.4.0": |
1209 |
| - version "4.5.1" |
1210 |
| - resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884" |
1211 |
| - integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ== |
| 1208 | +"@eslint-community/regexpp@^4.10.0": |
| 1209 | + version "4.12.1" |
| 1210 | + resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0" |
| 1211 | + integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ== |
1212 | 1212 |
|
1213 | 1213 | "@eslint-community/regexpp@^4.6.1":
|
1214 | 1214 | version "4.6.2"
|
|
1882 | 1882 | dependencies:
|
1883 | 1883 | "@types/yargs-parser" "*"
|
1884 | 1884 |
|
1885 |
| -"@typescript-eslint/eslint-plugin@5.62.0": |
1886 |
| - version "5.62.0" |
1887 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db" |
1888 |
| - integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag== |
| 1885 | +"@typescript-eslint/eslint-plugin@8.28.0": |
| 1886 | + version "8.28.0" |
| 1887 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.28.0.tgz#ad1465aa6fe7e937801c291648dec951c4dc38e6" |
| 1888 | + integrity sha512-lvFK3TCGAHsItNdWZ/1FkvpzCxTHUVuFrdnOGLMa0GGCFIbCgQWVk3CzCGdA7kM3qGVc+dfW9tr0Z/sHnGDFyg== |
1889 | 1889 | dependencies:
|
1890 |
| - "@eslint-community/regexpp" "^4.4.0" |
1891 |
| - "@typescript-eslint/scope-manager" "5.62.0" |
1892 |
| - "@typescript-eslint/type-utils" "5.62.0" |
1893 |
| - "@typescript-eslint/utils" "5.62.0" |
1894 |
| - debug "^4.3.4" |
| 1890 | + "@eslint-community/regexpp" "^4.10.0" |
| 1891 | + "@typescript-eslint/scope-manager" "8.28.0" |
| 1892 | + "@typescript-eslint/type-utils" "8.28.0" |
| 1893 | + "@typescript-eslint/utils" "8.28.0" |
| 1894 | + "@typescript-eslint/visitor-keys" "8.28.0" |
1895 | 1895 | graphemer "^1.4.0"
|
1896 |
| - ignore "^5.2.0" |
1897 |
| - natural-compare-lite "^1.4.0" |
1898 |
| - semver "^7.3.7" |
1899 |
| - tsutils "^3.21.0" |
| 1896 | + ignore "^5.3.1" |
| 1897 | + natural-compare "^1.4.0" |
| 1898 | + ts-api-utils "^2.0.1" |
1900 | 1899 |
|
1901 |
| -"@typescript-eslint/parser@5.62.0": |
1902 |
| - version "5.62.0" |
1903 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7" |
1904 |
| - integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA== |
| 1900 | +"@typescript-eslint/parser@8.28.0": |
| 1901 | + version "8.28.0" |
| 1902 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.28.0.tgz#85321707e8711c0e66a949ea228224af35f45c98" |
| 1903 | + integrity sha512-LPcw1yHD3ToaDEoljFEfQ9j2xShY367h7FZ1sq5NJT9I3yj4LHer1Xd1yRSOdYy9BpsrxU7R+eoDokChYM53lQ== |
1905 | 1904 | dependencies:
|
1906 |
| - "@typescript-eslint/scope-manager" "5.62.0" |
1907 |
| - "@typescript-eslint/types" "5.62.0" |
1908 |
| - "@typescript-eslint/typescript-estree" "5.62.0" |
| 1905 | + "@typescript-eslint/scope-manager" "8.28.0" |
| 1906 | + "@typescript-eslint/types" "8.28.0" |
| 1907 | + "@typescript-eslint/typescript-estree" "8.28.0" |
| 1908 | + "@typescript-eslint/visitor-keys" "8.28.0" |
1909 | 1909 | debug "^4.3.4"
|
1910 | 1910 |
|
1911 | 1911 | "@typescript-eslint/[email protected]":
|
|
1924 | 1924 | "@typescript-eslint/types" "8.0.0"
|
1925 | 1925 | "@typescript-eslint/visitor-keys" "8.0.0"
|
1926 | 1926 |
|
1927 |
| -"@typescript-eslint/[email protected].0": |
1928 |
| - version "5.62.0" |
1929 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a" |
1930 |
| - integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew== |
| 1927 | +"@typescript-eslint/[email protected].0": |
| 1928 | + version "8.28.0" |
| 1929 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.28.0.tgz#e495b20438a3787e00498774d5625e620d68f9fe" |
| 1930 | + integrity sha512-u2oITX3BJwzWCapoZ/pXw6BCOl8rJP4Ij/3wPoGvY8XwvXflOzd1kLrDUUUAIEdJSFh+ASwdTHqtan9xSg8buw== |
1931 | 1931 | dependencies:
|
1932 |
| - "@typescript-eslint/typescript-estree" "5.62.0" |
1933 |
| - "@typescript-eslint/utils" "5.62.0" |
| 1932 | + "@typescript-eslint/types" "8.28.0" |
| 1933 | + "@typescript-eslint/visitor-keys" "8.28.0" |
| 1934 | + |
| 1935 | +"@typescript-eslint/[email protected]": |
| 1936 | + version "8.28.0" |
| 1937 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.28.0.tgz#fc565414ebc16de1fc65e0dd8652ce02c78ca61f" |
| 1938 | + integrity sha512-oRoXu2v0Rsy/VoOGhtWrOKDiIehvI+YNrDk5Oqj40Mwm0Yt01FC/Q7nFqg088d3yAsR1ZcZFVfPCTTFCe/KPwg== |
| 1939 | + dependencies: |
| 1940 | + "@typescript-eslint/typescript-estree" "8.28.0" |
| 1941 | + "@typescript-eslint/utils" "8.28.0" |
1934 | 1942 | debug "^4.3.4"
|
1935 |
| - tsutils "^3.21.0" |
| 1943 | + ts-api-utils "^2.0.1" |
1936 | 1944 |
|
1937 | 1945 | "@typescript-eslint/[email protected]":
|
1938 | 1946 | version "5.62.0"
|
|
1944 | 1952 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18"
|
1945 | 1953 | integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==
|
1946 | 1954 |
|
| 1955 | +"@typescript-eslint/[email protected]": |
| 1956 | + version "8.28.0" |
| 1957 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.28.0.tgz#7c73878385edfd9674c7aa10975e6c484b4f896e" |
| 1958 | + integrity sha512-bn4WS1bkKEjx7HqiwG2JNB3YJdC1q6Ue7GyGlwPHyt0TnVq6TtD/hiOdTZt71sq0s7UzqBFXD8t8o2e63tXgwA== |
| 1959 | + |
1947 | 1960 | "@typescript-eslint/[email protected]":
|
1948 | 1961 | version "5.62.0"
|
1949 | 1962 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
|
|
1971 | 1984 | semver "^7.6.0"
|
1972 | 1985 | ts-api-utils "^1.3.0"
|
1973 | 1986 |
|
1974 |
| -"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.2": |
| 1987 | +"@typescript-eslint/[email protected]": |
| 1988 | + version "8.28.0" |
| 1989 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.28.0.tgz#56b999f26f7ca67b9d75d6a67af5c8b8e4e80114" |
| 1990 | + integrity sha512-H74nHEeBGeklctAVUvmDkxB1mk+PAZ9FiOMPFncdqeRBXxk1lWSYraHw8V12b7aa6Sg9HOBNbGdSHobBPuQSuA== |
| 1991 | + dependencies: |
| 1992 | + "@typescript-eslint/types" "8.28.0" |
| 1993 | + "@typescript-eslint/visitor-keys" "8.28.0" |
| 1994 | + debug "^4.3.4" |
| 1995 | + fast-glob "^3.3.2" |
| 1996 | + is-glob "^4.0.3" |
| 1997 | + minimatch "^9.0.4" |
| 1998 | + semver "^7.6.0" |
| 1999 | + ts-api-utils "^2.0.1" |
| 2000 | + |
| 2001 | +"@typescript-eslint/[email protected]": |
| 2002 | + version "8.28.0" |
| 2003 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.28.0.tgz#7850856620a896b7ac621ac12d49c282aefbb528" |
| 2004 | + integrity sha512-OELa9hbTYciYITqgurT1u/SzpQVtDLmQMFzy/N8pQE+tefOyCWT79jHsav294aTqV1q1u+VzqDGbuujvRYaeSQ== |
| 2005 | + dependencies: |
| 2006 | + "@eslint-community/eslint-utils" "^4.4.0" |
| 2007 | + "@typescript-eslint/scope-manager" "8.28.0" |
| 2008 | + "@typescript-eslint/types" "8.28.0" |
| 2009 | + "@typescript-eslint/typescript-estree" "8.28.0" |
| 2010 | + |
| 2011 | +"@typescript-eslint/utils@^5.10.2": |
1975 | 2012 | version "5.62.0"
|
1976 | 2013 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
|
1977 | 2014 | integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
|
|
2011 | 2048 | "@typescript-eslint/types" "8.0.0"
|
2012 | 2049 | eslint-visitor-keys "^3.4.3"
|
2013 | 2050 |
|
| 2051 | +"@typescript-eslint/[email protected]": |
| 2052 | + version "8.28.0" |
| 2053 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.28.0.tgz#18eb9a25cc9dadb027835c58efe93a5c4ee81969" |
| 2054 | + integrity sha512-hbn8SZ8w4u2pRwgQ1GlUrPKE+t2XvcCW5tTRF7j6SMYIuYG37XuzIW44JCZPa36evi0Oy2SnM664BlIaAuQcvg== |
| 2055 | + dependencies: |
| 2056 | + "@typescript-eslint/types" "8.28.0" |
| 2057 | + eslint-visitor-keys "^4.2.0" |
| 2058 | + |
2014 | 2059 | "@ungap/structured-clone@^1.2.0":
|
2015 | 2060 | version "1.2.0"
|
2016 | 2061 | resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
@@ -2703,6 +2748,11 @@ eslint-visitor-keys@^3.4.3:
|
2703 | 2748 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
2704 | 2749 | integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
2705 | 2750 |
|
| 2751 | +eslint-visitor-keys@^4.2.0: |
| 2752 | + version "4.2.0" |
| 2753 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45" |
| 2754 | + integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw== |
| 2755 | + |
2706 | 2756 |
|
2707 | 2757 | version "8.57.1"
|
2708 | 2758 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
|
@@ -2887,6 +2937,17 @@ fast-glob@^3.2.9:
|
2887 | 2937 | merge2 "^1.3.0"
|
2888 | 2938 | micromatch "^4.0.4"
|
2889 | 2939 |
|
| 2940 | +fast-glob@^3.3.2: |
| 2941 | + version "3.3.3" |
| 2942 | + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818" |
| 2943 | + integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg== |
| 2944 | + dependencies: |
| 2945 | + "@nodelib/fs.stat" "^2.0.2" |
| 2946 | + "@nodelib/fs.walk" "^1.2.3" |
| 2947 | + glob-parent "^5.1.2" |
| 2948 | + merge2 "^1.3.0" |
| 2949 | + micromatch "^4.0.8" |
| 2950 | + |
2890 | 2951 | [email protected], fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
|
2891 | 2952 | version "2.1.0"
|
2892 | 2953 | resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
|
@@ -3134,6 +3195,11 @@ ignore@^5.2.0:
|
3134 | 3195 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
|
3135 | 3196 | integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
|
3136 | 3197 |
|
| 3198 | +ignore@^5.3.1: |
| 3199 | + version "5.3.2" |
| 3200 | + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5" |
| 3201 | + integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g== |
| 3202 | + |
3137 | 3203 | import-fresh@^3.2.1:
|
3138 | 3204 | version "3.3.0"
|
3139 | 3205 | resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
|
@@ -4039,11 +4105,6 @@ ms@^2.1.3:
|
4039 | 4105 | resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
|
4040 | 4106 | integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
|
4041 | 4107 |
|
4042 |
| -natural-compare-lite@^1.4.0: |
4043 |
| - version "1.4.0" |
4044 |
| - resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4" |
4045 |
| - integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g== |
4046 |
| - |
4047 | 4108 | natural-compare@^1.4.0:
|
4048 | 4109 | version "1.4.0"
|
4049 | 4110 | resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
|
@@ -4859,6 +4920,11 @@ ts-api-utils@^1.3.0:
|
4859 | 4920 | resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
|
4860 | 4921 | integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
|
4861 | 4922 |
|
| 4923 | +ts-api-utils@^2.0.1: |
| 4924 | + version "2.1.0" |
| 4925 | + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91" |
| 4926 | + integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ== |
| 4927 | + |
4862 | 4928 |
|
4863 | 4929 | version "29.3.0"
|
4864 | 4930 | resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.3.0.tgz#8fc867616619dafeac150b818056badfe07708d5"
|
|
0 commit comments