|
1486 | 1486 | resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0" |
1487 | 1487 | integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== |
1488 | 1488 |
|
1489 | | -"@types/eslint-visitor-keys@^1.0.0": |
1490 | | - version "1.0.0" |
1491 | | - resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d" |
1492 | | - integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag== |
1493 | | - |
1494 | 1489 | "@types/events@*": |
1495 | 1490 | version "3.0.0" |
1496 | 1491 | resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7" |
|
1632 | 1627 | dependencies: |
1633 | 1628 | "@types/yargs-parser" "*" |
1634 | 1629 |
|
1635 | | -"@typescript-eslint/eslint-plugin@^3.10.1": |
1636 | | - version "3.10.1" |
1637 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.10.1.tgz#7e061338a1383f59edc204c605899f93dc2e2c8f" |
1638 | | - integrity sha512-PQg0emRtzZFWq6PxBcdxRH3QIQiyFO3WCVpRL3fgj5oQS3CDs3AeAKfv4DxNhzn8ITdNJGJ4D3Qw8eAJf3lXeQ== |
| 1630 | +"@typescript-eslint/eslint-plugin@^4.21.0": |
| 1631 | + version "4.21.0" |
| 1632 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.21.0.tgz#3fce2bfa76d95c00ac4f33dff369cb593aab8878" |
| 1633 | + integrity sha512-FPUyCPKZbVGexmbCFI3EQHzCZdy2/5f+jv6k2EDljGdXSRc0cKvbndd2nHZkSLqCNOPk0jB6lGzwIkglXcYVsQ== |
1639 | 1634 | dependencies: |
1640 | | - "@typescript-eslint/experimental-utils" "3.10.1" |
| 1635 | + "@typescript-eslint/experimental-utils" "4.21.0" |
| 1636 | + "@typescript-eslint/scope-manager" "4.21.0" |
1641 | 1637 | debug "^4.1.1" |
1642 | 1638 | functional-red-black-tree "^1.0.1" |
| 1639 | + lodash "^4.17.15" |
1643 | 1640 | regexpp "^3.0.0" |
1644 | 1641 | semver "^7.3.2" |
1645 | 1642 | tsutils "^3.17.1" |
1646 | 1643 |
|
1647 | | -"@typescript-eslint/experimental-utils@3.10.1": |
1648 | | - version "3.10.1" |
1649 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz#e179ffc81a80ebcae2ea04e0332f8b251345a686" |
1650 | | - integrity sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw== |
| 1644 | +"@typescript-eslint/experimental-utils@4.21.0": |
| 1645 | + version "4.21.0" |
| 1646 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.21.0.tgz#0b0bb7c15d379140a660c003bdbafa71ae9134b6" |
| 1647 | + integrity sha512-cEbgosW/tUFvKmkg3cU7LBoZhvUs+ZPVM9alb25XvR0dal4qHL3SiUqHNrzoWSxaXA9gsifrYrS1xdDV6w/gIA== |
1651 | 1648 | dependencies: |
1652 | 1649 | "@types/json-schema" "^7.0.3" |
1653 | | - "@typescript-eslint/types" "3.10.1" |
1654 | | - "@typescript-eslint/typescript-estree" "3.10.1" |
| 1650 | + "@typescript-eslint/scope-manager" "4.21.0" |
| 1651 | + "@typescript-eslint/types" "4.21.0" |
| 1652 | + "@typescript-eslint/typescript-estree" "4.21.0" |
1655 | 1653 | eslint-scope "^5.0.0" |
1656 | 1654 | eslint-utils "^2.0.0" |
1657 | 1655 |
|
1658 | | -"@typescript-eslint/parser@^3.10.1": |
1659 | | - version "3.10.1" |
1660 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.10.1.tgz#1883858e83e8b442627e1ac6f408925211155467" |
1661 | | - integrity sha512-Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw== |
| 1656 | +"@typescript-eslint/parser@^4.21.0": |
| 1657 | + version "4.21.0" |
| 1658 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.21.0.tgz#a227fc2af4001668c3e3f7415d4feee5093894c1" |
| 1659 | + integrity sha512-eyNf7QmE5O/l1smaQgN0Lj2M/1jOuNg2NrBm1dqqQN0sVngTLyw8tdCbih96ixlhbF1oINoN8fDCyEH9SjLeIA== |
1662 | 1660 | dependencies: |
1663 | | - "@types/eslint-visitor-keys" "^1.0.0" |
1664 | | - "@typescript-eslint/experimental-utils" "3.10.1" |
1665 | | - "@typescript-eslint/types" "3.10.1" |
1666 | | - "@typescript-eslint/typescript-estree" "3.10.1" |
1667 | | - eslint-visitor-keys "^1.1.0" |
| 1661 | + "@typescript-eslint/scope-manager" "4.21.0" |
| 1662 | + "@typescript-eslint/types" "4.21.0" |
| 1663 | + "@typescript-eslint/typescript-estree" "4.21.0" |
| 1664 | + debug "^4.1.1" |
| 1665 | + |
| 1666 | +"@typescript-eslint/scope-manager@4.21.0": |
| 1667 | + version "4.21.0" |
| 1668 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.21.0.tgz#c81b661c4b8af1ec0c010d847a8f9ab76ab95b4d" |
| 1669 | + integrity sha512-kfOjF0w1Ix7+a5T1knOw00f7uAP9Gx44+OEsNQi0PvvTPLYeXJlsCJ4tYnDj5PQEYfpcgOH5yBlw7K+UEI9Agw== |
| 1670 | + dependencies: |
| 1671 | + "@typescript-eslint/types" "4.21.0" |
| 1672 | + "@typescript-eslint/visitor-keys" "4.21.0" |
1668 | 1673 |
|
1669 | | -"@typescript-eslint/types@3.10.1": |
1670 | | - version "3.10.1" |
1671 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727" |
1672 | | - integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ== |
| 1674 | +"@typescript-eslint/types@4.21.0": |
| 1675 | + version "4.21.0" |
| 1676 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.21.0.tgz#abdc3463bda5d31156984fa5bc316789c960edef" |
| 1677 | + integrity sha512-+OQaupjGVVc8iXbt6M1oZMwyKQNehAfLYJJ3SdvnofK2qcjfor9pEM62rVjBknhowTkh+2HF+/KdRAc/wGBN2w== |
1673 | 1678 |
|
1674 | | -"@typescript-eslint/typescript-estree@3.10.1": |
1675 | | - version "3.10.1" |
1676 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853" |
1677 | | - integrity sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w== |
| 1679 | +"@typescript-eslint/typescript-estree@4.21.0": |
| 1680 | + version "4.21.0" |
| 1681 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.21.0.tgz#3817bd91857beeaeff90f69f1f112ea58d350b0a" |
| 1682 | + integrity sha512-ZD3M7yLaVGVYLw4nkkoGKumb7Rog7QID9YOWobFDMQKNl+vPxqVIW/uDk+MDeGc+OHcoG2nJ2HphwiPNajKw3w== |
1678 | 1683 | dependencies: |
1679 | | - "@typescript-eslint/types" "3.10.1" |
1680 | | - "@typescript-eslint/visitor-keys" "3.10.1" |
| 1684 | + "@typescript-eslint/types" "4.21.0" |
| 1685 | + "@typescript-eslint/visitor-keys" "4.21.0" |
1681 | 1686 | debug "^4.1.1" |
1682 | | - glob "^7.1.6" |
| 1687 | + globby "^11.0.1" |
1683 | 1688 | is-glob "^4.0.1" |
1684 | | - lodash "^4.17.15" |
1685 | 1689 | semver "^7.3.2" |
1686 | 1690 | tsutils "^3.17.1" |
1687 | 1691 |
|
1688 | | -"@typescript-eslint/visitor-keys@3.10.1": |
1689 | | - version "3.10.1" |
1690 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931" |
1691 | | - integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ== |
| 1692 | +"@typescript-eslint/visitor-keys@4.21.0": |
| 1693 | + version "4.21.0" |
| 1694 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.21.0.tgz#990a9acdc124331f5863c2cf21c88ba65233cd8d" |
| 1695 | + integrity sha512-dH22dROWGi5Z6p+Igc8bLVLmwy7vEe8r+8c+raPQU0LxgogPUrRAtRGtvBWmlr9waTu3n+QLt/qrS/hWzk1x5w== |
1692 | 1696 | dependencies: |
1693 | | - eslint-visitor-keys "^1.1.0" |
| 1697 | + "@typescript-eslint/types" "4.21.0" |
| 1698 | + eslint-visitor-keys "^2.0.0" |
1694 | 1699 |
|
1695 | 1700 | JSONStream@^1.0.4: |
1696 | 1701 | version "1.3.5" |
@@ -4521,10 +4526,10 @@ globby@^10.0.1: |
4521 | 4526 | merge2 "^1.2.3" |
4522 | 4527 | slash "^3.0.0" |
4523 | 4528 |
|
4524 | | -globby@^11.0.0, globby@^11.0.2: |
4525 | | - version "11.0.2" |
4526 | | - resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83" |
4527 | | - integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og== |
| 4529 | +globby@^11.0.0, globby@^11.0.1, globby@^11.0.2: |
| 4530 | + version "11.0.3" |
| 4531 | + resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb" |
| 4532 | + integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg== |
4528 | 4533 | dependencies: |
4529 | 4534 | array-union "^2.1.0" |
4530 | 4535 | dir-glob "^3.0.1" |
|
0 commit comments