|
1367 | 1367 | eslint-utils "^2.0.0" |
1368 | 1368 |
|
1369 | 1369 | "@typescript-eslint/parser@^4.8.2": |
1370 | | - version "4.9.1" |
1371 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.9.1.tgz#2d74c4db5dd5117379a9659081a4d1ec02629055" |
1372 | | - integrity sha512-Gv2VpqiomvQ2v4UL+dXlQcZ8zCX4eTkoIW+1aGVWT6yTO+6jbxsw7yQl2z2pPl/4B9qa5JXeIbhJpONKjXIy3g== |
| 1370 | + version "4.10.0" |
| 1371 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.10.0.tgz#1a622b0847b765b2d8f0ede6f0cdd85f03d76031" |
| 1372 | + integrity sha512-amBvUUGBMadzCW6c/qaZmfr3t9PyevcSWw7hY2FuevdZVp5QPw/K76VSQ5Sw3BxlgYCHZcK6DjIhSZK0PQNsQg== |
1373 | 1373 | dependencies: |
1374 | | - "@typescript-eslint/scope-manager" "4.9.1" |
1375 | | - "@typescript-eslint/types" "4.9.1" |
1376 | | - "@typescript-eslint/typescript-estree" "4.9.1" |
| 1374 | + "@typescript-eslint/scope-manager" "4.10.0" |
| 1375 | + "@typescript-eslint/types" "4.10.0" |
| 1376 | + "@typescript-eslint/typescript-estree" "4.10.0" |
1377 | 1377 | debug "^4.1.1" |
1378 | 1378 |
|
| 1379 | +"@typescript-eslint/scope-manager@4.10.0": |
| 1380 | + version "4.10.0" |
| 1381 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.10.0.tgz#dbd7e1fc63d7363e3aaff742a6f2b8afdbac9d27" |
| 1382 | + integrity sha512-WAPVw35P+fcnOa8DEic0tQUhoJJsgt+g6DEcz257G7vHFMwmag58EfowdVbiNcdfcV27EFR0tUBVXkDoIvfisQ== |
| 1383 | + dependencies: |
| 1384 | + "@typescript-eslint/types" "4.10.0" |
| 1385 | + "@typescript-eslint/visitor-keys" "4.10.0" |
| 1386 | + |
1379 | 1387 | "@typescript-eslint/scope-manager@4.9.1": |
1380 | 1388 | version "4.9.1" |
1381 | 1389 | resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.9.1.tgz#cc2fde310b3f3deafe8436a924e784eaab265103" |
|
1384 | 1392 | "@typescript-eslint/types" "4.9.1" |
1385 | 1393 | "@typescript-eslint/visitor-keys" "4.9.1" |
1386 | 1394 |
|
| 1395 | +"@typescript-eslint/types@4.10.0": |
| 1396 | + version "4.10.0" |
| 1397 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.10.0.tgz#12f983750ebad867f0c806e705c1953cd6415789" |
| 1398 | + integrity sha512-+dt5w1+Lqyd7wIPMa4XhJxUuE8+YF+vxQ6zxHyhLGHJjHiunPf0wSV8LtQwkpmAsRi1lEOoOIR30FG5S2HS33g== |
| 1399 | + |
1387 | 1400 | "@typescript-eslint/types@4.9.1": |
1388 | 1401 | version "4.9.1" |
1389 | 1402 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.9.1.tgz#a1a7dd80e4e5ac2c593bc458d75dd1edaf77faa2" |
1390 | 1403 | integrity sha512-fjkT+tXR13ks6Le7JiEdagnwEFc49IkOyys7ueWQ4O8k4quKPwPJudrwlVOJCUQhXo45PrfIvIarcrEjFTNwUA== |
1391 | 1404 |
|
| 1405 | +"@typescript-eslint/typescript-estree@4.10.0": |
| 1406 | + version "4.10.0" |
| 1407 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.10.0.tgz#1e62e45fd57866afd42daf5e9fb6bd4e8dbcfa75" |
| 1408 | + integrity sha512-mGK0YRp9TOk6ZqZ98F++bW6X5kMTzCRROJkGXH62d2azhghmq+1LNLylkGe6uGUOQzD452NOAEth5VAF6PDo5g== |
| 1409 | + dependencies: |
| 1410 | + "@typescript-eslint/types" "4.10.0" |
| 1411 | + "@typescript-eslint/visitor-keys" "4.10.0" |
| 1412 | + debug "^4.1.1" |
| 1413 | + globby "^11.0.1" |
| 1414 | + is-glob "^4.0.1" |
| 1415 | + lodash "^4.17.15" |
| 1416 | + semver "^7.3.2" |
| 1417 | + tsutils "^3.17.1" |
| 1418 | + |
1392 | 1419 | "@typescript-eslint/typescript-estree@4.9.1": |
1393 | 1420 | version "4.9.1" |
1394 | 1421 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.9.1.tgz#6e5b86ff5a5f66809e1f347469fadeec69ac50bf" |
|
1403 | 1430 | semver "^7.3.2" |
1404 | 1431 | tsutils "^3.17.1" |
1405 | 1432 |
|
| 1433 | +"@typescript-eslint/visitor-keys@4.10.0": |
| 1434 | + version "4.10.0" |
| 1435 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.10.0.tgz#9478822329a9bc8ebcc80623d7f79a01da5ee451" |
| 1436 | + integrity sha512-hPyz5qmDMuZWFtHZkjcCpkAKHX8vdu1G3YsCLEd25ryZgnJfj6FQuJ5/O7R+dB1ueszilJmAFMtlU4CA6se3Jg== |
| 1437 | + dependencies: |
| 1438 | + "@typescript-eslint/types" "4.10.0" |
| 1439 | + eslint-visitor-keys "^2.0.0" |
| 1440 | + |
1406 | 1441 | "@typescript-eslint/visitor-keys@4.9.1": |
1407 | 1442 | version "4.9.1" |
1408 | 1443 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.9.1.tgz#d76374a58c4ead9e92b454d186fea63487b25ae1" |
|
0 commit comments