|
227 | 227 | dependencies:
|
228 | 228 | "@jridgewell/trace-mapping" "0.3.9"
|
229 | 229 |
|
| 230 | +"@eslint-community/eslint-utils@^4.2.0": |
| 231 | + version "4.4.0" |
| 232 | + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59" |
| 233 | + integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA== |
| 234 | + dependencies: |
| 235 | + eslint-visitor-keys "^3.3.0" |
| 236 | + |
| 237 | +"@eslint-community/regexpp@^4.4.0": |
| 238 | + version "4.5.0" |
| 239 | + resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.0.tgz#f6f729b02feee2c749f57e334b7a1b5f40a81724" |
| 240 | + integrity sha512-vITaYzIcNmjn5tF5uxcZ/ft7/RXGrMUIS9HalWckEOF6ESiwXKoMzAQf2UW0aVd6rnOeExTJVd5hmWXucBKGXQ== |
| 241 | + |
230 | 242 | "@eslint/eslintrc@^0.4.3":
|
231 | 243 | version "0.4.3"
|
232 | 244 | resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
|
|
499 | 511 | dependencies:
|
500 | 512 | "@types/yargs-parser" "*"
|
501 | 513 |
|
502 |
| -"@typescript-eslint/eslint-plugin@^5.20.0", "@typescript-eslint/eslint-plugin@^5.54.1": |
503 |
| - version "5.54.1" |
504 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.54.1.tgz#0c5091289ce28372e38ab8d28e861d2dbe1ab29e" |
505 |
| - integrity sha512-a2RQAkosH3d3ZIV08s3DcL/mcGc2M/UC528VkPULFxR9VnVPT8pBu0IyBAJJmVsCmhVfwQX1v6q+QGnmSe1bew== |
| 514 | +"@typescript-eslint/eslint-plugin@^5.20.0", "@typescript-eslint/eslint-plugin@^5.57.0": |
| 515 | + version "5.57.0" |
| 516 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.57.0.tgz#52c8a7a4512f10e7249ca1e2e61f81c62c34365c" |
| 517 | + integrity sha512-itag0qpN6q2UMM6Xgk6xoHa0D0/P+M17THnr4SVgqn9Rgam5k/He33MA7/D7QoJcdMxHFyX7U9imaBonAX/6qA== |
506 | 518 | dependencies:
|
507 |
| - "@typescript-eslint/scope-manager" "5.54.1" |
508 |
| - "@typescript-eslint/type-utils" "5.54.1" |
509 |
| - "@typescript-eslint/utils" "5.54.1" |
| 519 | + "@eslint-community/regexpp" "^4.4.0" |
| 520 | + "@typescript-eslint/scope-manager" "5.57.0" |
| 521 | + "@typescript-eslint/type-utils" "5.57.0" |
| 522 | + "@typescript-eslint/utils" "5.57.0" |
510 | 523 | debug "^4.3.4"
|
511 | 524 | grapheme-splitter "^1.0.4"
|
512 | 525 | ignore "^5.2.0"
|
513 | 526 | natural-compare-lite "^1.4.0"
|
514 |
| - regexpp "^3.2.0" |
515 | 527 | semver "^7.3.7"
|
516 | 528 | tsutils "^3.21.0"
|
517 | 529 |
|
|
522 | 534 | dependencies:
|
523 | 535 | "@typescript-eslint/utils" "5.40.0"
|
524 | 536 |
|
525 |
| -"@typescript-eslint/parser@^5.20.0", "@typescript-eslint/parser@^5.54.1": |
526 |
| - version "5.54.1" |
527 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.54.1.tgz#05761d7f777ef1c37c971d3af6631715099b084c" |
528 |
| - integrity sha512-8zaIXJp/nG9Ff9vQNh7TI+C3nA6q6iIsGJ4B4L6MhZ7mHnTMR4YP5vp2xydmFXIy8rpyIVbNAG44871LMt6ujg== |
| 537 | +"@typescript-eslint/parser@^5.20.0", "@typescript-eslint/parser@^5.57.0": |
| 538 | + version "5.57.0" |
| 539 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.57.0.tgz#f675bf2cd1a838949fd0de5683834417b757e4fa" |
| 540 | + integrity sha512-orrduvpWYkgLCyAdNtR1QIWovcNZlEm6yL8nwH/eTxWLd8gsP+25pdLHYzL2QdkqrieaDwLpytHqycncv0woUQ== |
529 | 541 | dependencies:
|
530 |
| - "@typescript-eslint/scope-manager" "5.54.1" |
531 |
| - "@typescript-eslint/types" "5.54.1" |
532 |
| - "@typescript-eslint/typescript-estree" "5.54.1" |
| 542 | + "@typescript-eslint/scope-manager" "5.57.0" |
| 543 | + "@typescript-eslint/types" "5.57.0" |
| 544 | + "@typescript-eslint/typescript-estree" "5.57.0" |
533 | 545 | debug "^4.3.4"
|
534 | 546 |
|
535 | 547 | "@typescript-eslint/[email protected]":
|
|
540 | 552 | "@typescript-eslint/types" "5.40.0"
|
541 | 553 | "@typescript-eslint/visitor-keys" "5.40.0"
|
542 | 554 |
|
543 |
| -"@typescript-eslint/scope-manager@5.54.1": |
544 |
| - version "5.54.1" |
545 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.54.1.tgz#6d864b4915741c608a58ce9912edf5a02bb58735" |
546 |
| - integrity sha512-zWKuGliXxvuxyM71UA/EcPxaviw39dB2504LqAmFDjmkpO8qNLHcmzlh6pbHs1h/7YQ9bnsO8CCcYCSA8sykUg== |
| 555 | +"@typescript-eslint/scope-manager@5.57.0": |
| 556 | + version "5.57.0" |
| 557 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.57.0.tgz#79ccd3fa7bde0758059172d44239e871e087ea36" |
| 558 | + integrity sha512-NANBNOQvllPlizl9LatX8+MHi7bx7WGIWYjPHDmQe5Si/0YEYfxSljJpoTyTWFTgRy3X8gLYSE4xQ2U+aCozSw== |
547 | 559 | dependencies:
|
548 |
| - "@typescript-eslint/types" "5.54.1" |
549 |
| - "@typescript-eslint/visitor-keys" "5.54.1" |
| 560 | + "@typescript-eslint/types" "5.57.0" |
| 561 | + "@typescript-eslint/visitor-keys" "5.57.0" |
550 | 562 |
|
551 |
| -"@typescript-eslint/type-utils@5.54.1": |
552 |
| - version "5.54.1" |
553 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.54.1.tgz#4825918ec27e55da8bb99cd07ec2a8e5f50ab748" |
554 |
| - integrity sha512-WREHsTz0GqVYLIbzIZYbmUUr95DKEKIXZNH57W3s+4bVnuF1TKe2jH8ZNH8rO1CeMY3U4j4UQeqPNkHMiGem3g== |
| 563 | +"@typescript-eslint/type-utils@5.57.0": |
| 564 | + version "5.57.0" |
| 565 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.57.0.tgz#98e7531c4e927855d45bd362de922a619b4319f2" |
| 566 | + integrity sha512-kxXoq9zOTbvqzLbdNKy1yFrxLC6GDJFE2Yuo3KqSwTmDOFjUGeWSakgoXT864WcK5/NAJkkONCiKb1ddsqhLXQ== |
555 | 567 | dependencies:
|
556 |
| - "@typescript-eslint/typescript-estree" "5.54.1" |
557 |
| - "@typescript-eslint/utils" "5.54.1" |
| 568 | + "@typescript-eslint/typescript-estree" "5.57.0" |
| 569 | + "@typescript-eslint/utils" "5.57.0" |
558 | 570 | debug "^4.3.4"
|
559 | 571 | tsutils "^3.21.0"
|
560 | 572 |
|
|
563 | 575 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.0.tgz#8de07e118a10b8f63c99e174a3860f75608c822e"
|
564 | 576 | integrity sha512-V1KdQRTXsYpf1Y1fXCeZ+uhjW48Niiw0VGt4V8yzuaDTU8Z1Xl7yQDyQNqyAFcVhpYXIVCEuxSIWTsLDpHgTbw==
|
565 | 577 |
|
566 |
| -"@typescript-eslint/types@5.54.1": |
567 |
| - version "5.54.1" |
568 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.54.1.tgz#29fbac29a716d0f08c62fe5de70c9b6735de215c" |
569 |
| - integrity sha512-G9+1vVazrfAfbtmCapJX8jRo2E4MDXxgm/IMOF4oGh3kq7XuK3JRkOg6y2Qu1VsTRmWETyTkWt1wxy7X7/yLkw== |
| 578 | +"@typescript-eslint/types@5.57.0": |
| 579 | + version "5.57.0" |
| 580 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.57.0.tgz#727bfa2b64c73a4376264379cf1f447998eaa132" |
| 581 | + integrity sha512-mxsod+aZRSyLT+jiqHw1KK6xrANm19/+VFALVFP5qa/aiJnlP38qpyaTd0fEKhWvQk6YeNZ5LGwI1pDpBRBhtQ== |
570 | 582 |
|
571 | 583 | "@typescript-eslint/[email protected]":
|
572 | 584 | version "5.40.0"
|
|
581 | 593 | semver "^7.3.7"
|
582 | 594 | tsutils "^3.21.0"
|
583 | 595 |
|
584 |
| -"@typescript-eslint/typescript-estree@5.54.1": |
585 |
| - version "5.54.1" |
586 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.54.1.tgz#df7b6ae05fd8fef724a87afa7e2f57fa4a599be1" |
587 |
| - integrity sha512-bjK5t+S6ffHnVwA0qRPTZrxKSaFYocwFIkZx5k7pvWfsB1I57pO/0M0Skatzzw1sCkjJ83AfGTL0oFIFiDX3bg== |
| 596 | +"@typescript-eslint/typescript-estree@5.57.0": |
| 597 | + version "5.57.0" |
| 598 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.57.0.tgz#ebcd0ee3e1d6230e888d88cddf654252d41e2e40" |
| 599 | + integrity sha512-LTzQ23TV82KpO8HPnWuxM2V7ieXW8O142I7hQTxWIHDcCEIjtkat6H96PFkYBQqGFLW/G/eVVOB9Z8rcvdY/Vw== |
588 | 600 | dependencies:
|
589 |
| - "@typescript-eslint/types" "5.54.1" |
590 |
| - "@typescript-eslint/visitor-keys" "5.54.1" |
| 601 | + "@typescript-eslint/types" "5.57.0" |
| 602 | + "@typescript-eslint/visitor-keys" "5.57.0" |
591 | 603 | debug "^4.3.4"
|
592 | 604 | globby "^11.1.0"
|
593 | 605 | is-glob "^4.0.3"
|
|
607 | 619 | eslint-utils "^3.0.0"
|
608 | 620 | semver "^7.3.7"
|
609 | 621 |
|
610 |
| -"@typescript-eslint/utils@5.54.1": |
611 |
| - version "5.54.1" |
612 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.54.1.tgz#7a3ee47409285387b9d4609ea7e1020d1797ec34" |
613 |
| - integrity sha512-IY5dyQM8XD1zfDe5X8jegX6r2EVU5o/WJnLu/znLPWCBF7KNGC+adacXnt5jEYS9JixDcoccI6CvE4RCjHMzCQ== |
| 622 | +"@typescript-eslint/utils@5.57.0": |
| 623 | + version "5.57.0" |
| 624 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.57.0.tgz#eab8f6563a2ac31f60f3e7024b91bf75f43ecef6" |
| 625 | + integrity sha512-ps/4WohXV7C+LTSgAL5CApxvxbMkl9B9AUZRtnEFonpIxZDIT7wC1xfvuJONMidrkB9scs4zhtRyIwHh4+18kw== |
614 | 626 | dependencies:
|
| 627 | + "@eslint-community/eslint-utils" "^4.2.0" |
615 | 628 | "@types/json-schema" "^7.0.9"
|
616 | 629 | "@types/semver" "^7.3.12"
|
617 |
| - "@typescript-eslint/scope-manager" "5.54.1" |
618 |
| - "@typescript-eslint/types" "5.54.1" |
619 |
| - "@typescript-eslint/typescript-estree" "5.54.1" |
| 630 | + "@typescript-eslint/scope-manager" "5.57.0" |
| 631 | + "@typescript-eslint/types" "5.57.0" |
| 632 | + "@typescript-eslint/typescript-estree" "5.57.0" |
620 | 633 | eslint-scope "^5.1.1"
|
621 |
| - eslint-utils "^3.0.0" |
622 | 634 | semver "^7.3.7"
|
623 | 635 |
|
624 | 636 | "@typescript-eslint/[email protected]":
|
|
629 | 641 | "@typescript-eslint/types" "5.40.0"
|
630 | 642 | eslint-visitor-keys "^3.3.0"
|
631 | 643 |
|
632 |
| -"@typescript-eslint/visitor-keys@5.54.1": |
633 |
| - version "5.54.1" |
634 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.54.1.tgz#d7a8a0f7181d6ac748f4d47b2306e0513b98bf8b" |
635 |
| - integrity sha512-q8iSoHTgwCfgcRJ2l2x+xCbu8nBlRAlsQ33k24Adj8eoVBE0f8dUeI+bAa8F84Mv05UGbAx57g2zrRsYIooqQg== |
| 644 | +"@typescript-eslint/visitor-keys@5.57.0": |
| 645 | + version "5.57.0" |
| 646 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.57.0.tgz#e2b2f4174aff1d15eef887ce3d019ecc2d7a8ac1" |
| 647 | + integrity sha512-ery2g3k0hv5BLiKpPuwYt9KBkAp2ugT6VvyShXdLOkax895EC55sP0Tx5L0fZaQueiK3fBLvHVvEl3jFS5ia+g== |
636 | 648 | dependencies:
|
637 |
| - "@typescript-eslint/types" "5.54.1" |
| 649 | + "@typescript-eslint/types" "5.57.0" |
638 | 650 | eslint-visitor-keys "^3.3.0"
|
639 | 651 |
|
640 | 652 | acorn-jsx@^5.3.1:
|
@@ -2399,7 +2411,7 @@ regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3:
|
2399 | 2411 | define-properties "^1.1.3"
|
2400 | 2412 | functions-have-names "^1.2.2"
|
2401 | 2413 |
|
2402 |
| -regexpp@^3.1.0, regexpp@^3.2.0: |
| 2414 | +regexpp@^3.1.0: |
2403 | 2415 | version "3.2.0"
|
2404 | 2416 | resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
|
2405 | 2417 | integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
|
|
0 commit comments