|
1414 | 1414 | ts-api-utils "^1.3.0"
|
1415 | 1415 |
|
1416 | 1416 | "@typescript-eslint/parser@^8.0.0":
|
1417 |
| - version "8.16.0" |
1418 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.16.0.tgz#ee5b2d6241c1ab3e2e53f03fd5a32d8e266d8e06" |
1419 |
| - integrity sha512-D7DbgGFtsqIPIFMPJwCad9Gfi/hC0PWErRRHFnaCWoEDYi5tQUDiJCTmGUbBiLzjqAck4KcXt9Ayj0CNlIrF+w== |
1420 |
| - dependencies: |
1421 |
| - "@typescript-eslint/scope-manager" "8.16.0" |
1422 |
| - "@typescript-eslint/types" "8.16.0" |
1423 |
| - "@typescript-eslint/typescript-estree" "8.16.0" |
1424 |
| - "@typescript-eslint/visitor-keys" "8.16.0" |
| 1417 | + version "8.19.1" |
| 1418 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.19.1.tgz#b836fcfe7a704c8c65f5a50e5b0ff8acfca5c21b" |
| 1419 | + integrity sha512-67gbfv8rAwawjYx3fYArwldTQKoYfezNUT4D5ioWetr/xCrxXxvleo3uuiFuKfejipvq+og7mjz3b0G2bVyUCw== |
| 1420 | + dependencies: |
| 1421 | + "@typescript-eslint/scope-manager" "8.19.1" |
| 1422 | + "@typescript-eslint/types" "8.19.1" |
| 1423 | + "@typescript-eslint/typescript-estree" "8.19.1" |
| 1424 | + "@typescript-eslint/visitor-keys" "8.19.1" |
1425 | 1425 | debug "^4.3.4"
|
1426 | 1426 |
|
1427 | 1427 | "@typescript-eslint/scope-manager@7.18.0":
|
|
1432 | 1432 | "@typescript-eslint/types" "7.18.0"
|
1433 | 1433 | "@typescript-eslint/visitor-keys" "7.18.0"
|
1434 | 1434 |
|
1435 |
| -"@typescript-eslint/scope-manager@8.16.0": |
1436 |
| - version "8.16.0" |
1437 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.16.0.tgz#ebc9a3b399a69a6052f3d88174456dd399ef5905" |
1438 |
| - integrity sha512-mwsZWubQvBki2t5565uxF0EYvG+FwdFb8bMtDuGQLdCCnGPrDEDvm1gtfynuKlnpzeBRqdFCkMf9jg1fnAK8sg== |
| 1435 | +"@typescript-eslint/scope-manager@8.19.1": |
| 1436 | + version "8.19.1" |
| 1437 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.19.1.tgz#794cfc8add4f373b9cd6fa32e367e7565a0e231b" |
| 1438 | + integrity sha512-60L9KIuN/xgmsINzonOcMDSB8p82h95hoBfSBtXuO4jlR1R9L1xSkmVZKgCPVfavDlXihh4ARNjXhh1gGnLC7Q== |
1439 | 1439 | dependencies:
|
1440 |
| - "@typescript-eslint/types" "8.16.0" |
1441 |
| - "@typescript-eslint/visitor-keys" "8.16.0" |
| 1440 | + "@typescript-eslint/types" "8.19.1" |
| 1441 | + "@typescript-eslint/visitor-keys" "8.19.1" |
1442 | 1442 |
|
1443 | 1443 | "@typescript-eslint/type-utils@7.18.0":
|
1444 | 1444 | version "7.18.0"
|
|
1455 | 1455 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
|
1456 | 1456 | integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
|
1457 | 1457 |
|
1458 |
| -"@typescript-eslint/types@8.16.0": |
1459 |
| - version "8.16.0" |
1460 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.16.0.tgz#49c92ae1b57942458ab83d9ec7ccab3005e64737" |
1461 |
| - integrity sha512-NzrHj6thBAOSE4d9bsuRNMvk+BvaQvmY4dDglgkgGC0EW/tB3Kelnp3tAKH87GEwzoxgeQn9fNGRyFJM/xd+GQ== |
| 1458 | +"@typescript-eslint/types@8.19.1": |
| 1459 | + version "8.19.1" |
| 1460 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.19.1.tgz#015a991281754ed986f2e549263a1188d6ed0a8c" |
| 1461 | + integrity sha512-JBVHMLj7B1K1v1051ZaMMgLW4Q/jre5qGK0Ew6UgXz1Rqh+/xPzV1aW581OM00X6iOfyr1be+QyW8LOUf19BbA== |
1462 | 1462 |
|
1463 | 1463 | "@typescript-eslint/typescript-estree@7.18.0":
|
1464 | 1464 | version "7.18.0"
|
|
1474 | 1474 | semver "^7.6.0"
|
1475 | 1475 | ts-api-utils "^1.3.0"
|
1476 | 1476 |
|
1477 |
| -"@typescript-eslint/typescript-estree@8.16.0": |
1478 |
| - version "8.16.0" |
1479 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.16.0.tgz#9d741e56e5b13469b5190e763432ce5551a9300c" |
1480 |
| - integrity sha512-E2+9IzzXMc1iaBy9zmo+UYvluE3TW7bCGWSF41hVWUE01o8nzr1rvOQYSxelxr6StUvRcTMe633eY8mXASMaNw== |
| 1477 | +"@typescript-eslint/typescript-estree@8.19.1": |
| 1478 | + version "8.19.1" |
| 1479 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.19.1.tgz#c1094bb00bc251ac76cf215569ca27236435036b" |
| 1480 | + integrity sha512-jk/TZwSMJlxlNnqhy0Eod1PNEvCkpY6MXOXE/WLlblZ6ibb32i2We4uByoKPv1d0OD2xebDv4hbs3fm11SMw8Q== |
1481 | 1481 | dependencies:
|
1482 |
| - "@typescript-eslint/types" "8.16.0" |
1483 |
| - "@typescript-eslint/visitor-keys" "8.16.0" |
| 1482 | + "@typescript-eslint/types" "8.19.1" |
| 1483 | + "@typescript-eslint/visitor-keys" "8.19.1" |
1484 | 1484 | debug "^4.3.4"
|
1485 | 1485 | fast-glob "^3.3.2"
|
1486 | 1486 | is-glob "^4.0.3"
|
1487 | 1487 | minimatch "^9.0.4"
|
1488 | 1488 | semver "^7.6.0"
|
1489 |
| - ts-api-utils "^1.3.0" |
| 1489 | + ts-api-utils "^2.0.0" |
1490 | 1490 |
|
1491 | 1491 | "@typescript-eslint/utils@7.18.0":
|
1492 | 1492 | version "7.18.0"
|
|
1506 | 1506 | "@typescript-eslint/types" "7.18.0"
|
1507 | 1507 | eslint-visitor-keys "^3.4.3"
|
1508 | 1508 |
|
1509 |
| -"@typescript-eslint/visitor-keys@8.16.0": |
1510 |
| - version "8.16.0" |
1511 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.16.0.tgz#d5086afc060b01ff7a4ecab8d49d13d5a7b07705" |
1512 |
| - integrity sha512-pq19gbaMOmFE3CbL0ZB8J8BFCo2ckfHBfaIsaOZgBIF4EoISJIdLX5xRhd0FGB0LlHReNRuzoJoMGpTjq8F2CQ== |
| 1509 | +"@typescript-eslint/visitor-keys@8.19.1": |
| 1510 | + version "8.19.1" |
| 1511 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.19.1.tgz#fce54d7cfa5351a92387d6c0c5be598caee072e0" |
| 1512 | + integrity sha512-fzmjU8CHK853V/avYZAvuVut3ZTfwN5YtMaoi+X9Y9MA9keaWNHC3zEQ9zvyX/7Hj+5JkNyK1l7TOR2hevHB6Q== |
1513 | 1513 | dependencies:
|
1514 |
| - "@typescript-eslint/types" "8.16.0" |
| 1514 | + "@typescript-eslint/types" "8.19.1" |
1515 | 1515 | eslint-visitor-keys "^4.2.0"
|
1516 | 1516 |
|
1517 | 1517 | "@ungap/structured-clone@^1.2.0":
|
@@ -6150,6 +6150,11 @@ ts-api-utils@^1.3.0:
|
6150 | 6150 | resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
|
6151 | 6151 | integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
|
6152 | 6152 |
|
| 6153 | +ts-api-utils@^2.0.0: |
| 6154 | + version "2.0.0" |
| 6155 | + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.0.tgz#b9d7d5f7ec9f736f4d0f09758b8607979044a900" |
| 6156 | + integrity sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ== |
| 6157 | + |
6153 | 6158 | ts-interface-checker@^0.1.9:
|
6154 | 6159 | version "0.1.13"
|
6155 | 6160 | resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#784fd3d679722bc103b1b4b8030bcddb5db2a699"
|
|
0 commit comments