|
934 | 934 | tsutils "^3.7.0"
|
935 | 935 |
|
936 | 936 | "@typescript-eslint/eslint-plugin@^2.5.0":
|
937 |
| - version "2.14.0" |
938 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.14.0.tgz#c74447400537d4eb7aae1e31879ab43e6c662a8a" |
939 |
| - integrity sha512-sneOJ3Hu0m5whJiVIxGBZZZMxMJ7c0LhAJzeMJgHo+n5wFs+/6rSR/gl7crkdR2kNwfOOSdzdc0gMvatG4dX2Q== |
| 937 | + version "2.28.0" |
| 938 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.28.0.tgz#4431bc6d3af41903e5255770703d4e55a0ccbdec" |
| 939 | + integrity sha512-w0Ugcq2iatloEabQP56BRWJowliXUP5Wv6f9fKzjJmDW81hOTBxRoJ4LoEOxRpz9gcY51Libytd2ba3yLmSOfg== |
940 | 940 | dependencies:
|
941 |
| - "@typescript-eslint/experimental-utils" "2.14.0" |
942 |
| - eslint-utils "^1.4.3" |
| 941 | + "@typescript-eslint/experimental-utils" "2.28.0" |
943 | 942 | functional-red-black-tree "^1.0.1"
|
944 | 943 | regexpp "^3.0.0"
|
945 | 944 | tsutils "^3.17.1"
|
|
962 | 961 | "@typescript-eslint/typescript-estree" "2.14.0"
|
963 | 962 | eslint-scope "^5.0.0"
|
964 | 963 |
|
| 964 | +"@typescript-eslint/experimental-utils@2.28.0": |
| 965 | + version "2.28.0" |
| 966 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.28.0.tgz#1fd0961cd8ef6522687b4c562647da6e71f8833d" |
| 967 | + integrity sha512-4SL9OWjvFbHumM/Zh/ZeEjUFxrYKtdCi7At4GyKTbQlrj1HcphIDXlje4Uu4cY+qzszR5NdVin4CCm6AXCjd6w== |
| 968 | + dependencies: |
| 969 | + "@types/json-schema" "^7.0.3" |
| 970 | + "@typescript-eslint/typescript-estree" "2.28.0" |
| 971 | + eslint-scope "^5.0.0" |
| 972 | + eslint-utils "^2.0.0" |
| 973 | + |
965 | 974 | "@typescript-eslint/parser@^1.5.0":
|
966 | 975 | version "1.13.0"
|
967 | 976 | resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-1.13.0.tgz#61ac7811ea52791c47dc9fd4dd4a184fae9ac355"
|
|
1003 | 1012 | semver "^6.3.0"
|
1004 | 1013 | tsutils "^3.17.1"
|
1005 | 1014 |
|
| 1015 | +"@typescript-eslint/typescript-estree@2.28.0": |
| 1016 | + version "2.28.0" |
| 1017 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.28.0.tgz#d34949099ff81092c36dc275b6a1ea580729ba00" |
| 1018 | + integrity sha512-HDr8MP9wfwkiuqzRVkuM3BeDrOC4cKbO5a6BymZBHUt5y/2pL0BXD6I/C/ceq2IZoHWhcASk+5/zo+dwgu9V8Q== |
| 1019 | + dependencies: |
| 1020 | + debug "^4.1.1" |
| 1021 | + eslint-visitor-keys "^1.1.0" |
| 1022 | + glob "^7.1.6" |
| 1023 | + is-glob "^4.0.1" |
| 1024 | + lodash "^4.17.15" |
| 1025 | + semver "^6.3.0" |
| 1026 | + tsutils "^3.17.1" |
| 1027 | + |
1006 | 1028 | abab@^2.0.0:
|
1007 | 1029 | version "2.0.2"
|
1008 | 1030 | resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.2.tgz#a2fba1b122c69a85caa02d10f9270c7219709a9d"
|
@@ -1999,6 +2021,13 @@ eslint-utils@^1.3.1, eslint-utils@^1.4.3:
|
1999 | 2021 | dependencies:
|
2000 | 2022 | eslint-visitor-keys "^1.1.0"
|
2001 | 2023 |
|
| 2024 | +eslint-utils@^2.0.0: |
| 2025 | + version "2.0.0" |
| 2026 | + resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.0.0.tgz#7be1cc70f27a72a76cd14aa698bcabed6890e1cd" |
| 2027 | + integrity sha512-0HCPuJv+7Wv1bACm8y5/ECVfYdfsAm9xmVb7saeFlxjPYALefjhbYoCkBjPdPzGH8wWyTpAez82Fh3VKYEZ8OA== |
| 2028 | + dependencies: |
| 2029 | + eslint-visitor-keys "^1.1.0" |
| 2030 | + |
2002 | 2031 | eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
|
2003 | 2032 | version "1.1.0"
|
2004 | 2033 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
|
|
0 commit comments