|
2140 | 2140 | "@types/yargs-parser" "*"
|
2141 | 2141 |
|
2142 | 2142 | "@typescript-eslint/eslint-plugin@^7.0.2":
|
2143 |
| - version "7.1.1" |
2144 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.1.1.tgz#dd71fc5c7ecec745ca26ece506d84d203a205c0e" |
2145 |
| - integrity sha512-zioDz623d0RHNhvx0eesUmGfIjzrk18nSBC8xewepKXbBvN/7c1qImV7Hg8TI1URTxKax7/zxfxj3Uph8Chcuw== |
| 2143 | + version "7.2.0" |
| 2144 | + resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.2.0.tgz#5a5fcad1a7baed85c10080d71ad901f98c38d5b7" |
| 2145 | + integrity sha512-mdekAHOqS9UjlmyF/LSs6AIEvfceV749GFxoBAjwAv0nkevfKHWQFDMcBZWUiIC5ft6ePWivXoS36aKQ0Cy3sw== |
2146 | 2146 | dependencies:
|
2147 | 2147 | "@eslint-community/regexpp" "^4.5.1"
|
2148 |
| - "@typescript-eslint/scope-manager" "7.1.1" |
2149 |
| - "@typescript-eslint/type-utils" "7.1.1" |
2150 |
| - "@typescript-eslint/utils" "7.1.1" |
2151 |
| - "@typescript-eslint/visitor-keys" "7.1.1" |
| 2148 | + "@typescript-eslint/scope-manager" "7.2.0" |
| 2149 | + "@typescript-eslint/type-utils" "7.2.0" |
| 2150 | + "@typescript-eslint/utils" "7.2.0" |
| 2151 | + "@typescript-eslint/visitor-keys" "7.2.0" |
2152 | 2152 | debug "^4.3.4"
|
2153 | 2153 | graphemer "^1.4.0"
|
2154 | 2154 | ignore "^5.2.4"
|
|
2157 | 2157 | ts-api-utils "^1.0.1"
|
2158 | 2158 |
|
2159 | 2159 | "@typescript-eslint/parser@^7.0.2":
|
2160 |
| - version "7.1.1" |
2161 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.1.1.tgz#6a9d0a5c9ccdf5dbd3cb8c949728c64e24e07d1f" |
2162 |
| - integrity sha512-ZWUFyL0z04R1nAEgr9e79YtV5LbafdOtN7yapNbn1ansMyaegl2D4bL7vHoJ4HPSc4CaLwuCVas8CVuneKzplQ== |
| 2160 | + version "7.2.0" |
| 2161 | + resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.2.0.tgz#44356312aea8852a3a82deebdacd52ba614ec07a" |
| 2162 | + integrity sha512-5FKsVcHTk6TafQKQbuIVkXq58Fnbkd2wDL4LB7AURN7RUOu1utVP+G8+6u3ZhEroW3DF6hyo3ZEXxgKgp4KeCg== |
2163 | 2163 | dependencies:
|
2164 |
| - "@typescript-eslint/scope-manager" "7.1.1" |
2165 |
| - "@typescript-eslint/types" "7.1.1" |
2166 |
| - "@typescript-eslint/typescript-estree" "7.1.1" |
2167 |
| - "@typescript-eslint/visitor-keys" "7.1.1" |
| 2164 | + "@typescript-eslint/scope-manager" "7.2.0" |
| 2165 | + "@typescript-eslint/types" "7.2.0" |
| 2166 | + "@typescript-eslint/typescript-estree" "7.2.0" |
| 2167 | + "@typescript-eslint/visitor-keys" "7.2.0" |
2168 | 2168 | debug "^4.3.4"
|
2169 | 2169 |
|
2170 | 2170 | "@typescript-eslint/[email protected]":
|
|
2175 | 2175 | "@typescript-eslint/types" "5.62.0"
|
2176 | 2176 | "@typescript-eslint/visitor-keys" "5.62.0"
|
2177 | 2177 |
|
2178 |
| -"@typescript-eslint/scope-manager@7.1.1": |
2179 |
| - version "7.1.1" |
2180 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.1.1.tgz#9e301803ff8e21a74f50c6f89a4baccad9a48f93" |
2181 |
| - integrity sha512-cirZpA8bJMRb4WZ+rO6+mnOJrGFDd38WoXCEI57+CYBqta8Yc8aJym2i7vyqLL1vVYljgw0X27axkUXz32T8TA== |
| 2178 | +"@typescript-eslint/scope-manager@7.2.0": |
| 2179 | + version "7.2.0" |
| 2180 | + resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.2.0.tgz#cfb437b09a84f95a0930a76b066e89e35d94e3da" |
| 2181 | + integrity sha512-Qh976RbQM/fYtjx9hs4XkayYujB/aPwglw2choHmf3zBjB4qOywWSdt9+KLRdHubGcoSwBnXUH2sR3hkyaERRg== |
2182 | 2182 | dependencies:
|
2183 |
| - "@typescript-eslint/types" "7.1.1" |
2184 |
| - "@typescript-eslint/visitor-keys" "7.1.1" |
| 2183 | + "@typescript-eslint/types" "7.2.0" |
| 2184 | + "@typescript-eslint/visitor-keys" "7.2.0" |
2185 | 2185 |
|
2186 |
| -"@typescript-eslint/type-utils@7.1.1": |
2187 |
| - version "7.1.1" |
2188 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.1.1.tgz#aee820d5bedd39b83c18585a526cc520ddb7a226" |
2189 |
| - integrity sha512-5r4RKze6XHEEhlZnJtR3GYeCh1IueUHdbrukV2KSlLXaTjuSfeVF8mZUVPLovidCuZfbVjfhi4c0DNSa/Rdg5g== |
| 2186 | +"@typescript-eslint/type-utils@7.2.0": |
| 2187 | + version "7.2.0" |
| 2188 | + resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.2.0.tgz#7be5c30e9b4d49971b79095a1181324ef6089a19" |
| 2189 | + integrity sha512-xHi51adBHo9O9330J8GQYQwrKBqbIPJGZZVQTHHmy200hvkLZFWJIFtAG/7IYTWUyun6DE6w5InDReePJYJlJA== |
2190 | 2190 | dependencies:
|
2191 |
| - "@typescript-eslint/typescript-estree" "7.1.1" |
2192 |
| - "@typescript-eslint/utils" "7.1.1" |
| 2191 | + "@typescript-eslint/typescript-estree" "7.2.0" |
| 2192 | + "@typescript-eslint/utils" "7.2.0" |
2193 | 2193 | debug "^4.3.4"
|
2194 | 2194 | ts-api-utils "^1.0.1"
|
2195 | 2195 |
|
|
2198 | 2198 | resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz"
|
2199 | 2199 | integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
|
2200 | 2200 |
|
2201 |
| -"@typescript-eslint/types@7.1.1": |
2202 |
| - version "7.1.1" |
2203 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.1.1.tgz#ca33ba7cf58224fb46a84fea62593c2c53cd795f" |
2204 |
| - integrity sha512-KhewzrlRMrgeKm1U9bh2z5aoL4s7K3tK5DwHDn8MHv0yQfWFz/0ZR6trrIHHa5CsF83j/GgHqzdbzCXJ3crx0Q== |
| 2201 | +"@typescript-eslint/types@7.2.0": |
| 2202 | + version "7.2.0" |
| 2203 | + resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.2.0.tgz#0feb685f16de320e8520f13cca30779c8b7c403f" |
| 2204 | + integrity sha512-XFtUHPI/abFhm4cbCDc5Ykc8npOKBSJePY3a3s+lwumt7XWJuzP5cZcfZ610MIPHjQjNsOLlYK8ASPaNG8UiyA== |
2205 | 2205 |
|
2206 | 2206 | "@typescript-eslint/[email protected]":
|
2207 | 2207 | version "5.62.0"
|
|
2216 | 2216 | semver "^7.3.7"
|
2217 | 2217 | tsutils "^3.21.0"
|
2218 | 2218 |
|
2219 |
| -"@typescript-eslint/typescript-estree@7.1.1": |
2220 |
| - version "7.1.1" |
2221 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.1.1.tgz#09c54af0151a1b05d0875c0fc7fe2ec7a2476ece" |
2222 |
| - integrity sha512-9ZOncVSfr+sMXVxxca2OJOPagRwT0u/UHikM2Rd6L/aB+kL/QAuTnsv6MeXtjzCJYb8PzrXarypSGIPx3Jemxw== |
| 2219 | +"@typescript-eslint/typescript-estree@7.2.0": |
| 2220 | + version "7.2.0" |
| 2221 | + resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.2.0.tgz#5beda2876c4137f8440c5a84b4f0370828682556" |
| 2222 | + integrity sha512-cyxS5WQQCoBwSakpMrvMXuMDEbhOo9bNHHrNcEWis6XHx6KF518tkF1wBvKIn/tpq5ZpUYK7Bdklu8qY0MsFIA== |
2223 | 2223 | dependencies:
|
2224 |
| - "@typescript-eslint/types" "7.1.1" |
2225 |
| - "@typescript-eslint/visitor-keys" "7.1.1" |
| 2224 | + "@typescript-eslint/types" "7.2.0" |
| 2225 | + "@typescript-eslint/visitor-keys" "7.2.0" |
2226 | 2226 | debug "^4.3.4"
|
2227 | 2227 | globby "^11.1.0"
|
2228 | 2228 | is-glob "^4.0.3"
|
2229 | 2229 | minimatch "9.0.3"
|
2230 | 2230 | semver "^7.5.4"
|
2231 | 2231 | ts-api-utils "^1.0.1"
|
2232 | 2232 |
|
2233 |
| -"@typescript-eslint/utils@7.1.1": |
2234 |
| - version "7.1.1" |
2235 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.1.1.tgz#bdeeb789eee4af5d3fb5400a69566d4dbf97ff3b" |
2236 |
| - integrity sha512-thOXM89xA03xAE0lW7alstvnyoBUbBX38YtY+zAUcpRPcq9EIhXPuJ0YTv948MbzmKh6e1AUszn5cBFK49Umqg== |
| 2233 | +"@typescript-eslint/utils@7.2.0": |
| 2234 | + version "7.2.0" |
| 2235 | + resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.2.0.tgz#fc8164be2f2a7068debb4556881acddbf0b7ce2a" |
| 2236 | + integrity sha512-YfHpnMAGb1Eekpm3XRK8hcMwGLGsnT6L+7b2XyRv6ouDuJU1tZir1GS2i0+VXRatMwSI1/UfcyPe53ADkU+IuA== |
2237 | 2237 | dependencies:
|
2238 | 2238 | "@eslint-community/eslint-utils" "^4.4.0"
|
2239 | 2239 | "@types/json-schema" "^7.0.12"
|
2240 | 2240 | "@types/semver" "^7.5.0"
|
2241 |
| - "@typescript-eslint/scope-manager" "7.1.1" |
2242 |
| - "@typescript-eslint/types" "7.1.1" |
2243 |
| - "@typescript-eslint/typescript-estree" "7.1.1" |
| 2241 | + "@typescript-eslint/scope-manager" "7.2.0" |
| 2242 | + "@typescript-eslint/types" "7.2.0" |
| 2243 | + "@typescript-eslint/typescript-estree" "7.2.0" |
2244 | 2244 | semver "^7.5.4"
|
2245 | 2245 |
|
2246 | 2246 | "@typescript-eslint/utils@^5.10.0":
|
|
2265 | 2265 | "@typescript-eslint/types" "5.62.0"
|
2266 | 2266 | eslint-visitor-keys "^3.3.0"
|
2267 | 2267 |
|
2268 |
| -"@typescript-eslint/visitor-keys@7.1.1": |
2269 |
| - version "7.1.1" |
2270 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.1.1.tgz#e6538a58c9b157f03bcbb29e3b6a92fe39a6ab0d" |
2271 |
| - integrity sha512-yTdHDQxY7cSoCcAtiBzVzxleJhkGB9NncSIyMYe2+OGON1ZsP9zOPws/Pqgopa65jvknOjlk/w7ulPlZ78PiLQ== |
| 2268 | +"@typescript-eslint/visitor-keys@7.2.0": |
| 2269 | + version "7.2.0" |
| 2270 | + resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.2.0.tgz#5035f177752538a5750cca1af6044b633610bf9e" |
| 2271 | + integrity sha512-c6EIQRHhcpl6+tO8EMR+kjkkV+ugUNXOmeASA1rlzkd8EPIriavpWoiEz1HR/VLhbVIdhqnV6E7JZm00cBDx2A== |
2272 | 2272 | dependencies:
|
2273 |
| - "@typescript-eslint/types" "7.1.1" |
| 2273 | + "@typescript-eslint/types" "7.2.0" |
2274 | 2274 | eslint-visitor-keys "^3.4.1"
|
2275 | 2275 |
|
2276 | 2276 | "@ungap/structured-clone@^1.2.0":
|
@@ -7565,7 +7565,14 @@ string_decoder@^1.1.1, string_decoder@~1.1.1:
|
7565 | 7565 | dependencies:
|
7566 | 7566 | safe-buffer "~5.1.0"
|
7567 | 7567 |
|
7568 |
| -"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1: |
| 7568 | +"strip-ansi-cjs@npm:strip-ansi@^6.0.1": |
| 7569 | + version "6.0.1" |
| 7570 | + resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" |
| 7571 | + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== |
| 7572 | + dependencies: |
| 7573 | + ansi-regex "^5.0.1" |
| 7574 | + |
| 7575 | +strip-ansi@^6.0.0, strip-ansi@^6.0.1: |
7569 | 7576 | version "6.0.1"
|
7570 | 7577 | resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
7571 | 7578 | integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
@@ -7803,9 +7810,9 @@ trim-newlines@^3.0.0:
|
7803 | 7810 | integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
|
7804 | 7811 |
|
7805 | 7812 | ts-api-utils@^1.0.1:
|
7806 |
| - version "1.2.1" |
7807 |
| - resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.2.1.tgz#f716c7e027494629485b21c0df6180f4d08f5e8b" |
7808 |
| - integrity sha512-RIYA36cJn2WiH9Hy77hdF9r7oEwxAtB/TS9/S4Qd90Ap4z5FSiin5zEiTL44OII1Y3IIlEvxwxFUVgrHSZ/UpA== |
| 7813 | + version "1.3.0" |
| 7814 | + resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1" |
| 7815 | + integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ== |
7809 | 7816 |
|
7810 | 7817 | tsconfig-paths@^3.15.0:
|
7811 | 7818 | version "3.15.0"
|
|
0 commit comments