|
369 | 369 | resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
|
370 | 370 | integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
|
371 | 371 |
|
372 |
| -"@typescript-eslint/eslint-plugin@4.19.0": |
373 |
| - version "4.19.0" |
374 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.19.0.tgz#56f8da9ee118fe9763af34d6a526967234f6a7f0" |
375 |
| - integrity sha512-CRQNQ0mC2Pa7VLwKFbrGVTArfdVDdefS+gTw0oC98vSI98IX5A8EVH4BzJ2FOB0YlCmm8Im36Elad/Jgtvveaw== |
| 372 | +"@typescript-eslint/eslint-plugin@4.20.0": |
| 373 | + version "4.20.0" |
| 374 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.20.0.tgz#9d8794bd99aad9153092ad13c96164e3082e9a92" |
| 375 | + integrity sha512-sw+3HO5aehYqn5w177z2D82ZQlqHCwcKSMboueo7oE4KU9QiC0SAgfS/D4z9xXvpTc8Bt41Raa9fBR8T2tIhoQ== |
376 | 376 | dependencies:
|
377 |
| - "@typescript-eslint/experimental-utils" "4.19.0" |
378 |
| - "@typescript-eslint/scope-manager" "4.19.0" |
| 377 | + "@typescript-eslint/experimental-utils" "4.20.0" |
| 378 | + "@typescript-eslint/scope-manager" "4.20.0" |
379 | 379 | debug "^4.1.1"
|
380 | 380 | functional-red-black-tree "^1.0.1"
|
381 | 381 | lodash "^4.17.15"
|
382 | 382 | regexpp "^3.0.0"
|
383 | 383 | semver "^7.3.2"
|
384 | 384 | tsutils "^3.17.1"
|
385 | 385 |
|
386 |
| -"@typescript-eslint/experimental-utils@4.19.0": |
387 |
| - version "4.19.0" |
388 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.19.0.tgz#9ca379919906dc72cb0fcd817d6cb5aa2d2054c6" |
389 |
| - integrity sha512-9/23F1nnyzbHKuoTqFN1iXwN3bvOm/PRIXSBR3qFAYotK/0LveEOHr5JT1WZSzcD6BESl8kPOG3OoDRKO84bHA== |
| 386 | +"@typescript-eslint/experimental-utils@4.20.0": |
| 387 | + version "4.20.0" |
| 388 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.20.0.tgz#a8ab2d7b61924f99042b7d77372996d5f41dc44b" |
| 389 | + integrity sha512-sQNlf6rjLq2yB5lELl3gOE7OuoA/6IVXJUJ+Vs7emrQMva14CkOwyQwD7CW+TkmOJ4Q/YGmoDLmbfFrpGmbKng== |
390 | 390 | dependencies:
|
391 | 391 | "@types/json-schema" "^7.0.3"
|
392 |
| - "@typescript-eslint/scope-manager" "4.19.0" |
393 |
| - "@typescript-eslint/types" "4.19.0" |
394 |
| - "@typescript-eslint/typescript-estree" "4.19.0" |
| 392 | + "@typescript-eslint/scope-manager" "4.20.0" |
| 393 | + "@typescript-eslint/types" "4.20.0" |
| 394 | + "@typescript-eslint/typescript-estree" "4.20.0" |
395 | 395 | eslint-scope "^5.0.0"
|
396 | 396 | eslint-utils "^2.0.0"
|
397 | 397 |
|
398 |
| -"@typescript-eslint/parser@4.19.0": |
399 |
| - version "4.19.0" |
400 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.19.0.tgz#4ae77513b39f164f1751f21f348d2e6cb2d11128" |
401 |
| - integrity sha512-/uabZjo2ZZhm66rdAu21HA8nQebl3lAIDcybUoOxoI7VbZBYavLIwtOOmykKCJy+Xq6Vw6ugkiwn8Js7D6wieA== |
| 398 | +"@typescript-eslint/parser@4.20.0": |
| 399 | + version "4.20.0" |
| 400 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.20.0.tgz#8dd403c8b4258b99194972d9799e201b8d083bdd" |
| 401 | + integrity sha512-m6vDtgL9EABdjMtKVw5rr6DdeMCH3OA1vFb0dAyuZSa3e5yw1YRzlwFnm9knma9Lz6b2GPvoNSa8vOXrqsaglA== |
402 | 402 | dependencies:
|
403 |
| - "@typescript-eslint/scope-manager" "4.19.0" |
404 |
| - "@typescript-eslint/types" "4.19.0" |
405 |
| - "@typescript-eslint/typescript-estree" "4.19.0" |
| 403 | + "@typescript-eslint/scope-manager" "4.20.0" |
| 404 | + "@typescript-eslint/types" "4.20.0" |
| 405 | + "@typescript-eslint/typescript-estree" "4.20.0" |
406 | 406 | debug "^4.1.1"
|
407 | 407 |
|
408 |
| -"@typescript-eslint/scope-manager@4.19.0": |
409 |
| - version "4.19.0" |
410 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.19.0.tgz#5e0b49eca4df7684205d957c9856f4e720717a4f" |
411 |
| - integrity sha512-GGy4Ba/hLXwJXygkXqMzduqOMc+Na6LrJTZXJWVhRrSuZeXmu8TAnniQVKgj8uTRKe4igO2ysYzH+Np879G75g== |
| 408 | +"@typescript-eslint/scope-manager@4.20.0": |
| 409 | + version "4.20.0" |
| 410 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.20.0.tgz#953ecbf3b00845ece7be66246608be9d126d05ca" |
| 411 | + integrity sha512-/zm6WR6iclD5HhGpcwl/GOYDTzrTHmvf8LLLkwKqqPKG6+KZt/CfSgPCiybshmck66M2L5fWSF/MKNuCwtKQSQ== |
412 | 412 | dependencies:
|
413 |
| - "@typescript-eslint/types" "4.19.0" |
414 |
| - "@typescript-eslint/visitor-keys" "4.19.0" |
| 413 | + "@typescript-eslint/types" "4.20.0" |
| 414 | + "@typescript-eslint/visitor-keys" "4.20.0" |
415 | 415 |
|
416 |
| -"@typescript-eslint/types@4.19.0": |
417 |
| - version "4.19.0" |
418 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.19.0.tgz#5181d5d2afd02e5b8f149ebb37ffc8bd7b07a568" |
419 |
| - integrity sha512-A4iAlexVvd4IBsSTNxdvdepW0D4uR/fwxDrKUa+iEY9UWvGREu2ZyB8ylTENM1SH8F7bVC9ac9+si3LWNxcBuA== |
| 416 | +"@typescript-eslint/types@4.20.0": |
| 417 | + version "4.20.0" |
| 418 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.20.0.tgz#c6cf5ef3c9b1c8f699a9bbdafb7a1da1ca781225" |
| 419 | + integrity sha512-cYY+1PIjei1nk49JAPnH1VEnu7OYdWRdJhYI5wiKOUMhLTG1qsx5cQxCUTuwWCmQoyriadz3Ni8HZmGSofeC+w== |
420 | 420 |
|
421 |
| -"@typescript-eslint/typescript-estree@4.19.0": |
422 |
| - version "4.19.0" |
423 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.19.0.tgz#8a709ffa400284ab72df33376df085e2e2f61147" |
424 |
| - integrity sha512-3xqArJ/A62smaQYRv2ZFyTA+XxGGWmlDYrsfZG68zJeNbeqRScnhf81rUVa6QG4UgzHnXw5VnMT5cg75dQGDkA== |
| 421 | +"@typescript-eslint/typescript-estree@4.20.0": |
| 422 | + version "4.20.0" |
| 423 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.20.0.tgz#8b3b08f85f18a8da5d88f65cb400f013e88ab7be" |
| 424 | + integrity sha512-Knpp0reOd4ZsyoEJdW8i/sK3mtZ47Ls7ZHvD8WVABNx5Xnn7KhenMTRGegoyMTx6TiXlOVgMz9r0pDgXTEEIHA== |
425 | 425 | dependencies:
|
426 |
| - "@typescript-eslint/types" "4.19.0" |
427 |
| - "@typescript-eslint/visitor-keys" "4.19.0" |
| 426 | + "@typescript-eslint/types" "4.20.0" |
| 427 | + "@typescript-eslint/visitor-keys" "4.20.0" |
428 | 428 | debug "^4.1.1"
|
429 | 429 | globby "^11.0.1"
|
430 | 430 | is-glob "^4.0.1"
|
431 | 431 | semver "^7.3.2"
|
432 | 432 | tsutils "^3.17.1"
|
433 | 433 |
|
434 |
| -"@typescript-eslint/visitor-keys@4.19.0": |
435 |
| - version "4.19.0" |
436 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.19.0.tgz#cbea35109cbd9b26e597644556be4546465d8f7f" |
437 |
| - integrity sha512-aGPS6kz//j7XLSlgpzU2SeTqHPsmRYxFztj2vPuMMFJXZudpRSehE3WCV+BaxwZFvfAqMoSd86TEuM0PQ59E/A== |
| 434 | +"@typescript-eslint/visitor-keys@4.20.0": |
| 435 | + version "4.20.0" |
| 436 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.20.0.tgz#1e84db034da13f208325e6bfc995c3b75f7dbd62" |
| 437 | + integrity sha512-NXKRM3oOVQL8yNFDNCZuieRIwZ5UtjNLYtmMx2PacEAGmbaEYtGgVHUHVyZvU/0rYZcizdrWjDo+WBtRPSgq+A== |
438 | 438 | dependencies:
|
439 |
| - "@typescript-eslint/types" "4.19.0" |
| 439 | + "@typescript-eslint/types" "4.20.0" |
440 | 440 | eslint-visitor-keys "^2.0.0"
|
441 | 441 |
|
442 | 442 | JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@^1.3.5:
|
|
0 commit comments