|
1241 | 1241 | eslint-utils "^2.0.0"
|
1242 | 1242 |
|
1243 | 1243 | "@typescript-eslint/parser@^4.7.0":
|
1244 | | - version "4.23.0" |
1245 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.23.0.tgz#239315d38e42e852bef43a4b0b01bef78f78911c" |
1246 | | - integrity sha512-wsvjksHBMOqySy/Pi2Q6UuIuHYbgAMwLczRl4YanEPKW5KVxI9ZzDYh3B5DtcZPQTGRWFJrfcbJ6L01Leybwug== |
| 1244 | + version "4.24.0" |
| 1245 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.24.0.tgz#2e5f1cc78ffefe43bfac7e5659309a92b09a51bd" |
| 1246 | + integrity sha512-dj1ZIh/4QKeECLb2f/QjRwMmDArcwc2WorWPRlB8UNTZlY1KpTVsbX7e3ZZdphfRw29aTFUSNuGB8w9X5sS97w== |
1247 | 1247 | dependencies:
|
1248 | | - "@typescript-eslint/scope-manager" "4.23.0" |
1249 | | - "@typescript-eslint/types" "4.23.0" |
1250 | | - "@typescript-eslint/typescript-estree" "4.23.0" |
| 1248 | + "@typescript-eslint/scope-manager" "4.24.0" |
| 1249 | + "@typescript-eslint/types" "4.24.0" |
| 1250 | + "@typescript-eslint/typescript-estree" "4.24.0" |
1251 | 1251 | debug "^4.1.1"
|
1252 | 1252 |
|
1253 | | -"@typescript-eslint/scope-manager@4.23.0": |
1254 | | - version "4.23.0" |
1255 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.23.0.tgz#8792ef7eacac122e2ec8fa2d30a59b8d9a1f1ce4" |
1256 | | - integrity sha512-ZZ21PCFxPhI3n0wuqEJK9omkw51wi2bmeKJvlRZPH5YFkcawKOuRMQMnI8mH6Vo0/DoHSeZJnHiIx84LmVQY+w== |
1257 | | - dependencies: |
1258 | | - "@typescript-eslint/types" "4.23.0" |
1259 | | - "@typescript-eslint/visitor-keys" "4.23.0" |
1260 | | - |
1261 | 1253 | "@typescript-eslint/scope-manager@4.24.0":
|
1262 | 1254 | version "4.24.0"
|
1263 | 1255 | resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.24.0.tgz#38088216f0eaf235fa30ed8cabf6948ec734f359"
|
|
1266 | 1258 | "@typescript-eslint/types" "4.24.0"
|
1267 | 1259 | "@typescript-eslint/visitor-keys" "4.24.0"
|
1268 | 1260 |
|
1269 | | -"@typescript-eslint/types@4.23.0": |
1270 | | - version "4.23.0" |
1271 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.23.0.tgz#da1654c8a5332f4d1645b2d9a1c64193cae3aa3b" |
1272 | | - integrity sha512-oqkNWyG2SLS7uTWLZf6Sr7Dm02gA5yxiz1RP87tvsmDsguVATdpVguHr4HoGOcFOpCvx9vtCSCyQUGfzq28YCw== |
1273 | | - |
1274 | 1261 | "@typescript-eslint/types@4.24.0":
|
1275 | 1262 | version "4.24.0"
|
1276 | 1263 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.24.0.tgz#6d0cca2048cbda4e265e0c4db9c2a62aaad8228c"
|
1277 | 1264 | integrity sha512-tkZUBgDQKdvfs8L47LaqxojKDE+mIUmOzdz7r+u+U54l3GDkTpEbQ1Jp3cNqqAU9vMUCBA1fitsIhm7yN0vx9Q==
|
1278 | 1265 |
|
1279 | | -"@typescript-eslint/typescript-estree@4.23.0": |
1280 | | - version "4.23.0" |
1281 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.23.0.tgz#0753b292097523852428a6f5a1aa8ccc1aae6cd9" |
1282 | | - integrity sha512-5Sty6zPEVZF5fbvrZczfmLCOcby3sfrSPu30qKoY1U3mca5/jvU5cwsPb/CO6Q3ByRjixTMIVsDkqwIxCf/dMw== |
1283 | | - dependencies: |
1284 | | - "@typescript-eslint/types" "4.23.0" |
1285 | | - "@typescript-eslint/visitor-keys" "4.23.0" |
1286 | | - debug "^4.1.1" |
1287 | | - globby "^11.0.1" |
1288 | | - is-glob "^4.0.1" |
1289 | | - semver "^7.3.2" |
1290 | | - tsutils "^3.17.1" |
1291 | | - |
1292 | 1266 | "@typescript-eslint/typescript-estree@4.24.0":
|
1293 | 1267 | version "4.24.0"
|
1294 | 1268 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.24.0.tgz#b49249679a98014d8b03e8d4b70864b950e3c90f"
|
|
1302 | 1276 | semver "^7.3.2"
|
1303 | 1277 | tsutils "^3.17.1"
|
1304 | 1278 |
|
1305 | | -"@typescript-eslint/visitor-keys@4.23.0": |
1306 | | - version "4.23.0" |
1307 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.23.0.tgz#7215cc977bd3b4ef22467b9023594e32f9e4e455" |
1308 | | - integrity sha512-5PNe5cmX9pSifit0H+nPoQBXdbNzi5tOEec+3riK+ku4e3er37pKxMKDH5Ct5Y4fhWxcD4spnlYjxi9vXbSpwg== |
1309 | | - dependencies: |
1310 | | - "@typescript-eslint/types" "4.23.0" |
1311 | | - eslint-visitor-keys "^2.0.0" |
1312 | | - |
1313 | 1279 | "@typescript-eslint/visitor-keys@4.24.0":
|
1314 | 1280 | version "4.24.0"
|
1315 | 1281 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.24.0.tgz#a8fafdc76cad4e04a681a945fbbac4e35e98e297"
|
|
0 commit comments