|
1132 | 1132 | eslint-scope "^5.1.1"
|
1133 | 1133 | eslint-utils "^3.0.0"
|
1134 | 1134 |
|
1135 |
| -"@typescript-eslint/parser@4.28.5": |
1136 |
| - version "4.28.5" |
1137 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.5.tgz#9c971668f86d1b5c552266c47788a87488a47d1c" |
1138 |
| - integrity sha512-NPCOGhTnkXGMqTznqgVbA5LqVsnw+i3+XA1UKLnAb+MG1Y1rP4ZSK9GX0kJBmAZTMIktf+dTwXToT6kFwyimbw== |
1139 |
| - dependencies: |
1140 |
| - "@typescript-eslint/scope-manager" "4.28.5" |
1141 |
| - "@typescript-eslint/types" "4.28.5" |
1142 |
| - "@typescript-eslint/typescript-estree" "4.28.5" |
1143 |
| - debug "^4.3.1" |
1144 |
| - |
1145 |
| -"@typescript-eslint/scope-manager@4.28.5": |
1146 |
| - version "4.28.5" |
1147 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.5.tgz#3a1b70c50c1535ac33322786ea99ebe403d3b923" |
1148 |
| - integrity sha512-PHLq6n9nTMrLYcVcIZ7v0VY1X7dK309NM8ya9oL/yG8syFINIMHxyr2GzGoBYUdv3NUfCOqtuqps0ZmcgnZTfQ== |
| 1135 | +"@typescript-eslint/parser@4.29.0": |
| 1136 | + version "4.29.0" |
| 1137 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.29.0.tgz#e5367ca3c63636bb5d8e0748fcbab7a4f4a04289" |
| 1138 | + integrity sha512-+92YRNHFdXgq+GhWQPT2bmjX09X7EH36JfgN2/4wmhtwV/HPxozpCNst8jrWcngLtEVd/4zAwA6BKojAlf+YqA== |
1149 | 1139 | dependencies:
|
1150 |
| - "@typescript-eslint/types" "4.28.5" |
1151 |
| - "@typescript-eslint/visitor-keys" "4.28.5" |
| 1140 | + "@typescript-eslint/scope-manager" "4.29.0" |
| 1141 | + "@typescript-eslint/types" "4.29.0" |
| 1142 | + "@typescript-eslint/typescript-estree" "4.29.0" |
| 1143 | + debug "^4.3.1" |
1152 | 1144 |
|
1153 | 1145 | "@typescript-eslint/scope-manager@4.29.0":
|
1154 | 1146 | version "4.29.0"
|
|
1158 | 1150 | "@typescript-eslint/types" "4.29.0"
|
1159 | 1151 | "@typescript-eslint/visitor-keys" "4.29.0"
|
1160 | 1152 |
|
1161 |
| -"@typescript-eslint/types@4.28.5": |
1162 |
| - version "4.28.5" |
1163 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.5.tgz#d33edf8e429f0c0930a7c3d44e9b010354c422e9" |
1164 |
| - integrity sha512-MruOu4ZaDOLOhw4f/6iudyks/obuvvZUAHBDSW80Trnc5+ovmViLT2ZMDXhUV66ozcl6z0LJfKs1Usldgi/WCA== |
1165 |
| - |
1166 | 1153 | "@typescript-eslint/types@4.29.0":
|
1167 | 1154 | version "4.29.0"
|
1168 | 1155 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.0.tgz#c8f1a1e4441ea4aca9b3109241adbc145f7f8a4e"
|
1169 | 1156 | integrity sha512-2YJM6XfWfi8pgU2HRhTp7WgRw78TCRO3dOmSpAvIQ8MOv4B46JD2chnhpNT7Jq8j0APlIbzO1Bach734xxUl4A==
|
1170 | 1157 |
|
1171 |
| -"@typescript-eslint/typescript-estree@4.28.5": |
1172 |
| - version "4.28.5" |
1173 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.5.tgz#4906d343de693cf3d8dcc301383ed638e0441cd1" |
1174 |
| - integrity sha512-FzJUKsBX8poCCdve7iV7ShirP8V+ys2t1fvamVeD1rWpiAnIm550a+BX/fmTHrjEpQJ7ZAn+Z7ZZwJjytk9rZw== |
1175 |
| - dependencies: |
1176 |
| - "@typescript-eslint/types" "4.28.5" |
1177 |
| - "@typescript-eslint/visitor-keys" "4.28.5" |
1178 |
| - debug "^4.3.1" |
1179 |
| - globby "^11.0.3" |
1180 |
| - is-glob "^4.0.1" |
1181 |
| - semver "^7.3.5" |
1182 |
| - tsutils "^3.21.0" |
1183 |
| - |
1184 | 1158 | "@typescript-eslint/typescript-estree@4.29.0":
|
1185 | 1159 | version "4.29.0"
|
1186 | 1160 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.0.tgz#af7ab547757b86c91bfdbc54ff86845410856256"
|
|
1194 | 1168 | semver "^7.3.5"
|
1195 | 1169 | tsutils "^3.21.0"
|
1196 | 1170 |
|
1197 |
| -"@typescript-eslint/visitor-keys@4.28.5": |
1198 |
| - version "4.28.5" |
1199 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.5.tgz#ffee2c602762ed6893405ee7c1144d9cc0a29675" |
1200 |
| - integrity sha512-dva/7Rr+EkxNWdJWau26xU/0slnFlkh88v3TsyTgRS/IIYFi5iIfpCFM4ikw0vQTFUR9FYSSyqgK4w64gsgxhg== |
1201 |
| - dependencies: |
1202 |
| - "@typescript-eslint/types" "4.28.5" |
1203 |
| - eslint-visitor-keys "^2.0.0" |
1204 |
| - |
1205 | 1171 | "@typescript-eslint/visitor-keys@4.29.0":
|
1206 | 1172 | version "4.29.0"
|
1207 | 1173 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.0.tgz#1ff60f240def4d85ea68d4fd2e4e9759b7850c04"
|
|
0 commit comments