|
549 | 549 | eslint-utils "^3.0.0" |
550 | 550 |
|
551 | 551 | "@typescript-eslint/parser@^4.7.0": |
552 | | - version "4.28.0" |
553 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.0.tgz#2404c16751a28616ef3abab77c8e51d680a12caa" |
554 | | - integrity sha512-7x4D22oPY8fDaOCvkuXtYYTQ6mTMmkivwEzS+7iml9F9VkHGbbZ3x4fHRwxAb5KeuSkLqfnYjs46tGx2Nour4A== |
| 552 | + version "4.28.1" |
| 553 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.1.tgz#5181b81658414f47291452c15bf6cd44a32f85bd" |
| 554 | + integrity sha512-UjrMsgnhQIIK82hXGaD+MCN8IfORS1CbMdu7VlZbYa8LCZtbZjJA26De4IPQB7XYZbL8gJ99KWNj0l6WD0guJg== |
555 | 555 | dependencies: |
556 | | - "@typescript-eslint/scope-manager" "4.28.0" |
557 | | - "@typescript-eslint/types" "4.28.0" |
558 | | - "@typescript-eslint/typescript-estree" "4.28.0" |
| 556 | + "@typescript-eslint/scope-manager" "4.28.1" |
| 557 | + "@typescript-eslint/types" "4.28.1" |
| 558 | + "@typescript-eslint/typescript-estree" "4.28.1" |
559 | 559 | debug "^4.3.1" |
560 | 560 |
|
561 | | -"@typescript-eslint/scope-manager@4.28.0": |
562 | | - version "4.28.0" |
563 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.0.tgz#6a3009d2ab64a30fc8a1e257a1a320067f36a0ce" |
564 | | - integrity sha512-eCALCeScs5P/EYjwo6se9bdjtrh8ByWjtHzOkC4Tia6QQWtQr3PHovxh3TdYTuFcurkYI4rmFsRFpucADIkseg== |
565 | | - dependencies: |
566 | | - "@typescript-eslint/types" "4.28.0" |
567 | | - "@typescript-eslint/visitor-keys" "4.28.0" |
568 | | - |
569 | 561 | "@typescript-eslint/scope-manager@4.28.1": |
570 | 562 | version "4.28.1" |
571 | 563 | resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.1.tgz#fd3c20627cdc12933f6d98b386940d8d0ce8a991" |
|
574 | 566 | "@typescript-eslint/types" "4.28.1" |
575 | 567 | "@typescript-eslint/visitor-keys" "4.28.1" |
576 | 568 |
|
577 | | -"@typescript-eslint/types@4.28.0": |
578 | | - version "4.28.0" |
579 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.0.tgz#a33504e1ce7ac51fc39035f5fe6f15079d4dafb0" |
580 | | - integrity sha512-p16xMNKKoiJCVZY5PW/AfILw2xe1LfruTcfAKBj3a+wgNYP5I9ZEKNDOItoRt53p4EiPV6iRSICy8EPanG9ZVA== |
581 | | - |
582 | 569 | "@typescript-eslint/types@4.28.1": |
583 | 570 | version "4.28.1" |
584 | 571 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.1.tgz#d0f2ecbef3684634db357b9bbfc97b94b828f83f" |
585 | 572 | integrity sha512-4z+knEihcyX7blAGi7O3Fm3O6YRCP+r56NJFMNGsmtdw+NCdpG5SgNz427LS9nQkRVTswZLhz484hakQwB8RRg== |
586 | 573 |
|
587 | | -"@typescript-eslint/typescript-estree@4.28.0": |
588 | | - version "4.28.0" |
589 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.0.tgz#e66d4e5aa2ede66fec8af434898fe61af10c71cf" |
590 | | - integrity sha512-m19UQTRtxMzKAm8QxfKpvh6OwQSXaW1CdZPoCaQuLwAq7VZMNuhJmZR4g5281s2ECt658sldnJfdpSZZaxUGMQ== |
591 | | - dependencies: |
592 | | - "@typescript-eslint/types" "4.28.0" |
593 | | - "@typescript-eslint/visitor-keys" "4.28.0" |
594 | | - debug "^4.3.1" |
595 | | - globby "^11.0.3" |
596 | | - is-glob "^4.0.1" |
597 | | - semver "^7.3.5" |
598 | | - tsutils "^3.21.0" |
599 | | - |
600 | 574 | "@typescript-eslint/typescript-estree@4.28.1": |
601 | 575 | version "4.28.1" |
602 | 576 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.1.tgz#af882ae41740d1f268e38b4d0fad21e7e8d86a81" |
|
610 | 584 | semver "^7.3.5" |
611 | 585 | tsutils "^3.21.0" |
612 | 586 |
|
613 | | -"@typescript-eslint/visitor-keys@4.28.0": |
614 | | - version "4.28.0" |
615 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.0.tgz#255c67c966ec294104169a6939d96f91c8a89434" |
616 | | - integrity sha512-PjJyTWwrlrvM5jazxYF5ZPs/nl0kHDZMVbuIcbpawVXaDPelp3+S9zpOz5RmVUfS/fD5l5+ZXNKnWhNYjPzCvw== |
617 | | - dependencies: |
618 | | - "@typescript-eslint/types" "4.28.0" |
619 | | - eslint-visitor-keys "^2.0.0" |
620 | | - |
621 | 587 | "@typescript-eslint/visitor-keys@4.28.1": |
622 | 588 | version "4.28.1" |
623 | 589 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.1.tgz#162a515ee255f18a6068edc26df793cdc1ec9157" |
|
0 commit comments