|
1109 | 1109 | dependencies: |
1110 | 1110 | "@types/yargs-parser" "*" |
1111 | 1111 |
|
1112 | | -"@typescript-eslint/eslint-plugin@^2.5.0": |
1113 | | - version "2.5.0" |
1114 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.5.0.tgz#101d96743ce3365b3223df73d641078c9b775903" |
1115 | | - integrity sha512-ddrJZxp5ns1Lh5ofZQYk3P8RyvKfyz/VcRR4ZiJLHO/ljnQAO8YvTfj268+WJOOadn99mvDiqJA65+HAKoeSPA== |
| 1112 | +"@typescript-eslint/eslint-plugin@^2.11.0": |
| 1113 | + version "2.11.0" |
| 1114 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.11.0.tgz#4477c33491ccf0a9a3f4a30ef84978fa0ea0cad2" |
| 1115 | + integrity sha512-G2HHA1vpMN0EEbUuWubiCCfd0R3a30BB+UdvnFkxwZIxYEGOrWEXDv8tBFO9f44CWc47Xv9lLM3VSn4ORLI2bA== |
1116 | 1116 | dependencies: |
1117 | | - "@typescript-eslint/experimental-utils" "2.5.0" |
1118 | | - eslint-utils "^1.4.2" |
| 1117 | + "@typescript-eslint/experimental-utils" "2.11.0" |
| 1118 | + eslint-utils "^1.4.3" |
1119 | 1119 | functional-red-black-tree "^1.0.1" |
1120 | | - regexpp "^2.0.1" |
| 1120 | + regexpp "^3.0.0" |
1121 | 1121 | tsutils "^3.17.1" |
1122 | 1122 |
|
| 1123 | +"@typescript-eslint/[email protected]": |
| 1124 | + version "2.11.0" |
| 1125 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.11.0.tgz#cef18e6b122706c65248a5d8984a9779ed1e52ac" |
| 1126 | + integrity sha512-YxcA/y0ZJaCc/fB/MClhcDxHI0nOBB7v2/WxBju2cOTanX7jO9ttQq6Fy4yW9UaY5bPd9xL3cun3lDVqk67sPQ== |
| 1127 | + dependencies: |
| 1128 | + "@types/json-schema" "^7.0.3" |
| 1129 | + "@typescript-eslint/typescript-estree" "2.11.0" |
| 1130 | + eslint-scope "^5.0.0" |
| 1131 | + |
1123 | 1132 | "@typescript-eslint/[email protected]": |
1124 | 1133 | version "2.5.0" |
1125 | 1134 | resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.5.0.tgz#383a97ded9a7940e5053449f6d73995e782b8fb1" |
|
1139 | 1148 | "@typescript-eslint/typescript-estree" "2.5.0" |
1140 | 1149 | eslint-visitor-keys "^1.1.0" |
1141 | 1150 |
|
| 1151 | +"@typescript-eslint/[email protected]": |
| 1152 | + version "2.11.0" |
| 1153 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.11.0.tgz#21ada6504274cd1644855926312c798fc697e9fb" |
| 1154 | + integrity sha512-HGY4+d4MagO6cKMcKfIKaTMxcAv7dEVnji2Zi+vi5VV8uWAM631KjAB5GxFcexMYrwKT0EekRiiGK1/Sd7VFGA== |
| 1155 | + dependencies: |
| 1156 | + debug "^4.1.1" |
| 1157 | + eslint-visitor-keys "^1.1.0" |
| 1158 | + glob "^7.1.6" |
| 1159 | + is-glob "^4.0.1" |
| 1160 | + lodash.unescape "4.0.1" |
| 1161 | + semver "^6.3.0" |
| 1162 | + tsutils "^3.17.1" |
| 1163 | + |
1142 | 1164 | "@typescript-eslint/[email protected]": |
1143 | 1165 | version "2.5.0" |
1144 | 1166 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.5.0.tgz#40ada624d6217ef092a3a79ed30d947ad4f212ce" |
@@ -2437,7 +2459,7 @@ eslint-scope@^5.0.0: |
2437 | 2459 | esrecurse "^4.1.0" |
2438 | 2460 | estraverse "^4.1.1" |
2439 | 2461 |
|
2440 | | -eslint-utils@^1.4.2, eslint-utils@^1.4.3: |
| 2462 | +eslint-utils@^1.4.3: |
2441 | 2463 | version "1.4.3" |
2442 | 2464 | resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f" |
2443 | 2465 | integrity sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q== |
@@ -3057,6 +3079,18 @@ glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4: |
3057 | 3079 | once "^1.3.0" |
3058 | 3080 | path-is-absolute "^1.0.0" |
3059 | 3081 |
|
| 3082 | +glob@^7.1.6: |
| 3083 | + version "7.1.6" |
| 3084 | + resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6" |
| 3085 | + integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== |
| 3086 | + dependencies: |
| 3087 | + fs.realpath "^1.0.0" |
| 3088 | + inflight "^1.0.4" |
| 3089 | + inherits "2" |
| 3090 | + minimatch "^3.0.4" |
| 3091 | + once "^1.3.0" |
| 3092 | + path-is-absolute "^1.0.0" |
| 3093 | + |
3060 | 3094 | global-dirs@^0.1.0: |
3061 | 3095 | version "0.1.1" |
3062 | 3096 | resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445" |
@@ -5639,6 +5673,11 @@ regexpp@^2.0.1: |
5639 | 5673 | resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f" |
5640 | 5674 | integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw== |
5641 | 5675 |
|
| 5676 | +regexpp@^3.0.0: |
| 5677 | + version "3.0.0" |
| 5678 | + resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.0.0.tgz#dd63982ee3300e67b41c1956f850aa680d9d330e" |
| 5679 | + integrity sha512-Z+hNr7RAVWxznLPuA7DIh8UNX1j9CDrUQxskw9IrBE1Dxue2lyXT+shqEIeLUjrokxIP8CMy1WkjgG3rTsd5/g== |
| 5680 | + |
5642 | 5681 | regexpu-core@^4.6.0: |
5643 | 5682 | version "4.6.0" |
5644 | 5683 | resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.6.0.tgz#2037c18b327cfce8a6fea2a4ec441f2432afb8b6" |
|
0 commit comments