|
975 | 975 | ts-api-utils "^1.3.0"
|
976 | 976 |
|
977 | 977 | "@typescript-eslint/parser@^8.1.0":
|
978 |
| - version "8.1.0" |
979 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.1.0.tgz#b7e77f5fa212df59eba51ecd4986f194bccc2303" |
980 |
| - integrity sha512-U7iTAtGgJk6DPX9wIWPPOlt1gO57097G06gIcl0N0EEnNw8RGD62c+2/DiP/zL7KrkqnnqF7gtFGR7YgzPllTA== |
981 |
| - dependencies: |
982 |
| - "@typescript-eslint/scope-manager" "8.1.0" |
983 |
| - "@typescript-eslint/types" "8.1.0" |
984 |
| - "@typescript-eslint/typescript-estree" "8.1.0" |
985 |
| - "@typescript-eslint/visitor-keys" "8.1.0" |
| 978 | + version "8.20.0" |
| 979 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.20.0.tgz#5caf2230a37094dc0e671cf836b96dd39b587ced" |
| 980 | + integrity sha512-gKXG7A5HMyjDIedBi6bUrDcun8GIjnI8qOwVLiY3rx6T/sHP/19XLJOnIq/FgQvWLHja5JN/LSE7eklNBr612g== |
| 981 | + dependencies: |
| 982 | + "@typescript-eslint/scope-manager" "8.20.0" |
| 983 | + "@typescript-eslint/types" "8.20.0" |
| 984 | + "@typescript-eslint/typescript-estree" "8.20.0" |
| 985 | + "@typescript-eslint/visitor-keys" "8.20.0" |
986 | 986 | debug "^4.3.4"
|
987 | 987 |
|
988 | 988 | "@typescript-eslint/[email protected]":
|
|
993 | 993 | "@typescript-eslint/types" "8.1.0"
|
994 | 994 | "@typescript-eslint/visitor-keys" "8.1.0"
|
995 | 995 |
|
| 996 | +"@typescript-eslint/[email protected]": |
| 997 | + version "8.20.0" |
| 998 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.20.0.tgz#aaf4198b509fb87a6527c02cfbfaf8901179e75c" |
| 999 | + integrity sha512-J7+VkpeGzhOt3FeG1+SzhiMj9NzGD/M6KoGn9f4dbz3YzK9hvbhVTmLj/HiTp9DazIzJ8B4XcM80LrR9Dm1rJw== |
| 1000 | + dependencies: |
| 1001 | + "@typescript-eslint/types" "8.20.0" |
| 1002 | + "@typescript-eslint/visitor-keys" "8.20.0" |
| 1003 | + |
996 | 1004 | "@typescript-eslint/[email protected]":
|
997 | 1005 | version "8.1.0"
|
998 | 1006 | resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.1.0.tgz#dbf5a4308166dfc37a36305390dea04a3a3b5048"
|
|
1008 | 1016 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.1.0.tgz#fbf1eaa668a7e444ac507732ca9d3c3468e5db9c"
|
1009 | 1017 | integrity sha512-q2/Bxa0gMOu/2/AKALI0tCKbG2zppccnRIRCW6BaaTlRVaPKft4oVYPp7WOPpcnsgbr0qROAVCVKCvIQ0tbWog==
|
1010 | 1018 |
|
| 1019 | +"@typescript-eslint/[email protected]": |
| 1020 | + version "8.20.0" |
| 1021 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.20.0.tgz#487de5314b5415dee075e95568b87a75a3e730cf" |
| 1022 | + integrity sha512-cqaMiY72CkP+2xZRrFt3ExRBu0WmVitN/rYPZErA80mHjHx/Svgp8yfbzkJmDoQ/whcytOPO9/IZXnOc+wigRA== |
| 1023 | + |
1011 | 1024 | "@typescript-eslint/[email protected]":
|
1012 | 1025 | version "8.1.0"
|
1013 | 1026 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.1.0.tgz#c44e5667683c0bb5caa43192e27de6a994f4e4c4"
|
|
1022 | 1035 | semver "^7.6.0"
|
1023 | 1036 | ts-api-utils "^1.3.0"
|
1024 | 1037 |
|
| 1038 | +"@typescript-eslint/[email protected]": |
| 1039 | + version "8.20.0" |
| 1040 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.20.0.tgz#658cea07b7e5981f19bce5cf1662cb70ad59f26b" |
| 1041 | + integrity sha512-Y7ncuy78bJqHI35NwzWol8E0X7XkRVS4K4P4TCyzWkOJih5NDvtoRDW4Ba9YJJoB2igm9yXDdYI/+fkiiAxPzA== |
| 1042 | + dependencies: |
| 1043 | + "@typescript-eslint/types" "8.20.0" |
| 1044 | + "@typescript-eslint/visitor-keys" "8.20.0" |
| 1045 | + debug "^4.3.4" |
| 1046 | + fast-glob "^3.3.2" |
| 1047 | + is-glob "^4.0.3" |
| 1048 | + minimatch "^9.0.4" |
| 1049 | + semver "^7.6.0" |
| 1050 | + ts-api-utils "^2.0.0" |
| 1051 | + |
1025 | 1052 | "@typescript-eslint/[email protected]":
|
1026 | 1053 | version "8.1.0"
|
1027 | 1054 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.1.0.tgz#a922985a43d2560ce0d293be79148fa80c1325e0"
|
|
1040 | 1067 | "@typescript-eslint/types" "8.1.0"
|
1041 | 1068 | eslint-visitor-keys "^3.4.3"
|
1042 | 1069 |
|
| 1070 | +"@typescript-eslint/[email protected]": |
| 1071 | + version "8.20.0" |
| 1072 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.20.0.tgz#2df6e24bc69084b81f06aaaa48d198b10d382bed" |
| 1073 | + integrity sha512-v/BpkeeYAsPkKCkR8BDwcno0llhzWVqPOamQrAEMdpZav2Y9OVjd9dwJyBLJWwf335B5DmlifECIkZRJCaGaHA== |
| 1074 | + dependencies: |
| 1075 | + "@typescript-eslint/types" "8.20.0" |
| 1076 | + eslint-visitor-keys "^4.2.0" |
| 1077 | + |
1043 | 1078 | "@ungap/structured-clone@^1.2.0":
|
1044 | 1079 | version "1.2.0"
|
1045 | 1080 | resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
@@ -2594,6 +2629,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
|
2594 | 2629 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
2595 | 2630 | integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
2596 | 2631 |
|
| 2632 | +eslint-visitor-keys@^4.2.0: |
| 2633 | + version "4.2.0" |
| 2634 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45" |
| 2635 | + integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw== |
| 2636 | + |
2597 | 2637 |
|
2598 | 2638 | version "8.57.0"
|
2599 | 2639 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
|
@@ -5685,6 +5725,11 @@ ts-api-utils@^1.3.0:
|
5685 | 5725 | resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
|
5686 | 5726 | integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
|
5687 | 5727 |
|
| 5728 | +ts-api-utils@^2.0.0: |
| 5729 | + version "2.0.0" |
| 5730 | + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.0.tgz#b9d7d5f7ec9f736f4d0f09758b8607979044a900" |
| 5731 | + integrity sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ== |
| 5732 | + |
5688 | 5733 | ts-jest@^29.2.4:
|
5689 | 5734 | version "29.2.4"
|
5690 | 5735 | resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.4.tgz#38ccf487407d7a63054a72689f6f99b075e296e5"
|
|
0 commit comments