|
1626 | 1626 | regexpp "^3.0.0" |
1627 | 1627 | tsutils "^3.17.1" |
1628 | 1628 |
|
1629 | | -"@typescript-eslint/[email protected]": |
1630 | | - version "2.31.0" |
1631 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.31.0.tgz#a9ec514bf7fd5e5e82bc10dcb6a86d58baae9508" |
1632 | | - integrity sha512-MI6IWkutLYQYTQgZ48IVnRXmLR/0Q6oAyJgiOror74arUMh7EWjJkADfirZhRsUMHeLJ85U2iySDwHTSnNi9vA== |
1633 | | - dependencies: |
1634 | | - "@types/json-schema" "^7.0.3" |
1635 | | - "@typescript-eslint/typescript-estree" "2.31.0" |
1636 | | - eslint-scope "^5.0.0" |
1637 | | - eslint-utils "^2.0.0" |
1638 | | - |
1639 | 1629 | "@typescript-eslint/[email protected]": |
1640 | 1630 | version "2.33.0" |
1641 | 1631 | resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.33.0.tgz#000f1e5f344fbea1323dc91cc174805d75f99a03" |
|
1646 | 1636 | eslint-scope "^5.0.0" |
1647 | 1637 | eslint-utils "^2.0.0" |
1648 | 1638 |
|
1649 | | -"@typescript-eslint/parser@^2.31.0": |
1650 | | - version "2.31.0" |
1651 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.31.0.tgz#beddd4e8efe64995108b229b2862cd5752d40d6f" |
1652 | | - integrity sha512-uph+w6xUOlyV2DLSC6o+fBDzZ5i7+3/TxAsH4h3eC64tlga57oMb96vVlXoMwjR/nN+xyWlsnxtbDkB46M2EPQ== |
| 1639 | +"@typescript-eslint/[email protected]": |
| 1640 | + version "2.34.0" |
| 1641 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f" |
| 1642 | + integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA== |
| 1643 | + dependencies: |
| 1644 | + "@types/json-schema" "^7.0.3" |
| 1645 | + "@typescript-eslint/typescript-estree" "2.34.0" |
| 1646 | + eslint-scope "^5.0.0" |
| 1647 | + eslint-utils "^2.0.0" |
| 1648 | + |
| 1649 | +"@typescript-eslint/parser@^2.34.0": |
| 1650 | + version "2.34.0" |
| 1651 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.34.0.tgz#50252630ca319685420e9a39ca05fe185a256bc8" |
| 1652 | + integrity sha512-03ilO0ucSD0EPTw2X4PntSIRFtDPWjrVq7C3/Z3VQHRC7+13YB55rcJI3Jt+YgeHbjUdJPcPa7b23rXCBokuyA== |
1653 | 1653 | dependencies: |
1654 | 1654 | "@types/eslint-visitor-keys" "^1.0.0" |
1655 | | - "@typescript-eslint/experimental-utils" "2.31.0" |
1656 | | - "@typescript-eslint/typescript-estree" "2.31.0" |
| 1655 | + "@typescript-eslint/experimental-utils" "2.34.0" |
| 1656 | + "@typescript-eslint/typescript-estree" "2.34.0" |
1657 | 1657 | eslint-visitor-keys "^1.1.0" |
1658 | 1658 |
|
1659 | | -"@typescript-eslint/typescript-estree@2.31.0": |
1660 | | - version "2.31.0" |
1661 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.31.0.tgz#ac536c2d46672aa1f27ba0ec2140d53670635cfd" |
1662 | | - integrity sha512-vxW149bXFXXuBrAak0eKHOzbcu9cvi6iNcJDzEtOkRwGHxJG15chiAQAwhLOsk+86p9GTr/TziYvw+H9kMaIgA== |
| 1659 | +"@typescript-eslint/typescript-estree@2.33.0": |
| 1660 | + version "2.33.0" |
| 1661 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.33.0.tgz#33504c050ccafd38f397a645d4e9534d2eccbb5c" |
| 1662 | + integrity sha512-d8rY6/yUxb0+mEwTShCQF2zYQdLlqihukNfG9IUlLYz5y1CH6G/9XYbrxQLq3Z14RNvkCC6oe+OcFlyUpwUbkg== |
1663 | 1663 | dependencies: |
1664 | 1664 | debug "^4.1.1" |
1665 | 1665 | eslint-visitor-keys "^1.1.0" |
1666 | 1666 | glob "^7.1.6" |
1667 | 1667 | is-glob "^4.0.1" |
1668 | 1668 | lodash "^4.17.15" |
1669 | | - semver "^6.3.0" |
| 1669 | + semver "^7.3.2" |
1670 | 1670 | tsutils "^3.17.1" |
1671 | 1671 |
|
1672 | | -"@typescript-eslint/typescript-estree@2.33.0": |
1673 | | - version "2.33.0" |
1674 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.33.0.tgz#33504c050ccafd38f397a645d4e9534d2eccbb5c" |
1675 | | - integrity sha512-d8rY6/yUxb0+mEwTShCQF2zYQdLlqihukNfG9IUlLYz5y1CH6G/9XYbrxQLq3Z14RNvkCC6oe+OcFlyUpwUbkg== |
| 1672 | +"@typescript-eslint/typescript-estree@2.34.0": |
| 1673 | + version "2.34.0" |
| 1674 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5" |
| 1675 | + integrity sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg== |
1676 | 1676 | dependencies: |
1677 | 1677 | debug "^4.1.1" |
1678 | 1678 | eslint-visitor-keys "^1.1.0" |
|
0 commit comments