|
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.15.2": |
| 1631 | + version "4.15.2" |
| 1632 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.15.2.tgz#981b26b4076c62a5a55873fbef3fe98f83360c61" |
| 1633 | + integrity sha512-uiQQeu9tWl3f1+oK0yoAv9lt/KXO24iafxgQTkIYO/kitruILGx3uH+QtIAHqxFV+yIsdnJH+alel9KuE3J15Q== |
1639 | 1634 | dependencies: |
1640 | | - "@typescript-eslint/experimental-utils" "3.10.1" |
| 1635 | + "@typescript-eslint/experimental-utils" "4.15.2" |
| 1636 | + "@typescript-eslint/scope-manager" "4.15.2" |
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.15.2": |
| 1645 | + version "4.15.2" |
| 1646 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.15.2.tgz#5efd12355bd5b535e1831282e6cf465b9a71cf36" |
| 1647 | + integrity sha512-Fxoshw8+R5X3/Vmqwsjc8nRO/7iTysRtDqx6rlfLZ7HbT8TZhPeQqbPjTyk2RheH3L8afumecTQnUc9EeXxohQ== |
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.15.2" |
| 1651 | + "@typescript-eslint/types" "4.15.2" |
| 1652 | + "@typescript-eslint/typescript-estree" "4.15.2" |
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.15.2": |
| 1657 | + version "4.15.2" |
| 1658 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.15.2.tgz#c804474321ef76a3955aec03664808f0d6e7872e" |
| 1659 | + integrity sha512-SHeF8xbsC6z2FKXsaTb1tBCf0QZsjJ94H6Bo51Y1aVEZ4XAefaw5ZAilMoDPlGghe+qtq7XdTiDlGfVTOmvA+Q== |
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.15.2" |
| 1662 | + "@typescript-eslint/types" "4.15.2" |
| 1663 | + "@typescript-eslint/typescript-estree" "4.15.2" |
| 1664 | + debug "^4.1.1" |
1668 | 1665 |
|
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== |
| 1666 | +"@typescript-eslint/scope-manager@4.15.2": |
| 1667 | + version "4.15.2" |
| 1668 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.15.2.tgz#5725bda656995960ae1d004bfd1cd70320f37f4f" |
| 1669 | + integrity sha512-Zm0tf/MSKuX6aeJmuXexgdVyxT9/oJJhaCkijv0DvJVT3ui4zY6XYd6iwIo/8GEZGy43cd7w1rFMiCLHbRzAPQ== |
| 1670 | + dependencies: |
| 1671 | + "@typescript-eslint/types" "4.15.2" |
| 1672 | + "@typescript-eslint/visitor-keys" "4.15.2" |
1673 | 1673 |
|
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== |
| 1674 | +"@typescript-eslint/types@4.15.2": |
| 1675 | + version "4.15.2" |
| 1676 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.15.2.tgz#04acf3a2dc8001a88985291744241e732ef22c60" |
| 1677 | + integrity sha512-r7lW7HFkAarfUylJ2tKndyO9njwSyoy6cpfDKWPX6/ctZA+QyaYscAHXVAfJqtnY6aaTwDYrOhp+ginlbc7HfQ== |
| 1678 | + |
| 1679 | +"@typescript-eslint/typescript-estree@4.15.2": |
| 1680 | + version "4.15.2" |
| 1681 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.15.2.tgz#c2f7a1e94f3428d229d5ecff3ead6581ee9b62fa" |
| 1682 | + integrity sha512-cGR8C2g5SPtHTQvAymEODeqx90pJHadWsgTtx6GbnTWKqsg7yp6Eaya9nFzUd4KrKhxdYTTFBiYeTPQaz/l8bw== |
1678 | 1683 | dependencies: |
1679 | | - "@typescript-eslint/types" "3.10.1" |
1680 | | - "@typescript-eslint/visitor-keys" "3.10.1" |
| 1684 | + "@typescript-eslint/types" "4.15.2" |
| 1685 | + "@typescript-eslint/visitor-keys" "4.15.2" |
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.15.2": |
| 1693 | + version "4.15.2" |
| 1694 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.15.2.tgz#3d1c7979ce75bf6acf9691109bd0d6b5706192b9" |
| 1695 | + integrity sha512-TME1VgSb7wTwgENN5KVj4Nqg25hP8DisXxNBojM4Nn31rYaNDIocNm5cmjOFfh42n7NVERxWrDFoETO/76ePyg== |
1692 | 1696 | dependencies: |
1693 | | - eslint-visitor-keys "^1.1.0" |
| 1697 | + "@typescript-eslint/types" "4.15.2" |
| 1698 | + eslint-visitor-keys "^2.0.0" |
1694 | 1699 |
|
1695 | 1700 | JSONStream@^1.0.4: |
1696 | 1701 | version "1.3.5" |
@@ -4521,7 +4526,7 @@ 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: |
| 4529 | +globby@^11.0.0, globby@^11.0.1, globby@^11.0.2: |
4525 | 4530 | version "11.0.2" |
4526 | 4531 | resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83" |
4527 | 4532 | integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og== |
|
0 commit comments