|
9 | 9 | dependencies:
|
10 | 10 | "@jridgewell/trace-mapping" "0.3.9"
|
11 | 11 |
|
12 |
| -"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0": |
| 12 | +"@eslint-community/eslint-utils@^4.2.0": |
13 | 13 | version "4.5.1"
|
14 | 14 | resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.5.1.tgz#b0fc7e06d0c94f801537fd4237edc2706d3b8e4c"
|
15 | 15 | integrity sha512-soEIOALTfTK6EjmKMMoLugwaP0rzkad90iIWd1hMO9ARkSAyjfMfkRRhLvD5qH7vvM0Cg72pieUfR6yh6XxC4w==
|
16 | 16 | dependencies:
|
17 | 17 | eslint-visitor-keys "^3.4.3"
|
18 | 18 |
|
| 19 | +"@eslint-community/eslint-utils@^4.4.0": |
| 20 | + version "4.6.1" |
| 21 | + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.6.1.tgz#e4c58fdcf0696e7a5f19c30201ed43123ab15abc" |
| 22 | + integrity sha512-KTsJMmobmbrFLe3LDh0PC2FXpcSYJt/MLjlkh/9LEnmKYLSYmT/0EW9JWANjeoemiuZrmogti0tW5Ch+qNUYDw== |
| 23 | + dependencies: |
| 24 | + eslint-visitor-keys "^3.4.3" |
| 25 | + |
19 | 26 | "@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1":
|
20 | 27 | version "4.12.1"
|
21 | 28 | resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
|
|
222 | 229 | integrity sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==
|
223 | 230 |
|
224 | 231 | "@typescript-eslint/eslint-plugin@^8.0.0":
|
225 |
| - version "8.29.0" |
226 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.29.0.tgz#151c4878700a5ad229ce6713d2674d58b626b3d9" |
227 |
| - integrity sha512-PAIpk/U7NIS6H7TEtN45SPGLQaHNgB7wSjsQV/8+KYokAb2T/gloOA/Bee2yd4/yKVhPKe5LlaUGhAZk5zmSaQ== |
| 232 | + version "8.31.0" |
| 233 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.31.0.tgz#ef3ece95406a80026f82a19a2984c1e375981711" |
| 234 | + integrity sha512-evaQJZ/J/S4wisevDvC1KFZkPzRetH8kYZbkgcTRyql3mcKsf+ZFDV1BVWUGTCAW5pQHoqn5gK5b8kn7ou9aFQ== |
228 | 235 | dependencies:
|
229 | 236 | "@eslint-community/regexpp" "^4.10.0"
|
230 |
| - "@typescript-eslint/scope-manager" "8.29.0" |
231 |
| - "@typescript-eslint/type-utils" "8.29.0" |
232 |
| - "@typescript-eslint/utils" "8.29.0" |
233 |
| - "@typescript-eslint/visitor-keys" "8.29.0" |
| 237 | + "@typescript-eslint/scope-manager" "8.31.0" |
| 238 | + "@typescript-eslint/type-utils" "8.31.0" |
| 239 | + "@typescript-eslint/utils" "8.31.0" |
| 240 | + "@typescript-eslint/visitor-keys" "8.31.0" |
234 | 241 | graphemer "^1.4.0"
|
235 | 242 | ignore "^5.3.1"
|
236 | 243 | natural-compare "^1.4.0"
|
237 | 244 | ts-api-utils "^2.0.1"
|
238 | 245 |
|
239 | 246 | "@typescript-eslint/parser@^8.0.0":
|
240 |
| - version "8.29.0" |
241 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.29.0.tgz#b98841e0a8099728cb8583da92326fcb7f5be1d2" |
242 |
| - integrity sha512-8C0+jlNJOwQso2GapCVWWfW/rzaq7Lbme+vGUFKE31djwNncIpgXD7Cd4weEsDdkoZDjH0lwwr3QDQFuyrMg9g== |
243 |
| - dependencies: |
244 |
| - "@typescript-eslint/scope-manager" "8.29.0" |
245 |
| - "@typescript-eslint/types" "8.29.0" |
246 |
| - "@typescript-eslint/typescript-estree" "8.29.0" |
247 |
| - "@typescript-eslint/visitor-keys" "8.29.0" |
| 247 | + version "8.31.0" |
| 248 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.31.0.tgz#5ec28823d06dd20ed5f67b61224823f12ccde095" |
| 249 | + integrity sha512-67kYYShjBR0jNI5vsf/c3WG4u+zDnCTHTPqVMQguffaWWFs7artgwKmfwdifl+r6XyM5LYLas/dInj2T0SgJyw== |
| 250 | + dependencies: |
| 251 | + "@typescript-eslint/scope-manager" "8.31.0" |
| 252 | + "@typescript-eslint/types" "8.31.0" |
| 253 | + "@typescript-eslint/typescript-estree" "8.31.0" |
| 254 | + "@typescript-eslint/visitor-keys" "8.31.0" |
248 | 255 | debug "^4.3.4"
|
249 | 256 |
|
250 |
| -"@typescript-eslint/scope-manager@8.29.0": |
251 |
| - version "8.29.0" |
252 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.29.0.tgz#8fd9872823aef65ff71d3f6d1ec9316ace0b6bf3" |
253 |
| - integrity sha512-aO1PVsq7Gm+tcghabUpzEnVSFMCU4/nYIgC2GOatJcllvWfnhrgW0ZEbnTxm36QsikmCN1K/6ZgM7fok2I7xNw== |
| 257 | +"@typescript-eslint/scope-manager@8.31.0": |
| 258 | + version "8.31.0" |
| 259 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.31.0.tgz#48c7f7d729ea038e36cae0ff511e48c2412fb11c" |
| 260 | + integrity sha512-knO8UyF78Nt8O/B64i7TlGXod69ko7z6vJD9uhSlm0qkAbGeRUSudcm0+K/4CrRjrpiHfBCjMWlc08Vav1xwcw== |
254 | 261 | dependencies:
|
255 |
| - "@typescript-eslint/types" "8.29.0" |
256 |
| - "@typescript-eslint/visitor-keys" "8.29.0" |
| 262 | + "@typescript-eslint/types" "8.31.0" |
| 263 | + "@typescript-eslint/visitor-keys" "8.31.0" |
257 | 264 |
|
258 |
| -"@typescript-eslint/type-utils@8.29.0": |
259 |
| - version "8.29.0" |
260 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.29.0.tgz#98dcfd1193cb4e2b2d0294a8656ce5eb58c443a9" |
261 |
| - integrity sha512-ahaWQ42JAOx+NKEf5++WC/ua17q5l+j1GFrbbpVKzFL/tKVc0aYY8rVSYUpUvt2hUP1YBr7mwXzx+E/DfUWI9Q== |
| 265 | +"@typescript-eslint/type-utils@8.31.0": |
| 266 | + version "8.31.0" |
| 267 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.31.0.tgz#01536a993fae23e2def885b006aaa991cbfbe9e7" |
| 268 | + integrity sha512-DJ1N1GdjI7IS7uRlzJuEDCgDQix3ZVYVtgeWEyhyn4iaoitpMBX6Ndd488mXSx0xah/cONAkEaYyylDyAeHMHg== |
262 | 269 | dependencies:
|
263 |
| - "@typescript-eslint/typescript-estree" "8.29.0" |
264 |
| - "@typescript-eslint/utils" "8.29.0" |
| 270 | + "@typescript-eslint/typescript-estree" "8.31.0" |
| 271 | + "@typescript-eslint/utils" "8.31.0" |
265 | 272 | debug "^4.3.4"
|
266 | 273 | ts-api-utils "^2.0.1"
|
267 | 274 |
|
268 |
| -"@typescript-eslint/types@8.29.0": |
269 |
| - version "8.29.0" |
270 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.29.0.tgz#65add70ab4ef66beaa42a5addf87dab2b05b1f33" |
271 |
| - integrity sha512-wcJL/+cOXV+RE3gjCyl/V2G877+2faqvlgtso/ZRbTCnZazh0gXhe+7gbAnfubzN2bNsBtZjDvlh7ero8uIbzg== |
| 275 | +"@typescript-eslint/types@8.31.0": |
| 276 | + version "8.31.0" |
| 277 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.31.0.tgz#c48e20ec47a43b72747714f49ea9f7b38a4fa6c1" |
| 278 | + integrity sha512-Ch8oSjVyYyJxPQk8pMiP2FFGYatqXQfQIaMp+TpuuLlDachRWpUAeEu1u9B/v/8LToehUIWyiKcA/w5hUFRKuQ== |
272 | 279 |
|
273 |
| -"@typescript-eslint/typescript-estree@8.29.0": |
274 |
| - version "8.29.0" |
275 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.0.tgz#d201a4f115327ec90496307c9958262285065b00" |
276 |
| - integrity sha512-yOfen3jE9ISZR/hHpU/bmNvTtBW1NjRbkSFdZOksL1N+ybPEE7UVGMwqvS6CP022Rp00Sb0tdiIkhSCe6NI8ow== |
| 280 | +"@typescript-eslint/typescript-estree@8.31.0": |
| 281 | + version "8.31.0" |
| 282 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.31.0.tgz#9c7f84eff6ad23d63cf086c6e93af571cd561270" |
| 283 | + integrity sha512-xLmgn4Yl46xi6aDSZ9KkyfhhtnYI15/CvHbpOy/eR5NWhK/BK8wc709KKwhAR0m4ZKRP7h07bm4BWUYOCuRpQQ== |
277 | 284 | dependencies:
|
278 |
| - "@typescript-eslint/types" "8.29.0" |
279 |
| - "@typescript-eslint/visitor-keys" "8.29.0" |
| 285 | + "@typescript-eslint/types" "8.31.0" |
| 286 | + "@typescript-eslint/visitor-keys" "8.31.0" |
280 | 287 | debug "^4.3.4"
|
281 | 288 | fast-glob "^3.3.2"
|
282 | 289 | is-glob "^4.0.3"
|
283 | 290 | minimatch "^9.0.4"
|
284 | 291 | semver "^7.6.0"
|
285 | 292 | ts-api-utils "^2.0.1"
|
286 | 293 |
|
287 |
| -"@typescript-eslint/utils@8.29.0": |
288 |
| - version "8.29.0" |
289 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.29.0.tgz#d6d22b19c8c4812a874f00341f686b45b9fe895f" |
290 |
| - integrity sha512-gX/A0Mz9Bskm8avSWFcK0gP7cZpbY4AIo6B0hWYFCaIsz750oaiWR4Jr2CI+PQhfW1CpcQr9OlfPS+kMFegjXA== |
| 294 | +"@typescript-eslint/utils@8.31.0": |
| 295 | + version "8.31.0" |
| 296 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.31.0.tgz#6fb52471a29fdd16fc253d568c5ad4b048f78ba4" |
| 297 | + integrity sha512-qi6uPLt9cjTFxAb1zGNgTob4x9ur7xC6mHQJ8GwEzGMGE9tYniublmJaowOJ9V2jUzxrltTPfdG2nKlWsq0+Ww== |
291 | 298 | dependencies:
|
292 | 299 | "@eslint-community/eslint-utils" "^4.4.0"
|
293 |
| - "@typescript-eslint/scope-manager" "8.29.0" |
294 |
| - "@typescript-eslint/types" "8.29.0" |
295 |
| - "@typescript-eslint/typescript-estree" "8.29.0" |
| 300 | + "@typescript-eslint/scope-manager" "8.31.0" |
| 301 | + "@typescript-eslint/types" "8.31.0" |
| 302 | + "@typescript-eslint/typescript-estree" "8.31.0" |
296 | 303 |
|
297 |
| -"@typescript-eslint/visitor-keys@8.29.0": |
298 |
| - version "8.29.0" |
299 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.0.tgz#2356336c9efdc3597ffcd2aa1ce95432852b743d" |
300 |
| - integrity sha512-Sne/pVz8ryR03NFK21VpN88dZ2FdQXOlq3VIklbrTYEt8yXtRFr9tvUhqvCeKjqYk5FSim37sHbooT6vzBTZcg== |
| 304 | +"@typescript-eslint/visitor-keys@8.31.0": |
| 305 | + version "8.31.0" |
| 306 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.31.0.tgz#9a1a97ed16c60d4d1e7399b41c11a6d94ebc1ce5" |
| 307 | + integrity sha512-QcGHmlRHWOl93o64ZUMNewCdwKGU6WItOU52H0djgNmn1EOrhVudrDzXz4OycCRSCPwFCDrE2iIt5vmuUdHxuQ== |
301 | 308 | dependencies:
|
302 |
| - "@typescript-eslint/types" "8.29.0" |
| 309 | + "@typescript-eslint/types" "8.31.0" |
303 | 310 | eslint-visitor-keys "^4.2.0"
|
304 | 311 |
|
305 | 312 | acorn-jsx@^5.3.2:
|
|
0 commit comments