|
1503 | 1503 | ts-api-utils "^1.3.0"
|
1504 | 1504 |
|
1505 | 1505 | "@typescript-eslint/parser@^8.0.0":
|
1506 |
| - version "8.31.1" |
1507 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.31.1.tgz#e9b0ccf30d37dde724ee4d15f4dbc195995cce1b" |
1508 |
| - integrity sha512-oU/OtYVydhXnumd0BobL9rkJg7wFJ9bFFPmSmB/bf/XWN85hlViji59ko6bSKBXyseT9V8l+CN1nwmlbiN0G7Q== |
1509 |
| - dependencies: |
1510 |
| - "@typescript-eslint/scope-manager" "8.31.1" |
1511 |
| - "@typescript-eslint/types" "8.31.1" |
1512 |
| - "@typescript-eslint/typescript-estree" "8.31.1" |
1513 |
| - "@typescript-eslint/visitor-keys" "8.31.1" |
| 1506 | + version "8.38.0" |
| 1507 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.38.0.tgz#6723a5ea881e1777956b1045cba30be5ea838293" |
| 1508 | + integrity sha512-Zhy8HCvBUEfBECzIl1PKqF4p11+d0aUJS1GeUiuqK9WmOug8YCmC4h4bjyBvMyAMI9sbRczmrYL5lKg/YMbrcQ== |
| 1509 | + dependencies: |
| 1510 | + "@typescript-eslint/scope-manager" "8.38.0" |
| 1511 | + "@typescript-eslint/types" "8.38.0" |
| 1512 | + "@typescript-eslint/typescript-estree" "8.38.0" |
| 1513 | + "@typescript-eslint/visitor-keys" "8.38.0" |
| 1514 | + debug "^4.3.4" |
| 1515 | + |
| 1516 | +"@typescript-eslint/[email protected]": |
| 1517 | + version "8.38.0" |
| 1518 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.38.0.tgz#4900771f943163027fd7d2020a062892056b5e2f" |
| 1519 | + integrity sha512-dbK7Jvqcb8c9QfH01YB6pORpqX1mn5gDZc9n63Ak/+jD67oWXn3Gs0M6vddAN+eDXBCS5EmNWzbSxsn9SzFWWg== |
| 1520 | + dependencies: |
| 1521 | + "@typescript-eslint/tsconfig-utils" "^8.38.0" |
| 1522 | + "@typescript-eslint/types" "^8.38.0" |
1514 | 1523 | debug "^4.3.4"
|
1515 | 1524 |
|
1516 | 1525 | "@typescript-eslint/[email protected]":
|
|
1521 | 1530 | "@typescript-eslint/types" "7.18.0"
|
1522 | 1531 | "@typescript-eslint/visitor-keys" "7.18.0"
|
1523 | 1532 |
|
1524 |
| -"@typescript-eslint/scope-manager@8.31.1": |
1525 |
| - version "8.31.1" |
1526 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.31.1.tgz#1eb52e76878f545e4add142e0d8e3e97e7aa443b" |
1527 |
| - integrity sha512-BMNLOElPxrtNQMIsFHE+3P0Yf1z0dJqV9zLdDxN/xLlWMlXK/ApEsVEKzpizg9oal8bAT5Sc7+ocal7AC1HCVw== |
| 1533 | +"@typescript-eslint/scope-manager@8.38.0": |
| 1534 | + version "8.38.0" |
| 1535 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.38.0.tgz#5a0efcb5c9cf6e4121b58f87972f567c69529226" |
| 1536 | + integrity sha512-WJw3AVlFFcdT9Ri1xs/lg8LwDqgekWXWhH3iAF+1ZM+QPd7oxQ6jvtW/JPwzAScxitILUIFs0/AnQ/UWHzbATQ== |
1528 | 1537 | dependencies:
|
1529 |
| - "@typescript-eslint/types" "8.31.1" |
1530 |
| - "@typescript-eslint/visitor-keys" "8.31.1" |
| 1538 | + "@typescript-eslint/types" "8.38.0" |
| 1539 | + "@typescript-eslint/visitor-keys" "8.38.0" |
| 1540 | + |
| 1541 | +"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.38.0": |
| 1542 | + version "8.38.0" |
| 1543 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.38.0.tgz#6de4ce224a779601a8df667db56527255c42c4d0" |
| 1544 | + integrity sha512-Lum9RtSE3EroKk/bYns+sPOodqb2Fv50XOl/gMviMKNvanETUuUcC9ObRbzrJ4VSd2JalPqgSAavwrPiPvnAiQ== |
1531 | 1545 |
|
1532 | 1546 | "@typescript-eslint/[email protected]":
|
1533 | 1547 | version "7.18.0"
|
|
1544 | 1558 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
|
1545 | 1559 | integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
|
1546 | 1560 |
|
1547 |
| -"@typescript-eslint/types@8.31.1": |
1548 |
| - version "8.31.1" |
1549 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.31.1.tgz#478ed6f7e8aee1be7b63a60212b6bffe1423b5d4" |
1550 |
| - integrity sha512-SfepaEFUDQYRoA70DD9GtytljBePSj17qPxFHA/h3eg6lPTqGJ5mWOtbXCk1YrVU1cTJRd14nhaXWFu0l2troQ== |
| 1561 | +"@typescript-eslint/types@8.38.0", "@typescript-eslint/types@^8.38.0": |
| 1562 | + version "8.38.0" |
| 1563 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.38.0.tgz#297351c994976b93c82ac0f0e206c8143aa82529" |
| 1564 | + integrity sha512-wzkUfX3plUqij4YwWaJyqhiPE5UCRVlFpKn1oCRn2O1bJ592XxWJj8ROQ3JD5MYXLORW84063z3tZTb/cs4Tyw== |
1551 | 1565 |
|
1552 | 1566 | "@typescript-eslint/[email protected]":
|
1553 | 1567 | version "7.18.0"
|
|
1563 | 1577 | semver "^7.6.0"
|
1564 | 1578 | ts-api-utils "^1.3.0"
|
1565 | 1579 |
|
1566 |
| -"@typescript-eslint/typescript-estree@8.31.1": |
1567 |
| - version "8.31.1" |
1568 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.31.1.tgz#37792fe7ef4d3021c7580067c8f1ae66daabacdf" |
1569 |
| - integrity sha512-kaA0ueLe2v7KunYOyWYtlf/QhhZb7+qh4Yw6Ni5kgukMIG+iP773tjgBiLWIXYumWCwEq3nLW+TUywEp8uEeag== |
| 1580 | +"@typescript-eslint/typescript-estree@8.38.0": |
| 1581 | + version "8.38.0" |
| 1582 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.38.0.tgz#82262199eb6778bba28a319e25ad05b1158957df" |
| 1583 | + integrity sha512-fooELKcAKzxux6fA6pxOflpNS0jc+nOQEEOipXFNjSlBS6fqrJOVY/whSn70SScHrcJ2LDsxWrneFoWYSVfqhQ== |
1570 | 1584 | dependencies:
|
1571 |
| - "@typescript-eslint/types" "8.31.1" |
1572 |
| - "@typescript-eslint/visitor-keys" "8.31.1" |
| 1585 | + "@typescript-eslint/project-service" "8.38.0" |
| 1586 | + "@typescript-eslint/tsconfig-utils" "8.38.0" |
| 1587 | + "@typescript-eslint/types" "8.38.0" |
| 1588 | + "@typescript-eslint/visitor-keys" "8.38.0" |
1573 | 1589 | debug "^4.3.4"
|
1574 | 1590 | fast-glob "^3.3.2"
|
1575 | 1591 | is-glob "^4.0.3"
|
1576 | 1592 | minimatch "^9.0.4"
|
1577 | 1593 | semver "^7.6.0"
|
1578 |
| - ts-api-utils "^2.0.1" |
| 1594 | + ts-api-utils "^2.1.0" |
1579 | 1595 |
|
1580 | 1596 | "@typescript-eslint/[email protected]":
|
1581 | 1597 | version "7.18.0"
|
|
1595 | 1611 | "@typescript-eslint/types" "7.18.0"
|
1596 | 1612 | eslint-visitor-keys "^3.4.3"
|
1597 | 1613 |
|
1598 |
| -"@typescript-eslint/visitor-keys@8.31.1": |
1599 |
| - version "8.31.1" |
1600 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.31.1.tgz#6742b0e3ba1e0c1e35bdaf78c03e759eb8dd8e75" |
1601 |
| - integrity sha512-I+/rgqOVBn6f0o7NDTmAPWWC6NuqhV174lfYvAm9fUaWeiefLdux9/YI3/nLugEn9L8fcSi0XmpKi/r5u0nmpw== |
| 1614 | +"@typescript-eslint/visitor-keys@8.38.0": |
| 1615 | + version "8.38.0" |
| 1616 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.38.0.tgz#a9765a527b082cb8fc60fd8a16e47c7ad5b60ea5" |
| 1617 | + integrity sha512-pWrTcoFNWuwHlA9CvlfSsGWs14JxfN1TH25zM5L7o0pRLhsoZkDnTsXfQRJBEWJoV5DL0jf+Z+sxiud+K0mq1g== |
1602 | 1618 | dependencies:
|
1603 |
| - "@typescript-eslint/types" "8.31.1" |
1604 |
| - eslint-visitor-keys "^4.2.0" |
| 1619 | + "@typescript-eslint/types" "8.38.0" |
| 1620 | + eslint-visitor-keys "^4.2.1" |
1605 | 1621 |
|
1606 | 1622 | "@ungap/structured-clone@^1.2.0":
|
1607 | 1623 | version "1.2.0"
|
@@ -2816,10 +2832,10 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
|
2816 | 2832 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
2817 | 2833 | integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
2818 | 2834 |
|
2819 |
| -eslint-visitor-keys@^4.2.0: |
2820 |
| - version "4.2.0" |
2821 |
| - resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45" |
2822 |
| - integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw== |
| 2835 | +eslint-visitor-keys@^4.2.1: |
| 2836 | + version "4.2.1" |
| 2837 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1" |
| 2838 | + integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ== |
2823 | 2839 |
|
2824 | 2840 | eslint@^8.18.0:
|
2825 | 2841 | version "8.57.1"
|
@@ -6332,7 +6348,7 @@ ts-api-utils@^1.3.0:
|
6332 | 6348 | resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
|
6333 | 6349 | integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
|
6334 | 6350 |
|
6335 |
| -ts-api-utils@^2.0.1: |
| 6351 | +ts-api-utils@^2.1.0: |
6336 | 6352 | version "2.1.0"
|
6337 | 6353 | resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
|
6338 | 6354 | integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
|
|
0 commit comments