|
1367 | 1367 | eslint-utils "^2.0.0" |
1368 | 1368 |
|
1369 | 1369 | "@typescript-eslint/parser@^4.8.2": |
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== |
| 1370 | + version "4.11.1" |
| 1371 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.11.1.tgz#981e18de2e019d6ca312596615f92e8f6f6598ed" |
| 1372 | + integrity sha512-BJ3jwPQu1jeynJ5BrjLuGfK/UJu6uwHxJ/di7sanqmUmxzmyIcd3vz58PMR7wpi8k3iWq2Q11KMYgZbUpRoIPw== |
1373 | 1373 | dependencies: |
1374 | | - "@typescript-eslint/scope-manager" "4.10.0" |
1375 | | - "@typescript-eslint/types" "4.10.0" |
1376 | | - "@typescript-eslint/typescript-estree" "4.10.0" |
| 1374 | + "@typescript-eslint/scope-manager" "4.11.1" |
| 1375 | + "@typescript-eslint/types" "4.11.1" |
| 1376 | + "@typescript-eslint/typescript-estree" "4.11.1" |
1377 | 1377 | debug "^4.1.1" |
1378 | 1378 |
|
1379 | 1379 | "@typescript-eslint/scope-manager@4.10.0": |
|
1384 | 1384 | "@typescript-eslint/types" "4.10.0" |
1385 | 1385 | "@typescript-eslint/visitor-keys" "4.10.0" |
1386 | 1386 |
|
| 1387 | +"@typescript-eslint/scope-manager@4.11.1": |
| 1388 | + version "4.11.1" |
| 1389 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.11.1.tgz#72dc2b60b0029ab0888479b12bf83034920b4b69" |
| 1390 | + integrity sha512-Al2P394dx+kXCl61fhrrZ1FTI7qsRDIUiVSuN6rTwss6lUn8uVO2+nnF4AvO0ug8vMsy3ShkbxLu/uWZdTtJMQ== |
| 1391 | + dependencies: |
| 1392 | + "@typescript-eslint/types" "4.11.1" |
| 1393 | + "@typescript-eslint/visitor-keys" "4.11.1" |
| 1394 | + |
1387 | 1395 | "@typescript-eslint/types@4.10.0": |
1388 | 1396 | version "4.10.0" |
1389 | 1397 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.10.0.tgz#12f983750ebad867f0c806e705c1953cd6415789" |
1390 | 1398 | integrity sha512-+dt5w1+Lqyd7wIPMa4XhJxUuE8+YF+vxQ6zxHyhLGHJjHiunPf0wSV8LtQwkpmAsRi1lEOoOIR30FG5S2HS33g== |
1391 | 1399 |
|
| 1400 | +"@typescript-eslint/types@4.11.1": |
| 1401 | + version "4.11.1" |
| 1402 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.11.1.tgz#3ba30c965963ef9f8ced5a29938dd0c465bd3e05" |
| 1403 | + integrity sha512-5kvd38wZpqGY4yP/6W3qhYX6Hz0NwUbijVsX2rxczpY6OXaMxh0+5E5uLJKVFwaBM7PJe1wnMym85NfKYIh6CA== |
| 1404 | + |
1392 | 1405 | "@typescript-eslint/typescript-estree@4.10.0": |
1393 | 1406 | version "4.10.0" |
1394 | 1407 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.10.0.tgz#1e62e45fd57866afd42daf5e9fb6bd4e8dbcfa75" |
|
1403 | 1416 | semver "^7.3.2" |
1404 | 1417 | tsutils "^3.17.1" |
1405 | 1418 |
|
| 1419 | +"@typescript-eslint/typescript-estree@4.11.1": |
| 1420 | + version "4.11.1" |
| 1421 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.11.1.tgz#a4416b4a65872a48773b9e47afabdf7519eb10bc" |
| 1422 | + integrity sha512-tC7MKZIMRTYxQhrVAFoJq/DlRwv1bnqA4/S2r3+HuHibqvbrPcyf858lNzU7bFmy4mLeIHFYr34ar/1KumwyRw== |
| 1423 | + dependencies: |
| 1424 | + "@typescript-eslint/types" "4.11.1" |
| 1425 | + "@typescript-eslint/visitor-keys" "4.11.1" |
| 1426 | + debug "^4.1.1" |
| 1427 | + globby "^11.0.1" |
| 1428 | + is-glob "^4.0.1" |
| 1429 | + lodash "^4.17.15" |
| 1430 | + semver "^7.3.2" |
| 1431 | + tsutils "^3.17.1" |
| 1432 | + |
1406 | 1433 | "@typescript-eslint/visitor-keys@4.10.0": |
1407 | 1434 | version "4.10.0" |
1408 | 1435 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.10.0.tgz#9478822329a9bc8ebcc80623d7f79a01da5ee451" |
|
1411 | 1438 | "@typescript-eslint/types" "4.10.0" |
1412 | 1439 | eslint-visitor-keys "^2.0.0" |
1413 | 1440 |
|
| 1441 | +"@typescript-eslint/visitor-keys@4.11.1": |
| 1442 | + version "4.11.1" |
| 1443 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.11.1.tgz#4c050a4c1f7239786e2dd4e69691436143024e05" |
| 1444 | + integrity sha512-IrlBhD9bm4bdYcS8xpWarazkKXlE7iYb1HzRuyBP114mIaj5DJPo11Us1HgH60dTt41TCZXMaTCAW+OILIYPOg== |
| 1445 | + dependencies: |
| 1446 | + "@typescript-eslint/types" "4.11.1" |
| 1447 | + eslint-visitor-keys "^2.0.0" |
| 1448 | + |
1414 | 1449 | "@ungap/global-this@^0.4.2": |
1415 | 1450 | version "0.4.2" |
1416 | 1451 | resolved "https://registry.yarnpkg.com/@ungap/global-this/-/global-this-0.4.2.tgz#bc59a79799862e3e0cf647c090fd3f3f2285cf56" |
|
0 commit comments