|
1090 | 1090 | natural-compare "^1.4.0"
|
1091 | 1091 | ts-api-utils "^1.3.0"
|
1092 | 1092 |
|
1093 |
| -"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^7.0.1": |
| 1093 | +"@typescript-eslint/[email protected]": |
| 1094 | + version "8.4.0" |
| 1095 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.4.0.tgz#36b7cd7643a1c190d49dc0278192b2450f615a6f" |
| 1096 | + integrity sha512-NHgWmKSgJk5K9N16GIhQ4jSobBoJwrmURaLErad0qlLjrpP5bECYg+wxVTGlGZmJbU03jj/dfnb6V9bw+5icsA== |
| 1097 | + dependencies: |
| 1098 | + "@typescript-eslint/scope-manager" "8.4.0" |
| 1099 | + "@typescript-eslint/types" "8.4.0" |
| 1100 | + "@typescript-eslint/typescript-estree" "8.4.0" |
| 1101 | + "@typescript-eslint/visitor-keys" "8.4.0" |
| 1102 | + debug "^4.3.4" |
| 1103 | + |
| 1104 | +"@typescript-eslint/parser@^7.0.1": |
1094 | 1105 | version "7.14.1"
|
1095 | 1106 | resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.14.1.tgz#13d97f357aed3c5719f259a6cc3d1a1f065d3692"
|
1096 | 1107 | integrity sha512-8lKUOebNLcR0D7RvlcloOacTOWzOqemWEWkKSVpMZVF/XVcwjPR+3MD08QzbW9TCGJ+DwIc6zUSGZ9vd8cO1IA==
|
|
1109 | 1120 | "@typescript-eslint/types" "7.14.1"
|
1110 | 1121 | "@typescript-eslint/visitor-keys" "7.14.1"
|
1111 | 1122 |
|
| 1123 | +"@typescript-eslint/[email protected]": |
| 1124 | + version "8.4.0" |
| 1125 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.4.0.tgz#8a13d3c0044513d7960348db6f4789d2a06fa4b4" |
| 1126 | + integrity sha512-n2jFxLeY0JmKfUqy3P70rs6vdoPjHK8P/w+zJcV3fk0b0BwRXC/zxRTEnAsgYT7MwdQDt/ZEbtdzdVC+hcpF0A== |
| 1127 | + dependencies: |
| 1128 | + "@typescript-eslint/types" "8.4.0" |
| 1129 | + "@typescript-eslint/visitor-keys" "8.4.0" |
| 1130 | + |
1112 | 1131 | "@typescript-eslint/[email protected]":
|
1113 | 1132 | version "7.14.1"
|
1114 | 1133 | resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.14.1.tgz#c183f2f28c4c8578eb80aebc4ac9ace400160af6"
|
|
1124 | 1143 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.14.1.tgz#a43a540dbe5df7f2a11269683d777fc50b4350aa"
|
1125 | 1144 | integrity sha512-mL7zNEOQybo5R3AavY+Am7KLv8BorIv7HCYS5rKoNZKQD9tsfGUpO4KdAn3sSUvTiS4PQkr2+K0KJbxj8H9NDg==
|
1126 | 1145 |
|
| 1146 | +"@typescript-eslint/[email protected]": |
| 1147 | + version "8.4.0" |
| 1148 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.4.0.tgz#b44d6a90a317a6d97a3e5fabda5196089eec6171" |
| 1149 | + integrity sha512-T1RB3KQdskh9t3v/qv7niK6P8yvn7ja1mS7QK7XfRVL6wtZ8/mFs/FHf4fKvTA0rKnqnYxl/uHFNbnEt0phgbw== |
| 1150 | + |
1127 | 1151 | "@typescript-eslint/[email protected]":
|
1128 | 1152 | version "7.14.1"
|
1129 | 1153 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.14.1.tgz#ba7c9bac8744487749d19569e254d057754a1575"
|
|
1138 | 1162 | semver "^7.6.0"
|
1139 | 1163 | ts-api-utils "^1.3.0"
|
1140 | 1164 |
|
| 1165 | +"@typescript-eslint/[email protected]": |
| 1166 | + version "8.4.0" |
| 1167 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.4.0.tgz#00ed79ae049e124db37315cde1531a900a048482" |
| 1168 | + integrity sha512-kJ2OIP4dQw5gdI4uXsaxUZHRwWAGpREJ9Zq6D5L0BweyOrWsL6Sz0YcAZGWhvKnH7fm1J5YFE1JrQL0c9dd53A== |
| 1169 | + dependencies: |
| 1170 | + "@typescript-eslint/types" "8.4.0" |
| 1171 | + "@typescript-eslint/visitor-keys" "8.4.0" |
| 1172 | + debug "^4.3.4" |
| 1173 | + fast-glob "^3.3.2" |
| 1174 | + is-glob "^4.0.3" |
| 1175 | + minimatch "^9.0.4" |
| 1176 | + semver "^7.6.0" |
| 1177 | + ts-api-utils "^1.3.0" |
| 1178 | + |
1141 | 1179 | "@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.0.0 || ^7.0.0":
|
1142 | 1180 | version "7.14.1"
|
1143 | 1181 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.14.1.tgz#3307b8226f99103dca2133d0ebcae38419d82c9d"
|
|
1156 | 1194 | "@typescript-eslint/types" "7.14.1"
|
1157 | 1195 | eslint-visitor-keys "^3.4.3"
|
1158 | 1196 |
|
| 1197 | +"@typescript-eslint/[email protected]": |
| 1198 | + version "8.4.0" |
| 1199 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.4.0.tgz#1e8a8b8fd3647db1e42361fdd8de3e1679dec9d2" |
| 1200 | + integrity sha512-zTQD6WLNTre1hj5wp09nBIDiOc2U5r/qmzo7wxPn4ZgAjHql09EofqhF9WF+fZHzL5aCyaIpPcT2hyxl73kr9A== |
| 1201 | + dependencies: |
| 1202 | + "@typescript-eslint/types" "8.4.0" |
| 1203 | + eslint-visitor-keys "^3.4.3" |
| 1204 | + |
1159 | 1205 |
|
1160 | 1206 | version "0.34.0"
|
1161 | 1207 | resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.34.0.tgz#d0139528320e46670d949c82967044a8f66db054"
|
@@ -2424,6 +2470,17 @@ fast-glob@^3.2.9:
|
2424 | 2470 | merge2 "^1.3.0"
|
2425 | 2471 | micromatch "^4.0.4"
|
2426 | 2472 |
|
| 2473 | +fast-glob@^3.3.2: |
| 2474 | + version "3.3.2" |
| 2475 | + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129" |
| 2476 | + integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow== |
| 2477 | + dependencies: |
| 2478 | + "@nodelib/fs.stat" "^2.0.2" |
| 2479 | + "@nodelib/fs.walk" "^1.2.3" |
| 2480 | + glob-parent "^5.1.2" |
| 2481 | + merge2 "^1.3.0" |
| 2482 | + micromatch "^4.0.4" |
| 2483 | + |
2427 | 2484 | [email protected], fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
|
2428 | 2485 | version "2.1.0"
|
2429 | 2486 | resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
|
|
0 commit comments