|
1353 | 1353 | natural-compare "^1.4.0" |
1354 | 1354 | ts-api-utils "^2.1.0" |
1355 | 1355 |
|
1356 | | -"@typescript-eslint/parser@^8.49.0": |
1357 | | - version "8.49.0" |
1358 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.49.0.tgz#0ede412d59e99239b770f0f08c76c42fba717fa2" |
1359 | | - integrity sha512-N9lBGA9o9aqb1hVMc9hzySbhKibHmB+N3IpoShyV6HyQYRGIhlrO5rQgttypi+yEeKsKI4idxC8Jw6gXKD4THA== |
1360 | | - dependencies: |
1361 | | - "@typescript-eslint/scope-manager" "8.49.0" |
1362 | | - "@typescript-eslint/types" "8.49.0" |
1363 | | - "@typescript-eslint/typescript-estree" "8.49.0" |
1364 | | - "@typescript-eslint/visitor-keys" "8.49.0" |
| 1356 | +"@typescript-eslint/parser@^8.50.1": |
| 1357 | + version "8.50.1" |
| 1358 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.50.1.tgz#9772760c0c4090ba3e8b43c796128ff88aff345c" |
| 1359 | + integrity sha512-hM5faZwg7aVNa819m/5r7D0h0c9yC4DUlWAOvHAtISdFTc8xB86VmX5Xqabrama3wIPJ/q9RbGS1worb6JfnMg== |
| 1360 | + dependencies: |
| 1361 | + "@typescript-eslint/scope-manager" "8.50.1" |
| 1362 | + "@typescript-eslint/types" "8.50.1" |
| 1363 | + "@typescript-eslint/typescript-estree" "8.50.1" |
| 1364 | + "@typescript-eslint/visitor-keys" "8.50.1" |
1365 | 1365 | debug "^4.3.4" |
1366 | 1366 |
|
1367 | 1367 | "@typescript-eslint/project-service@8.49.0": |
|
1373 | 1373 | "@typescript-eslint/types" "^8.49.0" |
1374 | 1374 | debug "^4.3.4" |
1375 | 1375 |
|
| 1376 | +"@typescript-eslint/project-service@8.50.1": |
| 1377 | + version "8.50.1" |
| 1378 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.50.1.tgz#3176e55ac2907638f4b8d43da486c864934adc8d" |
| 1379 | + integrity sha512-E1ur1MCVf+YiP89+o4Les/oBAVzmSbeRB0MQLfSlYtbWU17HPxZ6Bhs5iYmKZRALvEuBoXIZMOIRRc/P++Ortg== |
| 1380 | + dependencies: |
| 1381 | + "@typescript-eslint/tsconfig-utils" "^8.50.1" |
| 1382 | + "@typescript-eslint/types" "^8.50.1" |
| 1383 | + debug "^4.3.4" |
| 1384 | + |
1376 | 1385 | "@typescript-eslint/scope-manager@8.49.0": |
1377 | 1386 | version "8.49.0" |
1378 | 1387 | resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.49.0.tgz#a3496765b57fb48035d671174552e462e5bffa63" |
|
1381 | 1390 | "@typescript-eslint/types" "8.49.0" |
1382 | 1391 | "@typescript-eslint/visitor-keys" "8.49.0" |
1383 | 1392 |
|
| 1393 | +"@typescript-eslint/scope-manager@8.50.1": |
| 1394 | + version "8.50.1" |
| 1395 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.50.1.tgz#4a7cd64bcd45990865bdb2bedcacbfeccbd08193" |
| 1396 | + integrity sha512-mfRx06Myt3T4vuoHaKi8ZWNTPdzKPNBhiblze5N50//TSHOAQQevl/aolqA/BcqqbJ88GUnLqjjcBc8EWdBcVw== |
| 1397 | + dependencies: |
| 1398 | + "@typescript-eslint/types" "8.50.1" |
| 1399 | + "@typescript-eslint/visitor-keys" "8.50.1" |
| 1400 | + |
1384 | 1401 | "@typescript-eslint/tsconfig-utils@8.49.0", "@typescript-eslint/tsconfig-utils@^8.49.0": |
1385 | 1402 | version "8.49.0" |
1386 | 1403 | resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.49.0.tgz#857777c8e35dd1e564505833d8043f544442fbf4" |
1387 | 1404 | integrity sha512-8prixNi1/6nawsRYxet4YOhnbW+W9FK/bQPxsGB1D3ZrDzbJ5FXw5XmzxZv82X3B+ZccuSxo/X8q9nQ+mFecWA== |
1388 | 1405 |
|
| 1406 | +"@typescript-eslint/tsconfig-utils@8.50.1", "@typescript-eslint/tsconfig-utils@^8.50.1": |
| 1407 | + version "8.50.1" |
| 1408 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.50.1.tgz#ee4894bec14ef13db305d0323b14b109d996f116" |
| 1409 | + integrity sha512-ooHmotT/lCWLXi55G4mvaUF60aJa012QzvLK0Y+Mp4WdSt17QhMhWOaBWeGTFVkb2gDgBe19Cxy1elPXylslDw== |
| 1410 | + |
1389 | 1411 | "@typescript-eslint/type-utils@8.49.0": |
1390 | 1412 | version "8.49.0" |
1391 | 1413 | resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.49.0.tgz#d8118a0c1896a78a22f01d3c176e9945409b085b" |
|
1397 | 1419 | debug "^4.3.4" |
1398 | 1420 | ts-api-utils "^2.1.0" |
1399 | 1421 |
|
1400 | | -"@typescript-eslint/types@8.49.0", "@typescript-eslint/types@^8.49.0": |
| 1422 | +"@typescript-eslint/types@8.49.0": |
1401 | 1423 | version "8.49.0" |
1402 | 1424 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.49.0.tgz#c1bd3ebf956d9e5216396349ca23c58d74f06aee" |
1403 | 1425 | integrity sha512-e9k/fneezorUo6WShlQpMxXh8/8wfyc+biu6tnAqA81oWrEic0k21RHzP9uqqpyBBeBKu4T+Bsjy9/b8u7obXQ== |
1404 | 1426 |
|
| 1427 | +"@typescript-eslint/types@8.50.1", "@typescript-eslint/types@^8.49.0", "@typescript-eslint/types@^8.50.1": |
| 1428 | + version "8.50.1" |
| 1429 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.50.1.tgz#43d19e99613788e0715f799a29f139981bcd8385" |
| 1430 | + integrity sha512-v5lFIS2feTkNyMhd7AucE/9j/4V9v5iIbpVRncjk/K0sQ6Sb+Np9fgYS/63n6nwqahHQvbmujeBL7mp07Q9mlA== |
| 1431 | + |
1405 | 1432 | "@typescript-eslint/typescript-estree@8.49.0": |
1406 | 1433 | version "8.49.0" |
1407 | 1434 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.49.0.tgz#99c5a53275197ccb4e849786dad68344e9924135" |
|
1417 | 1444 | tinyglobby "^0.2.15" |
1418 | 1445 | ts-api-utils "^2.1.0" |
1419 | 1446 |
|
| 1447 | +"@typescript-eslint/typescript-estree@8.50.1": |
| 1448 | + version "8.50.1" |
| 1449 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.50.1.tgz#ce273e584694fa5bd34514fcfbea51fe1d79e271" |
| 1450 | + integrity sha512-woHPdW+0gj53aM+cxchymJCrh0cyS7BTIdcDxWUNsclr9VDkOSbqC13juHzxOmQ22dDkMZEpZB+3X1WpUvzgVQ== |
| 1451 | + dependencies: |
| 1452 | + "@typescript-eslint/project-service" "8.50.1" |
| 1453 | + "@typescript-eslint/tsconfig-utils" "8.50.1" |
| 1454 | + "@typescript-eslint/types" "8.50.1" |
| 1455 | + "@typescript-eslint/visitor-keys" "8.50.1" |
| 1456 | + debug "^4.3.4" |
| 1457 | + minimatch "^9.0.4" |
| 1458 | + semver "^7.6.0" |
| 1459 | + tinyglobby "^0.2.15" |
| 1460 | + ts-api-utils "^2.1.0" |
| 1461 | + |
1420 | 1462 | "@typescript-eslint/utils@8.49.0": |
1421 | 1463 | version "8.49.0" |
1422 | 1464 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.49.0.tgz#43b3b91d30afd6f6114532cf0b228f1790f43aff" |
|
1435 | 1477 | "@typescript-eslint/types" "8.49.0" |
1436 | 1478 | eslint-visitor-keys "^4.2.1" |
1437 | 1479 |
|
| 1480 | +"@typescript-eslint/visitor-keys@8.50.1": |
| 1481 | + version "8.50.1" |
| 1482 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.50.1.tgz#13b9d43b7567862faca69527580b9adda1a5c9fd" |
| 1483 | + integrity sha512-IrDKrw7pCRUR94zeuCSUWQ+w8JEf5ZX5jl/e6AHGSLi1/zIr0lgutfn/7JpfCey+urpgQEdrZVYzCaVVKiTwhQ== |
| 1484 | + dependencies: |
| 1485 | + "@typescript-eslint/types" "8.50.1" |
| 1486 | + eslint-visitor-keys "^4.2.1" |
| 1487 | + |
1438 | 1488 | "@typespec/ts-http-runtime@^0.3.0": |
1439 | 1489 | version "0.3.0" |
1440 | 1490 | resolved "https://registry.yarnpkg.com/@typespec/ts-http-runtime/-/ts-http-runtime-0.3.0.tgz#f506ff2170e594a257f8e78aa196088f3a46a22d" |
|
0 commit comments