|
1488 | 1488 | resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0" |
1489 | 1489 | integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== |
1490 | 1490 |
|
1491 | | -"@types/eslint-visitor-keys@^1.0.0": |
1492 | | - version "1.0.0" |
1493 | | - resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d" |
1494 | | - integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag== |
1495 | | - |
1496 | 1491 | "@types/events@*": |
1497 | 1492 | version "3.0.0" |
1498 | 1493 | resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7" |
|
1634 | 1629 | dependencies: |
1635 | 1630 | "@types/yargs-parser" "*" |
1636 | 1631 |
|
1637 | | -"@typescript-eslint/eslint-plugin@^3.10.1": |
1638 | | - version "3.10.1" |
1639 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.10.1.tgz#7e061338a1383f59edc204c605899f93dc2e2c8f" |
1640 | | - integrity sha512-PQg0emRtzZFWq6PxBcdxRH3QIQiyFO3WCVpRL3fgj5oQS3CDs3AeAKfv4DxNhzn8ITdNJGJ4D3Qw8eAJf3lXeQ== |
| 1632 | +"@typescript-eslint/eslint-plugin@^4.22.1": |
| 1633 | + version "4.22.1" |
| 1634 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.22.1.tgz#6bcdbaa4548553ab861b4e5f34936ead1349a543" |
| 1635 | + integrity sha512-kVTAghWDDhsvQ602tHBc6WmQkdaYbkcTwZu+7l24jtJiYvm9l+/y/b2BZANEezxPDiX5MK2ZecE+9BFi/YJryw== |
1641 | 1636 | dependencies: |
1642 | | - "@typescript-eslint/experimental-utils" "3.10.1" |
| 1637 | + "@typescript-eslint/experimental-utils" "4.22.1" |
| 1638 | + "@typescript-eslint/scope-manager" "4.22.1" |
1643 | 1639 | debug "^4.1.1" |
1644 | 1640 | functional-red-black-tree "^1.0.1" |
| 1641 | + lodash "^4.17.15" |
1645 | 1642 | regexpp "^3.0.0" |
1646 | 1643 | semver "^7.3.2" |
1647 | 1644 | tsutils "^3.17.1" |
1648 | 1645 |
|
1649 | | -"@typescript-eslint/experimental-utils@3.10.1": |
1650 | | - version "3.10.1" |
1651 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz#e179ffc81a80ebcae2ea04e0332f8b251345a686" |
1652 | | - integrity sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw== |
| 1646 | +"@typescript-eslint/experimental-utils@4.22.1": |
| 1647 | + version "4.22.1" |
| 1648 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.22.1.tgz#3938a5c89b27dc9a39b5de63a62ab1623ab27497" |
| 1649 | + integrity sha512-svYlHecSMCQGDO2qN1v477ax/IDQwWhc7PRBiwAdAMJE7GXk5stF4Z9R/8wbRkuX/5e9dHqbIWxjeOjckK3wLQ== |
1653 | 1650 | dependencies: |
1654 | 1651 | "@types/json-schema" "^7.0.3" |
1655 | | - "@typescript-eslint/types" "3.10.1" |
1656 | | - "@typescript-eslint/typescript-estree" "3.10.1" |
| 1652 | + "@typescript-eslint/scope-manager" "4.22.1" |
| 1653 | + "@typescript-eslint/types" "4.22.1" |
| 1654 | + "@typescript-eslint/typescript-estree" "4.22.1" |
1657 | 1655 | eslint-scope "^5.0.0" |
1658 | 1656 | eslint-utils "^2.0.0" |
1659 | 1657 |
|
1660 | | -"@typescript-eslint/parser@^3.10.1": |
1661 | | - version "3.10.1" |
1662 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.10.1.tgz#1883858e83e8b442627e1ac6f408925211155467" |
1663 | | - integrity sha512-Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw== |
| 1658 | +"@typescript-eslint/parser@^4.22.1": |
| 1659 | + version "4.22.1" |
| 1660 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.22.1.tgz#a95bda0fd01d994a15fc3e99dc984294f25c19cc" |
| 1661 | + integrity sha512-l+sUJFInWhuMxA6rtirzjooh8cM/AATAe3amvIkqKFeMzkn85V+eLzb1RyuXkHak4dLfYzOmF6DXPyflJvjQnw== |
1664 | 1662 | dependencies: |
1665 | | - "@types/eslint-visitor-keys" "^1.0.0" |
1666 | | - "@typescript-eslint/experimental-utils" "3.10.1" |
1667 | | - "@typescript-eslint/types" "3.10.1" |
1668 | | - "@typescript-eslint/typescript-estree" "3.10.1" |
1669 | | - eslint-visitor-keys "^1.1.0" |
| 1663 | + "@typescript-eslint/scope-manager" "4.22.1" |
| 1664 | + "@typescript-eslint/types" "4.22.1" |
| 1665 | + "@typescript-eslint/typescript-estree" "4.22.1" |
| 1666 | + debug "^4.1.1" |
| 1667 | + |
| 1668 | +"@typescript-eslint/scope-manager@4.22.1": |
| 1669 | + version "4.22.1" |
| 1670 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.22.1.tgz#5bb357f94f9cd8b94e6be43dd637eb73b8f355b4" |
| 1671 | + integrity sha512-d5bAiPBiessSmNi8Amq/RuLslvcumxLmyhf1/Xa9IuaoFJ0YtshlJKxhlbY7l2JdEk3wS0EnmnfeJWSvADOe0g== |
| 1672 | + dependencies: |
| 1673 | + "@typescript-eslint/types" "4.22.1" |
| 1674 | + "@typescript-eslint/visitor-keys" "4.22.1" |
1670 | 1675 |
|
1671 | | -"@typescript-eslint/types@3.10.1": |
1672 | | - version "3.10.1" |
1673 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727" |
1674 | | - integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ== |
| 1676 | +"@typescript-eslint/types@4.22.1": |
| 1677 | + version "4.22.1" |
| 1678 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.22.1.tgz#bf99c6cec0b4a23d53a61894816927f2adad856a" |
| 1679 | + integrity sha512-2HTkbkdAeI3OOcWbqA8hWf/7z9c6gkmnWNGz0dKSLYLWywUlkOAQ2XcjhlKLj5xBFDf8FgAOF5aQbnLRvgNbCw== |
1675 | 1680 |
|
1676 | | -"@typescript-eslint/typescript-estree@3.10.1": |
1677 | | - version "3.10.1" |
1678 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853" |
1679 | | - integrity sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w== |
| 1681 | +"@typescript-eslint/typescript-estree@4.22.1": |
| 1682 | + version "4.22.1" |
| 1683 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.22.1.tgz#dca379eead8cdfd4edc04805e83af6d148c164f9" |
| 1684 | + integrity sha512-p3We0pAPacT+onSGM+sPR+M9CblVqdA9F1JEdIqRVlxK5Qth4ochXQgIyb9daBomyQKAXbygxp1aXQRV0GC79A== |
1680 | 1685 | dependencies: |
1681 | | - "@typescript-eslint/types" "3.10.1" |
1682 | | - "@typescript-eslint/visitor-keys" "3.10.1" |
| 1686 | + "@typescript-eslint/types" "4.22.1" |
| 1687 | + "@typescript-eslint/visitor-keys" "4.22.1" |
1683 | 1688 | debug "^4.1.1" |
1684 | | - glob "^7.1.6" |
| 1689 | + globby "^11.0.1" |
1685 | 1690 | is-glob "^4.0.1" |
1686 | | - lodash "^4.17.15" |
1687 | 1691 | semver "^7.3.2" |
1688 | 1692 | tsutils "^3.17.1" |
1689 | 1693 |
|
1690 | | -"@typescript-eslint/visitor-keys@3.10.1": |
1691 | | - version "3.10.1" |
1692 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931" |
1693 | | - integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ== |
| 1694 | +"@typescript-eslint/visitor-keys@4.22.1": |
| 1695 | + version "4.22.1" |
| 1696 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.22.1.tgz#6045ae25a11662c671f90b3a403d682dfca0b7a6" |
| 1697 | + integrity sha512-WPkOrIRm+WCLZxXQHCi+WG8T2MMTUFR70rWjdWYddLT7cEfb2P4a3O/J2U1FBVsSFTocXLCoXWY6MZGejeStvQ== |
1694 | 1698 | dependencies: |
1695 | | - eslint-visitor-keys "^1.1.0" |
| 1699 | + "@typescript-eslint/types" "4.22.1" |
| 1700 | + eslint-visitor-keys "^2.0.0" |
1696 | 1701 |
|
1697 | 1702 | JSONStream@^1.0.4: |
1698 | 1703 | version "1.3.5" |
@@ -4533,10 +4538,10 @@ globby@^10.0.1: |
4533 | 4538 | merge2 "^1.2.3" |
4534 | 4539 | slash "^3.0.0" |
4535 | 4540 |
|
4536 | | -globby@^11.0.0, globby@^11.0.2: |
4537 | | - version "11.0.2" |
4538 | | - resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83" |
4539 | | - integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og== |
| 4541 | +globby@^11.0.0, globby@^11.0.1, globby@^11.0.2: |
| 4542 | + version "11.0.3" |
| 4543 | + resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb" |
| 4544 | + integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg== |
4540 | 4545 | dependencies: |
4541 | 4546 | array-union "^2.1.0" |
4542 | 4547 | dir-glob "^3.0.1" |
|
0 commit comments