|
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" |
|
1877 | 1877 | dependencies: |
1878 | 1878 | "@types/yargs-parser" "*" |
1879 | 1879 |
|
1880 | | -"@typescript-eslint/eslint-plugin@5.62.0": |
1881 | | - version "5.62.0" |
1882 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db" |
1883 | | - integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag== |
| 1880 | +"@typescript-eslint/eslint-plugin@8.27.0": |
| 1881 | + version "8.27.0" |
| 1882 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.27.0.tgz#fbef10802365832ee1d1bd5d2117dcec82727a72" |
| 1883 | + integrity sha512-4henw4zkePi5p252c8ncBLzLce52SEUz2Ebj8faDnuUXz2UuHEONYcJ+G0oaCF+bYCWVZtrGzq3FD7YXetmnSA== |
1884 | 1884 | dependencies: |
1885 | | - "@eslint-community/regexpp" "^4.4.0" |
1886 | | - "@typescript-eslint/scope-manager" "5.62.0" |
1887 | | - "@typescript-eslint/type-utils" "5.62.0" |
1888 | | - "@typescript-eslint/utils" "5.62.0" |
1889 | | - debug "^4.3.4" |
| 1885 | + "@eslint-community/regexpp" "^4.10.0" |
| 1886 | + "@typescript-eslint/scope-manager" "8.27.0" |
| 1887 | + "@typescript-eslint/type-utils" "8.27.0" |
| 1888 | + "@typescript-eslint/utils" "8.27.0" |
| 1889 | + "@typescript-eslint/visitor-keys" "8.27.0" |
1890 | 1890 | graphemer "^1.4.0" |
1891 | | - ignore "^5.2.0" |
1892 | | - natural-compare-lite "^1.4.0" |
1893 | | - semver "^7.3.7" |
1894 | | - tsutils "^3.21.0" |
| 1891 | + ignore "^5.3.1" |
| 1892 | + natural-compare "^1.4.0" |
| 1893 | + ts-api-utils "^2.0.1" |
1895 | 1894 |
|
1896 | | -"@typescript-eslint/parser@5.62.0": |
1897 | | - version "5.62.0" |
1898 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7" |
1899 | | - integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA== |
| 1895 | +"@typescript-eslint/parser@8.27.0": |
| 1896 | + version "8.27.0" |
| 1897 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.27.0.tgz#3f6beaa83934467eda34ae82ef04090014df8227" |
| 1898 | + integrity sha512-XGwIabPallYipmcOk45DpsBSgLC64A0yvdAkrwEzwZ2viqGqRUJ8eEYoPz0CWnutgAFbNMPdsGGvzjSmcWVlEA== |
1900 | 1899 | dependencies: |
1901 | | - "@typescript-eslint/scope-manager" "5.62.0" |
1902 | | - "@typescript-eslint/types" "5.62.0" |
1903 | | - "@typescript-eslint/typescript-estree" "5.62.0" |
| 1900 | + "@typescript-eslint/scope-manager" "8.27.0" |
| 1901 | + "@typescript-eslint/types" "8.27.0" |
| 1902 | + "@typescript-eslint/typescript-estree" "8.27.0" |
| 1903 | + "@typescript-eslint/visitor-keys" "8.27.0" |
1904 | 1904 | debug "^4.3.4" |
1905 | 1905 |
|
1906 | 1906 | "@typescript-eslint/scope-manager@5.62.0": |
|
1919 | 1919 | "@typescript-eslint/types" "8.0.0" |
1920 | 1920 | "@typescript-eslint/visitor-keys" "8.0.0" |
1921 | 1921 |
|
1922 | | -"@typescript-eslint/type-utils@5.62.0": |
1923 | | - version "5.62.0" |
1924 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a" |
1925 | | - integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew== |
| 1922 | +"@typescript-eslint/scope-manager@8.27.0": |
| 1923 | + version "8.27.0" |
| 1924 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.27.0.tgz#b51042927067d677fbfc471605cf40d1ffaee482" |
| 1925 | + integrity sha512-8oI9GwPMQmBryaaxG1tOZdxXVeMDte6NyJA4i7/TWa4fBwgnAXYlIQP+uYOeqAaLJ2JRxlG9CAyL+C+YE9Xknw== |
1926 | 1926 | dependencies: |
1927 | | - "@typescript-eslint/typescript-estree" "5.62.0" |
1928 | | - "@typescript-eslint/utils" "5.62.0" |
| 1927 | + "@typescript-eslint/types" "8.27.0" |
| 1928 | + "@typescript-eslint/visitor-keys" "8.27.0" |
| 1929 | + |
| 1930 | +"@typescript-eslint/type-utils@8.27.0": |
| 1931 | + version "8.27.0" |
| 1932 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.27.0.tgz#af3c4eefcb64455ee50aae2d7069918467af085c" |
| 1933 | + integrity sha512-wVArTVcz1oJOIEJxui/nRhV0TXzD/zMSOYi/ggCfNq78EIszddXcJb7r4RCp/oBrjt8n9A0BSxRMKxHftpDxDA== |
| 1934 | + dependencies: |
| 1935 | + "@typescript-eslint/typescript-estree" "8.27.0" |
| 1936 | + "@typescript-eslint/utils" "8.27.0" |
1929 | 1937 | debug "^4.3.4" |
1930 | | - tsutils "^3.21.0" |
| 1938 | + ts-api-utils "^2.0.1" |
1931 | 1939 |
|
1932 | 1940 | "@typescript-eslint/types@5.62.0": |
1933 | 1941 | version "5.62.0" |
|
1939 | 1947 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18" |
1940 | 1948 | integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw== |
1941 | 1949 |
|
| 1950 | +"@typescript-eslint/types@8.27.0": |
| 1951 | + version "8.27.0" |
| 1952 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.27.0.tgz#3dd01ced4c81e798d1106fda0904f8d5c91051aa" |
| 1953 | + integrity sha512-/6cp9yL72yUHAYq9g6DsAU+vVfvQmd1a8KyA81uvfDE21O2DwQ/qxlM4AR8TSdAu+kJLBDrEHKC5/W2/nxsY0A== |
| 1954 | + |
1942 | 1955 | "@typescript-eslint/typescript-estree@5.62.0": |
1943 | 1956 | version "5.62.0" |
1944 | 1957 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b" |
|
1966 | 1979 | semver "^7.6.0" |
1967 | 1980 | ts-api-utils "^1.3.0" |
1968 | 1981 |
|
1969 | | -"@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.10.2": |
| 1982 | +"@typescript-eslint/typescript-estree@8.27.0": |
| 1983 | + version "8.27.0" |
| 1984 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.27.0.tgz#4e02a1056454a84418cc9bce7c00b1c08b03567a" |
| 1985 | + integrity sha512-BnKq8cqPVoMw71O38a1tEb6iebEgGA80icSxW7g+kndx0o6ot6696HjG7NdgfuAVmVEtwXUr3L8R9ZuVjoQL6A== |
| 1986 | + dependencies: |
| 1987 | + "@typescript-eslint/types" "8.27.0" |
| 1988 | + "@typescript-eslint/visitor-keys" "8.27.0" |
| 1989 | + debug "^4.3.4" |
| 1990 | + fast-glob "^3.3.2" |
| 1991 | + is-glob "^4.0.3" |
| 1992 | + minimatch "^9.0.4" |
| 1993 | + semver "^7.6.0" |
| 1994 | + ts-api-utils "^2.0.1" |
| 1995 | + |
| 1996 | +"@typescript-eslint/utils@8.27.0": |
| 1997 | + version "8.27.0" |
| 1998 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.27.0.tgz#d9c2a4891c6a85b952a9d5f9656c379ab111cf6d" |
| 1999 | + integrity sha512-njkodcwH1yvmo31YWgRHNb/x1Xhhq4/m81PhtvmRngD8iHPehxffz1SNCO+kwaePhATC+kOa/ggmvPoPza5i0Q== |
| 2000 | + dependencies: |
| 2001 | + "@eslint-community/eslint-utils" "^4.4.0" |
| 2002 | + "@typescript-eslint/scope-manager" "8.27.0" |
| 2003 | + "@typescript-eslint/types" "8.27.0" |
| 2004 | + "@typescript-eslint/typescript-estree" "8.27.0" |
| 2005 | + |
| 2006 | +"@typescript-eslint/utils@^5.10.2": |
1970 | 2007 | version "5.62.0" |
1971 | 2008 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86" |
1972 | 2009 | integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ== |
|
2006 | 2043 | "@typescript-eslint/types" "8.0.0" |
2007 | 2044 | eslint-visitor-keys "^3.4.3" |
2008 | 2045 |
|
| 2046 | +"@typescript-eslint/visitor-keys@8.27.0": |
| 2047 | + version "8.27.0" |
| 2048 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.27.0.tgz#4a13e9d7ad7e311a07ea1b178b4c9f848ce11334" |
| 2049 | + integrity sha512-WsXQwMkILJvffP6z4U3FYJPlbf/j07HIxmDjZpbNvBJkMfvwXj5ACRkkHwBDvLBbDbtX5TdU64/rcvKJ/vuInQ== |
| 2050 | + dependencies: |
| 2051 | + "@typescript-eslint/types" "8.27.0" |
| 2052 | + eslint-visitor-keys "^4.2.0" |
| 2053 | + |
2009 | 2054 | "@ungap/structured-clone@^1.2.0": |
2010 | 2055 | version "1.2.0" |
2011 | 2056 | resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406" |
@@ -2698,6 +2743,11 @@ eslint-visitor-keys@^3.4.3: |
2698 | 2743 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800" |
2699 | 2744 | integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== |
2700 | 2745 |
|
| 2746 | +eslint-visitor-keys@^4.2.0: |
| 2747 | + version "4.2.0" |
| 2748 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45" |
| 2749 | + integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw== |
| 2750 | + |
2701 | 2751 | eslint@8.57.1: |
2702 | 2752 | version "8.57.1" |
2703 | 2753 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9" |
@@ -2882,6 +2932,17 @@ fast-glob@^3.2.9: |
2882 | 2932 | merge2 "^1.3.0" |
2883 | 2933 | micromatch "^4.0.4" |
2884 | 2934 |
|
| 2935 | +fast-glob@^3.3.2: |
| 2936 | + version "3.3.3" |
| 2937 | + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818" |
| 2938 | + integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg== |
| 2939 | + dependencies: |
| 2940 | + "@nodelib/fs.stat" "^2.0.2" |
| 2941 | + "@nodelib/fs.walk" "^1.2.3" |
| 2942 | + glob-parent "^5.1.2" |
| 2943 | + merge2 "^1.3.0" |
| 2944 | + micromatch "^4.0.8" |
| 2945 | + |
2885 | 2946 | fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0: |
2886 | 2947 | version "2.1.0" |
2887 | 2948 | resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" |
@@ -3129,6 +3190,11 @@ ignore@^5.2.0: |
3129 | 3190 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324" |
3130 | 3191 | integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ== |
3131 | 3192 |
|
| 3193 | +ignore@^5.3.1: |
| 3194 | + version "5.3.2" |
| 3195 | + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5" |
| 3196 | + integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g== |
| 3197 | + |
3132 | 3198 | import-fresh@^3.2.1: |
3133 | 3199 | version "3.3.0" |
3134 | 3200 | resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" |
@@ -4034,11 +4100,6 @@ ms@^2.1.3: |
4034 | 4100 | resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" |
4035 | 4101 | integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== |
4036 | 4102 |
|
4037 | | -natural-compare-lite@^1.4.0: |
4038 | | - version "1.4.0" |
4039 | | - resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4" |
4040 | | - integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g== |
4041 | | - |
4042 | 4103 | natural-compare@^1.4.0: |
4043 | 4104 | version "1.4.0" |
4044 | 4105 | resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" |
@@ -4853,6 +4914,11 @@ ts-api-utils@^1.3.0: |
4853 | 4914 | resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1" |
4854 | 4915 | integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ== |
4855 | 4916 |
|
| 4917 | +ts-api-utils@^2.0.1: |
| 4918 | + version "2.1.0" |
| 4919 | + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91" |
| 4920 | + integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ== |
| 4921 | + |
4856 | 4922 | ts-jest@29.2.6: |
4857 | 4923 | version "29.2.6" |
4858 | 4924 | resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.6.tgz#df53edf8b72fb89de032cfa310abf37582851d9a" |
|
0 commit comments