|
1117 | 1117 | dependencies: |
1118 | 1118 | "@types/node" "*" |
1119 | 1119 |
|
1120 | | -"@typescript-eslint/eslint-plugin@7.18.0": |
1121 | | - version "7.18.0" |
1122 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3" |
1123 | | - integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw== |
| 1120 | +"@typescript-eslint/eslint-plugin@8.0.1": |
| 1121 | + version "8.0.1" |
| 1122 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.1.tgz#5dbd1b498fdea83a16d292322d27d293ce156f94" |
| 1123 | + integrity sha512-5g3Y7GDFsJAnY4Yhvk8sZtFfV6YNF2caLzjrRPUBzewjPCaj0yokePB4LJSobyCzGMzjZZYFbwuzbfDHlimXbQ== |
1124 | 1124 | dependencies: |
1125 | 1125 | "@eslint-community/regexpp" "^4.10.0" |
1126 | | - "@typescript-eslint/scope-manager" "7.18.0" |
1127 | | - "@typescript-eslint/type-utils" "7.18.0" |
1128 | | - "@typescript-eslint/utils" "7.18.0" |
1129 | | - "@typescript-eslint/visitor-keys" "7.18.0" |
| 1126 | + "@typescript-eslint/scope-manager" "8.0.1" |
| 1127 | + "@typescript-eslint/type-utils" "8.0.1" |
| 1128 | + "@typescript-eslint/utils" "8.0.1" |
| 1129 | + "@typescript-eslint/visitor-keys" "8.0.1" |
1130 | 1130 | graphemer "^1.4.0" |
1131 | 1131 | ignore "^5.3.1" |
1132 | 1132 | natural-compare "^1.4.0" |
1133 | 1133 | ts-api-utils "^1.3.0" |
1134 | 1134 |
|
1135 | | -"@typescript-eslint/parser@7.18.0": |
1136 | | - version "7.18.0" |
1137 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0" |
1138 | | - integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg== |
| 1135 | +"@typescript-eslint/parser@8.0.1": |
| 1136 | + version "8.0.1" |
| 1137 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.0.1.tgz#eb0728147a3a79edf43dde84c797f117213bbfdb" |
| 1138 | + integrity sha512-5IgYJ9EO/12pOUwiBKFkpU7rS3IU21mtXzB81TNwq2xEybcmAZrE9qwDtsb5uQd9aVO9o0fdabFyAmKveXyujg== |
1139 | 1139 | dependencies: |
1140 | | - "@typescript-eslint/scope-manager" "7.18.0" |
1141 | | - "@typescript-eslint/types" "7.18.0" |
1142 | | - "@typescript-eslint/typescript-estree" "7.18.0" |
1143 | | - "@typescript-eslint/visitor-keys" "7.18.0" |
| 1140 | + "@typescript-eslint/scope-manager" "8.0.1" |
| 1141 | + "@typescript-eslint/types" "8.0.1" |
| 1142 | + "@typescript-eslint/typescript-estree" "8.0.1" |
| 1143 | + "@typescript-eslint/visitor-keys" "8.0.1" |
1144 | 1144 | debug "^4.3.4" |
1145 | 1145 |
|
1146 | 1146 | "@typescript-eslint/scope-manager@7.18.0": |
|
1151 | 1151 | "@typescript-eslint/types" "7.18.0" |
1152 | 1152 | "@typescript-eslint/visitor-keys" "7.18.0" |
1153 | 1153 |
|
1154 | | -"@typescript-eslint/type-utils@7.18.0": |
1155 | | - version "7.18.0" |
1156 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b" |
1157 | | - integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA== |
| 1154 | +"@typescript-eslint/scope-manager@8.0.1": |
| 1155 | + version "8.0.1" |
| 1156 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.1.tgz#544259c29e1ebf65d30b6e99a9f420d98795a54e" |
| 1157 | + integrity sha512-NpixInP5dm7uukMiRyiHjRKkom5RIFA4dfiHvalanD2cF0CLUuQqxfg8PtEUo9yqJI2bBhF+pcSafqnG3UBnRQ== |
1158 | 1158 | dependencies: |
1159 | | - "@typescript-eslint/typescript-estree" "7.18.0" |
1160 | | - "@typescript-eslint/utils" "7.18.0" |
| 1159 | + "@typescript-eslint/types" "8.0.1" |
| 1160 | + "@typescript-eslint/visitor-keys" "8.0.1" |
| 1161 | + |
| 1162 | +"@typescript-eslint/type-utils@8.0.1": |
| 1163 | + version "8.0.1" |
| 1164 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.0.1.tgz#a613ee2dfeed4a9781300b5d326ec7cf946eed92" |
| 1165 | + integrity sha512-+/UT25MWvXeDX9YaHv1IS6KI1fiuTto43WprE7pgSMswHbn1Jm9GEM4Txp+X74ifOWV8emu2AWcbLhpJAvD5Ng== |
| 1166 | + dependencies: |
| 1167 | + "@typescript-eslint/typescript-estree" "8.0.1" |
| 1168 | + "@typescript-eslint/utils" "8.0.1" |
1161 | 1169 | debug "^4.3.4" |
1162 | 1170 | ts-api-utils "^1.3.0" |
1163 | 1171 |
|
|
1166 | 1174 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9" |
1167 | 1175 | integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ== |
1168 | 1176 |
|
| 1177 | +"@typescript-eslint/types@8.0.1": |
| 1178 | + version "8.0.1" |
| 1179 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.1.tgz#333e2f4c158952dbc8181a4ddcc6e49898a28918" |
| 1180 | + integrity sha512-PpqTVT3yCA/bIgJ12czBuE3iBlM3g4inRSC5J0QOdQFAn07TYrYEQBBKgXH1lQpglup+Zy6c1fxuwTk4MTNKIw== |
| 1181 | + |
1169 | 1182 | "@typescript-eslint/typescript-estree@7.18.0": |
1170 | 1183 | version "7.18.0" |
1171 | 1184 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931" |
|
1180 | 1193 | semver "^7.6.0" |
1181 | 1194 | ts-api-utils "^1.3.0" |
1182 | 1195 |
|
1183 | | -"@typescript-eslint/utils@7.18.0", "@typescript-eslint/utils@^7.4.0": |
| 1196 | +"@typescript-eslint/typescript-estree@8.0.1": |
| 1197 | + version "8.0.1" |
| 1198 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.1.tgz#64575ec7b77aedfe497acdfb2779ec942bb8d866" |
| 1199 | + integrity sha512-8V9hriRvZQXPWU3bbiUV4Epo7EvgM6RTs+sUmxp5G//dBGy402S7Fx0W0QkB2fb4obCF8SInoUzvTYtc3bkb5w== |
| 1200 | + dependencies: |
| 1201 | + "@typescript-eslint/types" "8.0.1" |
| 1202 | + "@typescript-eslint/visitor-keys" "8.0.1" |
| 1203 | + debug "^4.3.4" |
| 1204 | + globby "^11.1.0" |
| 1205 | + is-glob "^4.0.3" |
| 1206 | + minimatch "^9.0.4" |
| 1207 | + semver "^7.6.0" |
| 1208 | + ts-api-utils "^1.3.0" |
| 1209 | + |
| 1210 | +"@typescript-eslint/utils@8.0.1": |
| 1211 | + version "8.0.1" |
| 1212 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.1.tgz#b48e3320c4f9011f97d25e0588b8c143adc38d2a" |
| 1213 | + integrity sha512-CBFR0G0sCt0+fzfnKaciu9IBsKvEKYwN9UZ+eeogK1fYHg4Qxk1yf/wLQkLXlq8wbU2dFlgAesxt8Gi76E8RTA== |
| 1214 | + dependencies: |
| 1215 | + "@eslint-community/eslint-utils" "^4.4.0" |
| 1216 | + "@typescript-eslint/scope-manager" "8.0.1" |
| 1217 | + "@typescript-eslint/types" "8.0.1" |
| 1218 | + "@typescript-eslint/typescript-estree" "8.0.1" |
| 1219 | + |
| 1220 | +"@typescript-eslint/utils@^7.4.0": |
1184 | 1221 | version "7.18.0" |
1185 | 1222 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f" |
1186 | 1223 | integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw== |
|
1198 | 1235 | "@typescript-eslint/types" "7.18.0" |
1199 | 1236 | eslint-visitor-keys "^3.4.3" |
1200 | 1237 |
|
| 1238 | +"@typescript-eslint/visitor-keys@8.0.1": |
| 1239 | + version "8.0.1" |
| 1240 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.1.tgz#e5816803b4dad1de5e97f00df8dc15d0bcb49778" |
| 1241 | + integrity sha512-W5E+o0UfUcK5EgchLZsyVWqARmsM7v54/qEq6PY3YI5arkgmCzHiuk0zKSJJbm71V0xdRna4BGomkCTXz2/LkQ== |
| 1242 | + dependencies: |
| 1243 | + "@typescript-eslint/types" "8.0.1" |
| 1244 | + eslint-visitor-keys "^3.4.3" |
| 1245 | + |
1201 | 1246 | "@ungap/structured-clone@^1.2.0": |
1202 | 1247 | version "1.2.0" |
1203 | 1248 | resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406" |
|
0 commit comments