|
673 | 673 | dependencies:
|
674 | 674 | eslint-visitor-keys "^3.3.0"
|
675 | 675 |
|
| 676 | +"@eslint-community/regexpp@^4.10.0": |
| 677 | + version "4.11.0" |
| 678 | + resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae" |
| 679 | + integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A== |
| 680 | + |
676 | 681 | "@eslint-community/regexpp@^4.4.0":
|
677 | 682 | version "4.4.0"
|
678 | 683 | resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
|
|
1302 | 1307 | semver "^7.3.7"
|
1303 | 1308 | tsutils "^3.21.0"
|
1304 | 1309 |
|
| 1310 | +"@typescript-eslint/eslint-plugin@^8.0.0": |
| 1311 | + version "8.0.1" |
| 1312 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.1.tgz#5dbd1b498fdea83a16d292322d27d293ce156f94" |
| 1313 | + integrity sha512-5g3Y7GDFsJAnY4Yhvk8sZtFfV6YNF2caLzjrRPUBzewjPCaj0yokePB4LJSobyCzGMzjZZYFbwuzbfDHlimXbQ== |
| 1314 | + dependencies: |
| 1315 | + "@eslint-community/regexpp" "^4.10.0" |
| 1316 | + "@typescript-eslint/scope-manager" "8.0.1" |
| 1317 | + "@typescript-eslint/type-utils" "8.0.1" |
| 1318 | + "@typescript-eslint/utils" "8.0.1" |
| 1319 | + "@typescript-eslint/visitor-keys" "8.0.1" |
| 1320 | + graphemer "^1.4.0" |
| 1321 | + ignore "^5.3.1" |
| 1322 | + natural-compare "^1.4.0" |
| 1323 | + ts-api-utils "^1.3.0" |
| 1324 | + |
1305 | 1325 | "@typescript-eslint/parser@^5.62.0":
|
1306 | 1326 | version "5.62.0"
|
1307 | 1327 | resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
|
|
1312 | 1332 | "@typescript-eslint/typescript-estree" "5.62.0"
|
1313 | 1333 | debug "^4.3.4"
|
1314 | 1334 |
|
| 1335 | +"@typescript-eslint/parser@^8.0.0": |
| 1336 | + version "8.0.1" |
| 1337 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.0.1.tgz#eb0728147a3a79edf43dde84c797f117213bbfdb" |
| 1338 | + integrity sha512-5IgYJ9EO/12pOUwiBKFkpU7rS3IU21mtXzB81TNwq2xEybcmAZrE9qwDtsb5uQd9aVO9o0fdabFyAmKveXyujg== |
| 1339 | + dependencies: |
| 1340 | + "@typescript-eslint/scope-manager" "8.0.1" |
| 1341 | + "@typescript-eslint/types" "8.0.1" |
| 1342 | + "@typescript-eslint/typescript-estree" "8.0.1" |
| 1343 | + "@typescript-eslint/visitor-keys" "8.0.1" |
| 1344 | + debug "^4.3.4" |
| 1345 | + |
1315 | 1346 | "@typescript-eslint/[email protected]":
|
1316 | 1347 | version "5.55.0"
|
1317 | 1348 | resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.55.0.tgz#e863bab4d4183ddce79967fe10ceb6c829791210"
|
|
1336 | 1367 | "@typescript-eslint/types" "6.5.0"
|
1337 | 1368 | "@typescript-eslint/visitor-keys" "6.5.0"
|
1338 | 1369 |
|
| 1370 | +"@typescript-eslint/[email protected]": |
| 1371 | + version "8.0.1" |
| 1372 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.1.tgz#544259c29e1ebf65d30b6e99a9f420d98795a54e" |
| 1373 | + integrity sha512-NpixInP5dm7uukMiRyiHjRKkom5RIFA4dfiHvalanD2cF0CLUuQqxfg8PtEUo9yqJI2bBhF+pcSafqnG3UBnRQ== |
| 1374 | + dependencies: |
| 1375 | + "@typescript-eslint/types" "8.0.1" |
| 1376 | + "@typescript-eslint/visitor-keys" "8.0.1" |
| 1377 | + |
1339 | 1378 | "@typescript-eslint/[email protected]", "@typescript-eslint/type-utils@^5.62.0":
|
1340 | 1379 | version "5.62.0"
|
1341 | 1380 | resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
|
|
1346 | 1385 | debug "^4.3.4"
|
1347 | 1386 | tsutils "^3.21.0"
|
1348 | 1387 |
|
| 1388 | +"@typescript-eslint/[email protected]", "@typescript-eslint/type-utils@^8.0.0": |
| 1389 | + version "8.0.1" |
| 1390 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.0.1.tgz#a613ee2dfeed4a9781300b5d326ec7cf946eed92" |
| 1391 | + integrity sha512-+/UT25MWvXeDX9YaHv1IS6KI1fiuTto43WprE7pgSMswHbn1Jm9GEM4Txp+X74ifOWV8emu2AWcbLhpJAvD5Ng== |
| 1392 | + dependencies: |
| 1393 | + "@typescript-eslint/typescript-estree" "8.0.1" |
| 1394 | + "@typescript-eslint/utils" "8.0.1" |
| 1395 | + debug "^4.3.4" |
| 1396 | + ts-api-utils "^1.3.0" |
| 1397 | + |
1349 | 1398 | "@typescript-eslint/type-utils@^5.55.0":
|
1350 | 1399 | version "5.55.0"
|
1351 | 1400 | resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.55.0.tgz#74bf0233523f874738677bb73cb58094210e01e9"
|
|
1381 | 1430 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.5.0.tgz#f4e55cfd99ac5346ea772770bf212a3e689a8f04"
|
1382 | 1431 | integrity sha512-eqLLOEF5/lU8jW3Bw+8auf4lZSbbljHR2saKnYqON12G/WsJrGeeDHWuQePoEf9ro22+JkbPfWQwKEC5WwLQ3w==
|
1383 | 1432 |
|
| 1433 | +"@typescript-eslint/[email protected]": |
| 1434 | + version "8.0.1" |
| 1435 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.1.tgz#333e2f4c158952dbc8181a4ddcc6e49898a28918" |
| 1436 | + integrity sha512-PpqTVT3yCA/bIgJ12czBuE3iBlM3g4inRSC5J0QOdQFAn07TYrYEQBBKgXH1lQpglup+Zy6c1fxuwTk4MTNKIw== |
| 1437 | + |
1384 | 1438 | "@typescript-eslint/[email protected]":
|
1385 | 1439 | version "5.55.0"
|
1386 | 1440 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.55.0.tgz#8db7c8e47ecc03d49b05362b8db6f1345ee7b575"
|
|
1420 | 1474 | semver "^7.5.4"
|
1421 | 1475 | ts-api-utils "^1.0.1"
|
1422 | 1476 |
|
| 1477 | +"@typescript-eslint/[email protected]": |
| 1478 | + version "8.0.1" |
| 1479 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.1.tgz#64575ec7b77aedfe497acdfb2779ec942bb8d866" |
| 1480 | + integrity sha512-8V9hriRvZQXPWU3bbiUV4Epo7EvgM6RTs+sUmxp5G//dBGy402S7Fx0W0QkB2fb4obCF8SInoUzvTYtc3bkb5w== |
| 1481 | + dependencies: |
| 1482 | + "@typescript-eslint/types" "8.0.1" |
| 1483 | + "@typescript-eslint/visitor-keys" "8.0.1" |
| 1484 | + debug "^4.3.4" |
| 1485 | + globby "^11.1.0" |
| 1486 | + is-glob "^4.0.3" |
| 1487 | + minimatch "^9.0.4" |
| 1488 | + semver "^7.6.0" |
| 1489 | + ts-api-utils "^1.3.0" |
| 1490 | + |
1423 | 1491 | "@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0":
|
1424 | 1492 | version "5.55.0"
|
1425 | 1493 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.55.0.tgz#34e97322e7ae5b901e7a870aabb01dad90023341"
|
|
1461 | 1529 | "@typescript-eslint/typescript-estree" "6.5.0"
|
1462 | 1530 | semver "^7.5.4"
|
1463 | 1531 |
|
| 1532 | +"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.0.0": |
| 1533 | + version "8.0.1" |
| 1534 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.1.tgz#b48e3320c4f9011f97d25e0588b8c143adc38d2a" |
| 1535 | + integrity sha512-CBFR0G0sCt0+fzfnKaciu9IBsKvEKYwN9UZ+eeogK1fYHg4Qxk1yf/wLQkLXlq8wbU2dFlgAesxt8Gi76E8RTA== |
| 1536 | + dependencies: |
| 1537 | + "@eslint-community/eslint-utils" "^4.4.0" |
| 1538 | + "@typescript-eslint/scope-manager" "8.0.1" |
| 1539 | + "@typescript-eslint/types" "8.0.1" |
| 1540 | + "@typescript-eslint/typescript-estree" "8.0.1" |
| 1541 | + |
1464 | 1542 | "@typescript-eslint/[email protected]":
|
1465 | 1543 | version "5.55.0"
|
1466 | 1544 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.55.0.tgz#01ad414fca8367706d76cdb94adf788dc5b664a2"
|
|
1485 | 1563 | "@typescript-eslint/types" "6.5.0"
|
1486 | 1564 | eslint-visitor-keys "^3.4.1"
|
1487 | 1565 |
|
| 1566 | +"@typescript-eslint/[email protected]": |
| 1567 | + version "8.0.1" |
| 1568 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.1.tgz#e5816803b4dad1de5e97f00df8dc15d0bcb49778" |
| 1569 | + integrity sha512-W5E+o0UfUcK5EgchLZsyVWqARmsM7v54/qEq6PY3YI5arkgmCzHiuk0zKSJJbm71V0xdRna4BGomkCTXz2/LkQ== |
| 1570 | + dependencies: |
| 1571 | + "@typescript-eslint/types" "8.0.1" |
| 1572 | + eslint-visitor-keys "^3.4.3" |
| 1573 | + |
1488 | 1574 | "@ungap/structured-clone@^1.2.0":
|
1489 | 1575 | version "1.2.0"
|
1490 | 1576 | resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
@@ -2680,6 +2766,11 @@ ignore@^5.2.0:
|
2680 | 2766 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
|
2681 | 2767 | integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
|
2682 | 2768 |
|
| 2769 | +ignore@^5.3.1: |
| 2770 | + version "5.3.1" |
| 2771 | + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef" |
| 2772 | + integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw== |
| 2773 | + |
2683 | 2774 | import-fresh@^3.2.1:
|
2684 | 2775 | version "3.3.0"
|
2685 | 2776 | resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
|
@@ -3533,6 +3624,13 @@ minimatch@^9.0.1, minimatch@~9.0.1:
|
3533 | 3624 | dependencies:
|
3534 | 3625 | brace-expansion "^2.0.1"
|
3535 | 3626 |
|
| 3627 | +minimatch@^9.0.4: |
| 3628 | + version "9.0.5" |
| 3629 | + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5" |
| 3630 | + integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== |
| 3631 | + dependencies: |
| 3632 | + brace-expansion "^2.0.1" |
| 3633 | + |
3536 | 3634 | minimist@1:
|
3537 | 3635 | version "1.2.8"
|
3538 | 3636 | resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
|
@@ -4011,6 +4109,11 @@ semver@^7.5.4, semver@~7.5.0:
|
4011 | 4109 | dependencies:
|
4012 | 4110 | lru-cache "^6.0.0"
|
4013 | 4111 |
|
| 4112 | +semver@^7.6.0: |
| 4113 | + version "7.6.3" |
| 4114 | + resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143" |
| 4115 | + integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A== |
| 4116 | + |
4014 | 4117 | shebang-command@^2.0.0:
|
4015 | 4118 | version "2.0.0"
|
4016 | 4119 | resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
|
@@ -4284,6 +4387,11 @@ ts-api-utils@^1.0.1:
|
4284 | 4387 | resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.2.tgz#7c094f753b6705ee4faee25c3c684ade52d66d99"
|
4285 | 4388 | integrity sha512-Cbu4nIqnEdd+THNEsBdkolnOXhg0I8XteoHaEKgvsxpsbWda4IsUut2c187HxywQCvveojow0Dgw/amxtSKVkQ==
|
4286 | 4389 |
|
| 4390 | +ts-api-utils@^1.3.0: |
| 4391 | + version "1.3.0" |
| 4392 | + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1" |
| 4393 | + integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ== |
| 4394 | + |
4287 | 4395 |
|
4288 | 4396 | version "29.2.4"
|
4289 | 4397 | resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.4.tgz#38ccf487407d7a63054a72689f6f99b075e296e5"
|
|
0 commit comments