|
758 | 758 | dependencies:
|
759 | 759 | eslint-visitor-keys "^3.3.0"
|
760 | 760 |
|
| 761 | +"@eslint-community/eslint-utils@^4.4.0": |
| 762 | + version "4.4.0" |
| 763 | + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59" |
| 764 | + integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA== |
| 765 | + dependencies: |
| 766 | + eslint-visitor-keys "^3.3.0" |
| 767 | + |
| 768 | +"@eslint-community/regexpp@^4.10.0": |
| 769 | + version "4.11.0" |
| 770 | + resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae" |
| 771 | + integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A== |
| 772 | + |
761 | 773 | "@eslint-community/regexpp@^4.6.1":
|
762 | 774 | version "4.6.2"
|
763 | 775 | resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
|
|
1876 | 1888 | "@types/glob" "*"
|
1877 | 1889 | "@types/node" "*"
|
1878 | 1890 |
|
1879 |
| -"@types/semver@^7.3.12": |
1880 |
| - version "7.3.13" |
1881 |
| - resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91" |
1882 |
| - integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw== |
1883 |
| - |
1884 | 1891 | "@types/stack-utils@^2.0.0":
|
1885 | 1892 | version "2.0.1"
|
1886 | 1893 | resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
|
|
1898 | 1905 | dependencies:
|
1899 | 1906 | "@types/yargs-parser" "*"
|
1900 | 1907 |
|
1901 |
| -"@typescript-eslint/eslint-plugin@^5.46.0": |
1902 |
| - version "5.46.0" |
1903 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.46.0.tgz#9a96a713b9616c783501a3c1774c9e2b40217ad0" |
1904 |
| - integrity sha512-QrZqaIOzJAjv0sfjY4EjbXUi3ZOFpKfzntx22gPGr9pmFcTjcFw/1sS1LJhEubfAGwuLjNrPV0rH+D1/XZFy7Q== |
1905 |
| - dependencies: |
1906 |
| - "@typescript-eslint/scope-manager" "5.46.0" |
1907 |
| - "@typescript-eslint/type-utils" "5.46.0" |
1908 |
| - "@typescript-eslint/utils" "5.46.0" |
1909 |
| - debug "^4.3.4" |
1910 |
| - ignore "^5.2.0" |
1911 |
| - natural-compare-lite "^1.4.0" |
1912 |
| - regexpp "^3.2.0" |
1913 |
| - semver "^7.3.7" |
1914 |
| - tsutils "^3.21.0" |
| 1908 | +"@typescript-eslint/eslint-plugin@^8.0.0": |
| 1909 | + version "8.0.0" |
| 1910 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0.tgz#0fee96f6b691e4bfb9c260fd77d1c86bfbac4f56" |
| 1911 | + integrity sha512-STIZdwEQRXAHvNUS6ILDf5z3u95Gc8jzywunxSNqX00OooIemaaNIA0vEgynJlycL5AjabYLLrIyHd4iazyvtg== |
| 1912 | + dependencies: |
| 1913 | + "@eslint-community/regexpp" "^4.10.0" |
| 1914 | + "@typescript-eslint/scope-manager" "8.0.0" |
| 1915 | + "@typescript-eslint/type-utils" "8.0.0" |
| 1916 | + "@typescript-eslint/utils" "8.0.0" |
| 1917 | + "@typescript-eslint/visitor-keys" "8.0.0" |
| 1918 | + graphemer "^1.4.0" |
| 1919 | + ignore "^5.3.1" |
| 1920 | + natural-compare "^1.4.0" |
| 1921 | + ts-api-utils "^1.3.0" |
1915 | 1922 |
|
1916 | 1923 | "@typescript-eslint/experimental-utils@^5.23.0":
|
1917 | 1924 | version "5.27.0"
|
|
1938 | 1945 | "@typescript-eslint/types" "5.27.0"
|
1939 | 1946 | "@typescript-eslint/visitor-keys" "5.27.0"
|
1940 | 1947 |
|
1941 |
| -"@typescript-eslint/scope-manager@5.46.0": |
1942 |
| - version "5.46.0" |
1943 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.46.0.tgz#60790b14d0c687dd633b22b8121374764f76ce0d" |
1944 |
| - integrity sha512-7wWBq9d/GbPiIM6SqPK9tfynNxVbfpihoY5cSFMer19OYUA3l4powA2uv0AV2eAZV6KoAh6lkzxv4PoxOLh1oA== |
| 1948 | +"@typescript-eslint/scope-manager@8.0.0": |
| 1949 | + version "8.0.0" |
| 1950 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.0.tgz#d14df46c9e43c53af7699dfa800cd615d7dfc118" |
| 1951 | + integrity sha512-V0aa9Csx/ZWWv2IPgTfY7T4agYwJyILESu/PVqFtTFz9RIS823mAze+NbnBI8xiwdX3iqeQbcTYlvB04G9wyQw== |
1945 | 1952 | dependencies:
|
1946 |
| - "@typescript-eslint/types" "5.46.0" |
1947 |
| - "@typescript-eslint/visitor-keys" "5.46.0" |
| 1953 | + "@typescript-eslint/types" "8.0.0" |
| 1954 | + "@typescript-eslint/visitor-keys" "8.0.0" |
1948 | 1955 |
|
1949 |
| -"@typescript-eslint/type-utils@5.46.0": |
1950 |
| - version "5.46.0" |
1951 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.46.0.tgz#3a4507b3b437e2fd9e95c3e5eea5ae16f79d64b3" |
1952 |
| - integrity sha512-dwv4nimVIAsVS2dTA0MekkWaRnoYNXY26dKz8AN5W3cBFYwYGFQEqm/cG+TOoooKlncJS4RTbFKgcFY/pOiBCg== |
| 1956 | +"@typescript-eslint/type-utils@8.0.0": |
| 1957 | + version "8.0.0" |
| 1958 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.0.0.tgz#facecaf0736bfe8394b9290382f300554cf90884" |
| 1959 | + integrity sha512-mJAFP2mZLTBwAn5WI4PMakpywfWFH5nQZezUQdSKV23Pqo6o9iShQg1hP2+0hJJXP2LnZkWPphdIq4juYYwCeg== |
1953 | 1960 | dependencies:
|
1954 |
| - "@typescript-eslint/typescript-estree" "5.46.0" |
1955 |
| - "@typescript-eslint/utils" "5.46.0" |
| 1961 | + "@typescript-eslint/typescript-estree" "8.0.0" |
| 1962 | + "@typescript-eslint/utils" "8.0.0" |
1956 | 1963 | debug "^4.3.4"
|
1957 |
| - tsutils "^3.21.0" |
| 1964 | + ts-api-utils "^1.3.0" |
1958 | 1965 |
|
1959 | 1966 | "@typescript-eslint/[email protected]":
|
1960 | 1967 | version "5.27.0"
|
1961 | 1968 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.0.tgz#c3f44b9dda6177a9554f94a74745ca495ba9c001"
|
1962 | 1969 | integrity sha512-lY6C7oGm9a/GWhmUDOs3xAVRz4ty/XKlQ2fOLr8GAIryGn0+UBOoJDWyHer3UgrHkenorwvBnphhP+zPmzmw0A==
|
1963 | 1970 |
|
1964 |
| -"@typescript-eslint/types@5.46.0": |
1965 |
| - version "5.46.0" |
1966 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.46.0.tgz#f4d76622a996b88153bbd829ea9ccb9f7a5d28bc" |
1967 |
| - integrity sha512-wHWgQHFB+qh6bu0IAPAJCdeCdI0wwzZnnWThlmHNY01XJ9Z97oKqKOzWYpR2I83QmshhQJl6LDM9TqMiMwJBTw== |
| 1971 | +"@typescript-eslint/types@8.0.0": |
| 1972 | + version "8.0.0" |
| 1973 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18" |
| 1974 | + integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw== |
1968 | 1975 |
|
1969 | 1976 | "@typescript-eslint/[email protected]":
|
1970 | 1977 | version "5.27.0"
|
|
1979 | 1986 | semver "^7.3.7"
|
1980 | 1987 | tsutils "^3.21.0"
|
1981 | 1988 |
|
1982 |
| -"@typescript-eslint/typescript-estree@5.46.0": |
1983 |
| - version "5.46.0" |
1984 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.46.0.tgz#a6c2b84b9351f78209a1d1f2d99ca553f7fa29a5" |
1985 |
| - integrity sha512-kDLNn/tQP+Yp8Ro2dUpyyVV0Ksn2rmpPpB0/3MO874RNmXtypMwSeazjEN/Q6CTp8D7ExXAAekPEcCEB/vtJkw== |
| 1989 | +"@typescript-eslint/typescript-estree@8.0.0": |
| 1990 | + version "8.0.0" |
| 1991 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0.tgz#d172385ced7cb851a038b5c834c245a97a0f9cf6" |
| 1992 | + integrity sha512-5b97WpKMX+Y43YKi4zVcCVLtK5F98dFls3Oxui8LbnmRsseKenbbDinmvxrWegKDMmlkIq/XHuyy0UGLtpCDKg== |
1986 | 1993 | dependencies:
|
1987 |
| - "@typescript-eslint/types" "5.46.0" |
1988 |
| - "@typescript-eslint/visitor-keys" "5.46.0" |
| 1994 | + "@typescript-eslint/types" "8.0.0" |
| 1995 | + "@typescript-eslint/visitor-keys" "8.0.0" |
1989 | 1996 | debug "^4.3.4"
|
1990 | 1997 | globby "^11.1.0"
|
1991 | 1998 | is-glob "^4.0.3"
|
1992 |
| - semver "^7.3.7" |
1993 |
| - tsutils "^3.21.0" |
| 1999 | + minimatch "^9.0.4" |
| 2000 | + semver "^7.6.0" |
| 2001 | + ts-api-utils "^1.3.0" |
1994 | 2002 |
|
1995 | 2003 | "@typescript-eslint/[email protected]":
|
1996 | 2004 | version "5.27.0"
|
|
2004 | 2012 | eslint-scope "^5.1.1"
|
2005 | 2013 | eslint-utils "^3.0.0"
|
2006 | 2014 |
|
2007 |
| -"@typescript-eslint/utils@5.46.0": |
2008 |
| - version "5.46.0" |
2009 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.46.0.tgz#600cd873ba471b7d8b0b9f35de34cf852c6fcb31" |
2010 |
| - integrity sha512-4O+Ps1CRDw+D+R40JYh5GlKLQERXRKW5yIQoNDpmXPJ+C7kaPF9R7GWl+PxGgXjB3PQCqsaaZUpZ9dG4U6DO7g== |
| 2015 | +"@typescript-eslint/utils@8.0.0": |
| 2016 | + version "8.0.0" |
| 2017 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.0.tgz#1794d6f4b37ec253172a173dc938ae68651b9b99" |
| 2018 | + integrity sha512-k/oS/A/3QeGLRvOWCg6/9rATJL5rec7/5s1YmdS0ZU6LHveJyGFwBvLhSRBv6i9xaj7etmosp+l+ViN1I9Aj/Q== |
2011 | 2019 | dependencies:
|
2012 |
| - "@types/json-schema" "^7.0.9" |
2013 |
| - "@types/semver" "^7.3.12" |
2014 |
| - "@typescript-eslint/scope-manager" "5.46.0" |
2015 |
| - "@typescript-eslint/types" "5.46.0" |
2016 |
| - "@typescript-eslint/typescript-estree" "5.46.0" |
2017 |
| - eslint-scope "^5.1.1" |
2018 |
| - eslint-utils "^3.0.0" |
2019 |
| - semver "^7.3.7" |
| 2020 | + "@eslint-community/eslint-utils" "^4.4.0" |
| 2021 | + "@typescript-eslint/scope-manager" "8.0.0" |
| 2022 | + "@typescript-eslint/types" "8.0.0" |
| 2023 | + "@typescript-eslint/typescript-estree" "8.0.0" |
2020 | 2024 |
|
2021 | 2025 | "@typescript-eslint/[email protected]":
|
2022 | 2026 | version "5.27.0"
|
|
2026 | 2030 | "@typescript-eslint/types" "5.27.0"
|
2027 | 2031 | eslint-visitor-keys "^3.3.0"
|
2028 | 2032 |
|
2029 |
| -"@typescript-eslint/visitor-keys@5.46.0": |
2030 |
| - version "5.46.0" |
2031 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.46.0.tgz#36d87248ae20c61ef72404bcd61f14aa2563915f" |
2032 |
| - integrity sha512-E13gBoIXmaNhwjipuvQg1ByqSAu/GbEpP/qzFihugJ+MomtoJtFAJG/+2DRPByf57B863m0/q7Zt16V9ohhANw== |
| 2033 | +"@typescript-eslint/visitor-keys@8.0.0": |
| 2034 | + version "8.0.0" |
| 2035 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0.tgz#224a67230190d267e6e78586bd7d8dfbd32ae4f3" |
| 2036 | + integrity sha512-oN0K4nkHuOyF3PVMyETbpP5zp6wfyOvm7tWhTMfoqxSSsPmJIh6JNASuZDlODE8eE+0EB9uar+6+vxr9DBTYOA== |
2033 | 2037 | dependencies:
|
2034 |
| - "@typescript-eslint/types" "5.46.0" |
2035 |
| - eslint-visitor-keys "^3.3.0" |
| 2038 | + "@typescript-eslint/types" "8.0.0" |
| 2039 | + eslint-visitor-keys "^3.4.3" |
2036 | 2040 |
|
2037 | 2041 |
|
2038 | 2042 | version "3.2.36"
|
@@ -3948,6 +3952,11 @@ ignore@^5.1.8, ignore@^5.2.0:
|
3948 | 3952 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
|
3949 | 3953 | integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
|
3950 | 3954 |
|
| 3955 | +ignore@^5.3.1: |
| 3956 | + version "5.3.1" |
| 3957 | + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef" |
| 3958 | + integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw== |
| 3959 | + |
3951 | 3960 | immutable@^4.0.0:
|
3952 | 3961 | version "4.1.0"
|
3953 | 3962 | resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.1.0.tgz#f795787f0db780183307b9eb2091fcac1f6fafef"
|
@@ -5329,6 +5338,13 @@ minimatch@^8.0.0:
|
5329 | 5338 | dependencies:
|
5330 | 5339 | brace-expansion "^2.0.1"
|
5331 | 5340 |
|
| 5341 | +minimatch@^9.0.4: |
| 5342 | + version "9.0.5" |
| 5343 | + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5" |
| 5344 | + integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== |
| 5345 | + dependencies: |
| 5346 | + brace-expansion "^2.0.1" |
| 5347 | + |
5332 | 5348 |
|
5333 | 5349 | version "4.1.0"
|
5334 | 5350 | resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
|
@@ -5471,11 +5487,6 @@ nanoid@^3.3.6:
|
5471 | 5487 | resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
|
5472 | 5488 | integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
|
5473 | 5489 |
|
5474 |
| -natural-compare-lite@^1.4.0: |
5475 |
| - version "1.4.0" |
5476 |
| - resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4" |
5477 |
| - integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g== |
5478 |
| - |
5479 | 5490 | natural-compare@^1.4.0:
|
5480 | 5491 | version "1.4.0"
|
5481 | 5492 | resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
|
@@ -6405,11 +6416,6 @@ redeyed@~2.1.0:
|
6405 | 6416 | dependencies:
|
6406 | 6417 | esprima "~4.0.0"
|
6407 | 6418 |
|
6408 |
| -regexpp@^3.2.0: |
6409 |
| - version "3.2.0" |
6410 |
| - resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2" |
6411 |
| - integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg== |
6412 |
| - |
6413 | 6419 | registry-auth-token@^4.0.0:
|
6414 | 6420 | version "4.2.1"
|
6415 | 6421 | resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-4.2.1.tgz#6d7b4006441918972ccd5fedcd41dc322c79b250"
|
@@ -6638,6 +6644,11 @@ semver@^6.0.0, semver@^6.3.0:
|
6638 | 6644 | resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
6639 | 6645 | integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
6640 | 6646 |
|
| 6647 | +semver@^7.6.0: |
| 6648 | + version "7.6.3" |
| 6649 | + resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143" |
| 6650 | + integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A== |
| 6651 | + |
6641 | 6652 | set-blocking@^2.0.0:
|
6642 | 6653 | version "2.0.0"
|
6643 | 6654 | resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
|
@@ -7161,6 +7172,11 @@ trim-newlines@^3.0.0:
|
7161 | 7172 | resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
|
7162 | 7173 | integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
|
7163 | 7174 |
|
| 7175 | +ts-api-utils@^1.3.0: |
| 7176 | + version "1.3.0" |
| 7177 | + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1" |
| 7178 | + integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ== |
| 7179 | + |
7164 | 7180 | ts-jest@^29.0.3:
|
7165 | 7181 | version "29.0.3"
|
7166 | 7182 | resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.3.tgz#63ea93c5401ab73595440733cefdba31fcf9cb77"
|
|
0 commit comments