|
1272 | 1272 | dependencies:
|
1273 | 1273 | eslint-visitor-keys "^3.4.3"
|
1274 | 1274 |
|
| 1275 | +"@eslint-community/eslint-utils@^4.7.0": |
| 1276 | + version "4.7.0" |
| 1277 | + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a" |
| 1278 | + integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw== |
| 1279 | + dependencies: |
| 1280 | + eslint-visitor-keys "^3.4.3" |
| 1281 | + |
1275 | 1282 | "@eslint-community/regexpp@^4.10.0":
|
1276 | 1283 | version "4.12.1"
|
1277 | 1284 | resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
|
|
2001 | 2008 | "@types/yargs-parser" "*"
|
2002 | 2009 |
|
2003 | 2010 | "@typescript-eslint/eslint-plugin@^8.0.0":
|
2004 |
| - version "8.31.1" |
2005 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.31.1.tgz#62f1befe59647524994e89de4516d8dcba7a850a" |
2006 |
| - integrity sha512-oUlH4h1ABavI4F0Xnl8/fOtML/eu8nI2A1nYd+f+55XI0BLu+RIqKoCiZKNo6DtqZBEQm5aNKA20G3Z5w3R6GQ== |
| 2011 | + version "8.32.1" |
| 2012 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.1.tgz#9185b3eaa3b083d8318910e12d56c68b3c4f45b4" |
| 2013 | + integrity sha512-6u6Plg9nP/J1GRpe/vcjjabo6Uc5YQPAMxsgQyGC/I0RuukiG1wIe3+Vtg3IrSCVJDmqK3j8adrtzXSENRtFgg== |
2007 | 2014 | dependencies:
|
2008 | 2015 | "@eslint-community/regexpp" "^4.10.0"
|
2009 |
| - "@typescript-eslint/scope-manager" "8.31.1" |
2010 |
| - "@typescript-eslint/type-utils" "8.31.1" |
2011 |
| - "@typescript-eslint/utils" "8.31.1" |
2012 |
| - "@typescript-eslint/visitor-keys" "8.31.1" |
| 2016 | + "@typescript-eslint/scope-manager" "8.32.1" |
| 2017 | + "@typescript-eslint/type-utils" "8.32.1" |
| 2018 | + "@typescript-eslint/utils" "8.32.1" |
| 2019 | + "@typescript-eslint/visitor-keys" "8.32.1" |
2013 | 2020 | graphemer "^1.4.0"
|
2014 |
| - ignore "^5.3.1" |
| 2021 | + ignore "^7.0.0" |
2015 | 2022 | natural-compare "^1.4.0"
|
2016 |
| - ts-api-utils "^2.0.1" |
| 2023 | + ts-api-utils "^2.1.0" |
2017 | 2024 |
|
2018 | 2025 | "@typescript-eslint/parser@^8.0.0":
|
2019 |
| - version "8.31.1" |
2020 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.31.1.tgz#e9b0ccf30d37dde724ee4d15f4dbc195995cce1b" |
2021 |
| - integrity sha512-oU/OtYVydhXnumd0BobL9rkJg7wFJ9bFFPmSmB/bf/XWN85hlViji59ko6bSKBXyseT9V8l+CN1nwmlbiN0G7Q== |
2022 |
| - dependencies: |
2023 |
| - "@typescript-eslint/scope-manager" "8.31.1" |
2024 |
| - "@typescript-eslint/types" "8.31.1" |
2025 |
| - "@typescript-eslint/typescript-estree" "8.31.1" |
2026 |
| - "@typescript-eslint/visitor-keys" "8.31.1" |
| 2026 | + version "8.32.1" |
| 2027 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.1.tgz#18b0e53315e0bc22b2619d398ae49a968370935e" |
| 2028 | + integrity sha512-LKMrmwCPoLhM45Z00O1ulb6jwyVr2kr3XJp+G+tSEZcbauNnScewcQwtJqXDhXeYPDEjZ8C1SjXm015CirEmGg== |
| 2029 | + dependencies: |
| 2030 | + "@typescript-eslint/scope-manager" "8.32.1" |
| 2031 | + "@typescript-eslint/types" "8.32.1" |
| 2032 | + "@typescript-eslint/typescript-estree" "8.32.1" |
| 2033 | + "@typescript-eslint/visitor-keys" "8.32.1" |
2027 | 2034 | debug "^4.3.4"
|
2028 | 2035 |
|
2029 | 2036 | "@typescript-eslint/scope-manager@8.21.0":
|
|
2042 | 2049 | "@typescript-eslint/types" "8.26.0"
|
2043 | 2050 | "@typescript-eslint/visitor-keys" "8.26.0"
|
2044 | 2051 |
|
2045 |
| -"@typescript-eslint/scope-manager@8.31.1": |
2046 |
| - version "8.31.1" |
2047 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.31.1.tgz#1eb52e76878f545e4add142e0d8e3e97e7aa443b" |
2048 |
| - integrity sha512-BMNLOElPxrtNQMIsFHE+3P0Yf1z0dJqV9zLdDxN/xLlWMlXK/ApEsVEKzpizg9oal8bAT5Sc7+ocal7AC1HCVw== |
| 2052 | +"@typescript-eslint/scope-manager@8.32.1": |
| 2053 | + version "8.32.1" |
| 2054 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.1.tgz#9a6bf5fb2c5380e14fe9d38ccac6e4bbe17e8afc" |
| 2055 | + integrity sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA== |
2049 | 2056 | dependencies:
|
2050 |
| - "@typescript-eslint/types" "8.31.1" |
2051 |
| - "@typescript-eslint/visitor-keys" "8.31.1" |
| 2057 | + "@typescript-eslint/types" "8.32.1" |
| 2058 | + "@typescript-eslint/visitor-keys" "8.32.1" |
2052 | 2059 |
|
2053 |
| -"@typescript-eslint/type-utils@8.31.1": |
2054 |
| - version "8.31.1" |
2055 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.31.1.tgz#be0f438fb24b03568e282a0aed85f776409f970c" |
2056 |
| - integrity sha512-fNaT/m9n0+dpSp8G/iOQ05GoHYXbxw81x+yvr7TArTuZuCA6VVKbqWYVZrV5dVagpDTtj/O8k5HBEE/p/HM5LA== |
| 2060 | +"@typescript-eslint/type-utils@8.32.1": |
| 2061 | + version "8.32.1" |
| 2062 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.1.tgz#b9292a45f69ecdb7db74d1696e57d1a89514d21e" |
| 2063 | + integrity sha512-mv9YpQGA8iIsl5KyUPi+FGLm7+bA4fgXaeRcFKRDRwDMu4iwrSHeDPipwueNXhdIIZltwCJv+NkxftECbIZWfA== |
2057 | 2064 | dependencies:
|
2058 |
| - "@typescript-eslint/typescript-estree" "8.31.1" |
2059 |
| - "@typescript-eslint/utils" "8.31.1" |
| 2065 | + "@typescript-eslint/typescript-estree" "8.32.1" |
| 2066 | + "@typescript-eslint/utils" "8.32.1" |
2060 | 2067 | debug "^4.3.4"
|
2061 |
| - ts-api-utils "^2.0.1" |
| 2068 | + ts-api-utils "^2.1.0" |
2062 | 2069 |
|
2063 | 2070 | "@typescript-eslint/types@8.21.0":
|
2064 | 2071 | version "8.21.0"
|
|
2070 | 2077 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.26.0.tgz#c4e93a8faf3a38a8d8adb007dc7834f1c89ee7bf"
|
2071 | 2078 | integrity sha512-89B1eP3tnpr9A8L6PZlSjBvnJhWXtYfZhECqlBl1D9Lme9mHO6iWlsprBtVenQvY1HMhax1mWOjhtL3fh/u+pA==
|
2072 | 2079 |
|
2073 |
| -"@typescript-eslint/types@8.31.1": |
2074 |
| - version "8.31.1" |
2075 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.31.1.tgz#478ed6f7e8aee1be7b63a60212b6bffe1423b5d4" |
2076 |
| - integrity sha512-SfepaEFUDQYRoA70DD9GtytljBePSj17qPxFHA/h3eg6lPTqGJ5mWOtbXCk1YrVU1cTJRd14nhaXWFu0l2troQ== |
| 2080 | +"@typescript-eslint/types@8.32.1": |
| 2081 | + version "8.32.1" |
| 2082 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.1.tgz#b19fe4ac0dc08317bae0ce9ec1168123576c1d4b" |
| 2083 | + integrity sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg== |
2077 | 2084 |
|
2078 | 2085 | "@typescript-eslint/typescript-estree@8.21.0":
|
2079 | 2086 | version "8.21.0"
|
|
2103 | 2110 | semver "^7.6.0"
|
2104 | 2111 | ts-api-utils "^2.0.1"
|
2105 | 2112 |
|
2106 |
| -"@typescript-eslint/typescript-estree@8.31.1": |
2107 |
| - version "8.31.1" |
2108 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.31.1.tgz#37792fe7ef4d3021c7580067c8f1ae66daabacdf" |
2109 |
| - integrity sha512-kaA0ueLe2v7KunYOyWYtlf/QhhZb7+qh4Yw6Ni5kgukMIG+iP773tjgBiLWIXYumWCwEq3nLW+TUywEp8uEeag== |
| 2113 | +"@typescript-eslint/typescript-estree@8.32.1": |
| 2114 | + version "8.32.1" |
| 2115 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz#9023720ca4ecf4f59c275a05b5fed69b1276face" |
| 2116 | + integrity sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg== |
2110 | 2117 | dependencies:
|
2111 |
| - "@typescript-eslint/types" "8.31.1" |
2112 |
| - "@typescript-eslint/visitor-keys" "8.31.1" |
| 2118 | + "@typescript-eslint/types" "8.32.1" |
| 2119 | + "@typescript-eslint/visitor-keys" "8.32.1" |
2113 | 2120 | debug "^4.3.4"
|
2114 | 2121 | fast-glob "^3.3.2"
|
2115 | 2122 | is-glob "^4.0.3"
|
2116 | 2123 | minimatch "^9.0.4"
|
2117 | 2124 | semver "^7.6.0"
|
2118 |
| - ts-api-utils "^2.0.1" |
| 2125 | + ts-api-utils "^2.1.0" |
2119 | 2126 |
|
2120 |
| -"@typescript-eslint/utils@8.31.1": |
2121 |
| - version "8.31.1" |
2122 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.31.1.tgz#5628ea0393598a0b2f143d0fc6d019f0dee9dd14" |
2123 |
| - integrity sha512-2DSI4SNfF5T4oRveQ4nUrSjUqjMND0nLq9rEkz0gfGr3tg0S5KB6DhwR+WZPCjzkZl3cH+4x2ce3EsL50FubjQ== |
| 2127 | +"@typescript-eslint/utils@8.32.1": |
| 2128 | + version "8.32.1" |
| 2129 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.1.tgz#4d6d5d29b9e519e9a85e9a74e9f7bdb58abe9704" |
| 2130 | + integrity sha512-DsSFNIgLSrc89gpq1LJB7Hm1YpuhK086DRDJSNrewcGvYloWW1vZLHBTIvarKZDcAORIy/uWNx8Gad+4oMpkSA== |
2124 | 2131 | dependencies:
|
2125 |
| - "@eslint-community/eslint-utils" "^4.4.0" |
2126 |
| - "@typescript-eslint/scope-manager" "8.31.1" |
2127 |
| - "@typescript-eslint/types" "8.31.1" |
2128 |
| - "@typescript-eslint/typescript-estree" "8.31.1" |
| 2132 | + "@eslint-community/eslint-utils" "^4.7.0" |
| 2133 | + "@typescript-eslint/scope-manager" "8.32.1" |
| 2134 | + "@typescript-eslint/types" "8.32.1" |
| 2135 | + "@typescript-eslint/typescript-estree" "8.32.1" |
2129 | 2136 |
|
2130 | 2137 | "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
|
2131 | 2138 | version "8.21.0"
|
|
2163 | 2170 | "@typescript-eslint/types" "8.26.0"
|
2164 | 2171 | eslint-visitor-keys "^4.2.0"
|
2165 | 2172 |
|
2166 |
| -"@typescript-eslint/visitor-keys@8.31.1": |
2167 |
| - version "8.31.1" |
2168 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.31.1.tgz#6742b0e3ba1e0c1e35bdaf78c03e759eb8dd8e75" |
2169 |
| - integrity sha512-I+/rgqOVBn6f0o7NDTmAPWWC6NuqhV174lfYvAm9fUaWeiefLdux9/YI3/nLugEn9L8fcSi0XmpKi/r5u0nmpw== |
| 2173 | +"@typescript-eslint/visitor-keys@8.32.1": |
| 2174 | + version "8.32.1" |
| 2175 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz#4321395cc55c2eb46036cbbb03e101994d11ddca" |
| 2176 | + integrity sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w== |
2170 | 2177 | dependencies:
|
2171 |
| - "@typescript-eslint/types" "8.31.1" |
| 2178 | + "@typescript-eslint/types" "8.32.1" |
2172 | 2179 | eslint-visitor-keys "^4.2.0"
|
2173 | 2180 |
|
2174 | 2181 | "@ungap/structured-clone@^1.2.0":
|
@@ -4031,11 +4038,16 @@ iconv-lite@0.6.3:
|
4031 | 4038 | dependencies:
|
4032 | 4039 | safer-buffer ">= 2.1.2 < 3.0.0"
|
4033 | 4040 |
|
4034 |
| -ignore@^5.1.1, ignore@^5.2.0, ignore@^5.3.1: |
| 4041 | +ignore@^5.1.1, ignore@^5.2.0: |
4035 | 4042 | version "5.3.2"
|
4036 | 4043 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
|
4037 | 4044 | integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
|
4038 | 4045 |
|
| 4046 | +ignore@^7.0.0: |
| 4047 | + version "7.0.4" |
| 4048 | + resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.4.tgz#a12c70d0f2607c5bf508fb65a40c75f037d7a078" |
| 4049 | + integrity sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A== |
| 4050 | + |
4039 | 4051 | import-fresh@^3.2.1:
|
4040 | 4052 | version "3.3.0"
|
4041 | 4053 | resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
|
@@ -5889,7 +5901,12 @@ semver@^7.5.3, semver@^7.5.4:
|
5889 | 5901 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
|
5890 | 5902 | integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
|
5891 | 5903 |
|
5892 |
| -semver@^7.6.0, semver@^7.6.3, semver@^7.7.1: |
| 5904 | +semver@^7.6.0: |
| 5905 | + version "7.7.2" |
| 5906 | + resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58" |
| 5907 | + integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA== |
| 5908 | + |
| 5909 | +semver@^7.6.3, semver@^7.7.1: |
5893 | 5910 | version "7.7.1"
|
5894 | 5911 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
|
5895 | 5912 | integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
|
@@ -6287,7 +6304,7 @@ ts-api-utils@^2.0.0:
|
6287 | 6304 | resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
|
6288 | 6305 | integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
|
6289 | 6306 |
|
6290 |
| -ts-api-utils@^2.0.1: |
| 6307 | +ts-api-utils@^2.0.1, ts-api-utils@^2.1.0: |
6291 | 6308 | version "2.1.0"
|
6292 | 6309 | resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
|
6293 | 6310 | integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
|
|
0 commit comments