|
1368 | 1368 | ts-api-utils "^1.3.0" |
1369 | 1369 |
|
1370 | 1370 | "@typescript-eslint/parser@^7.0.0": |
1371 | | - version "7.15.0" |
1372 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.15.0.tgz#f4a536e5fc6a1c05c82c4d263a2bfad2da235c80" |
1373 | | - integrity sha512-k9fYuQNnypLFcqORNClRykkGOMOj+pV6V91R4GO/l1FDGwpqmSwoOQrOHo3cGaH63e+D3ZiCAOsuS/D2c99j/A== |
1374 | | - dependencies: |
1375 | | - "@typescript-eslint/scope-manager" "7.15.0" |
1376 | | - "@typescript-eslint/types" "7.15.0" |
1377 | | - "@typescript-eslint/typescript-estree" "7.15.0" |
1378 | | - "@typescript-eslint/visitor-keys" "7.15.0" |
1379 | | - debug "^4.3.4" |
1380 | | - |
1381 | | -"@typescript-eslint/scope-manager@7.15.0": |
1382 | | - version "7.15.0" |
1383 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.15.0.tgz#201b34b0720be8b1447df17b963941bf044999b2" |
1384 | | - integrity sha512-Q/1yrF/XbxOTvttNVPihxh1b9fxamjEoz2Os/Pe38OHwxC24CyCqXxGTOdpb4lt6HYtqw9HetA/Rf6gDGaMPlw== |
| 1371 | + version "7.16.0" |
| 1372 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.16.0.tgz#53fae8112f8c912024aea7b499cf7374487af6d8" |
| 1373 | + integrity sha512-ar9E+k7CU8rWi2e5ErzQiC93KKEFAXA2Kky0scAlPcxYblLt8+XZuHUZwlyfXILyQa95P6lQg+eZgh/dDs3+Vw== |
1385 | 1374 | dependencies: |
1386 | | - "@typescript-eslint/types" "7.15.0" |
1387 | | - "@typescript-eslint/visitor-keys" "7.15.0" |
| 1375 | + "@typescript-eslint/scope-manager" "7.16.0" |
| 1376 | + "@typescript-eslint/types" "7.16.0" |
| 1377 | + "@typescript-eslint/typescript-estree" "7.16.0" |
| 1378 | + "@typescript-eslint/visitor-keys" "7.16.0" |
| 1379 | + debug "^4.3.4" |
1388 | 1380 |
|
1389 | 1381 | "@typescript-eslint/scope-manager@7.16.0": |
1390 | 1382 | version "7.16.0" |
|
1404 | 1396 | debug "^4.3.4" |
1405 | 1397 | ts-api-utils "^1.3.0" |
1406 | 1398 |
|
1407 | | -"@typescript-eslint/types@7.15.0": |
1408 | | - version "7.15.0" |
1409 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.15.0.tgz#fb894373a6e3882cbb37671ffddce44f934f62fc" |
1410 | | - integrity sha512-aV1+B1+ySXbQH0pLK0rx66I3IkiZNidYobyfn0WFsdGhSXw+P3YOqeTq5GED458SfB24tg+ux3S+9g118hjlTw== |
1411 | | - |
1412 | 1399 | "@typescript-eslint/types@7.16.0": |
1413 | 1400 | version "7.16.0" |
1414 | 1401 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.16.0.tgz#60a19d7e7a6b1caa2c06fac860829d162a036ed2" |
1415 | 1402 | integrity sha512-fecuH15Y+TzlUutvUl9Cc2XJxqdLr7+93SQIbcZfd4XRGGKoxyljK27b+kxKamjRkU7FYC6RrbSCg0ALcZn/xw== |
1416 | 1403 |
|
1417 | | -"@typescript-eslint/typescript-estree@7.15.0": |
1418 | | - version "7.15.0" |
1419 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.15.0.tgz#e323bfa3966e1485b638ce751f219fc1f31eba37" |
1420 | | - integrity sha512-gjyB/rHAopL/XxfmYThQbXbzRMGhZzGw6KpcMbfe8Q3nNQKStpxnUKeXb0KiN/fFDR42Z43szs6rY7eHk0zdGQ== |
1421 | | - dependencies: |
1422 | | - "@typescript-eslint/types" "7.15.0" |
1423 | | - "@typescript-eslint/visitor-keys" "7.15.0" |
1424 | | - debug "^4.3.4" |
1425 | | - globby "^11.1.0" |
1426 | | - is-glob "^4.0.3" |
1427 | | - minimatch "^9.0.4" |
1428 | | - semver "^7.6.0" |
1429 | | - ts-api-utils "^1.3.0" |
1430 | | - |
1431 | 1404 | "@typescript-eslint/typescript-estree@7.16.0": |
1432 | 1405 | version "7.16.0" |
1433 | 1406 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.16.0.tgz#98ac779d526fab2a781e5619c9250f3e33867c09" |
|
1452 | 1425 | "@typescript-eslint/types" "7.16.0" |
1453 | 1426 | "@typescript-eslint/typescript-estree" "7.16.0" |
1454 | 1427 |
|
1455 | | -"@typescript-eslint/visitor-keys@7.15.0": |
1456 | | - version "7.15.0" |
1457 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.15.0.tgz#1da0726201a859343fe6a05742a7c1792fff5b66" |
1458 | | - integrity sha512-Hqgy/ETgpt2L5xueA/zHHIl4fJI2O4XUE9l4+OIfbJIRSnTJb/QscncdqqZzofQegIJugRIF57OJea1khw2SDw== |
1459 | | - dependencies: |
1460 | | - "@typescript-eslint/types" "7.15.0" |
1461 | | - eslint-visitor-keys "^3.4.3" |
1462 | | - |
1463 | 1428 | "@typescript-eslint/visitor-keys@7.16.0": |
1464 | 1429 | version "7.16.0" |
1465 | 1430 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.16.0.tgz#a1d99fa7a3787962d6e0efd436575ef840e23b06" |
|
0 commit comments