|
112 | 112 | resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.17.11.tgz#9be796d93ae27b636da32d960899a4912bca27a1"
|
113 | 113 | integrity sha512-N9vXqLP3eRL8BqSy8yn4Y98cZI2pZ8fyuHx6lKjiG2WABpT2l01TXdzq5Ma2ZUBzfB7tx5dXVhge8X9u0S70ZQ==
|
114 | 114 |
|
| 115 | +"@eslint-community/eslint-utils@^4.2.0": |
| 116 | + version "4.2.0" |
| 117 | + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.2.0.tgz#a831e6e468b4b2b5ae42bf658bea015bf10bc518" |
| 118 | + integrity sha512-gB8T4H4DEfX2IV9zGDJPOBgP1e/DbfCPDTtEqUMckpvzS1OYtva8JdFYBqMwYk7xAQ429WGF/UPqn8uQ//h2vQ== |
| 119 | + dependencies: |
| 120 | + eslint-visitor-keys "^3.3.0" |
| 121 | + |
| 122 | +"@eslint-community/regexpp@^4.4.0": |
| 123 | + version "4.4.0" |
| 124 | + resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403" |
| 125 | + integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ== |
| 126 | + |
115 | 127 | "@eslint/eslintrc@^2.0.0":
|
116 | 128 | version "2.0.0"
|
117 | 129 | resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.0.tgz#943309d8697c52fc82c076e90c1c74fbbe69dbff"
|
|
216 | 228 | integrity sha512-CQcY3+Fe5hNewHnOEAVYj4dd1do/QHliXaknAEYSXx2KEHUzFibDZSKptCon+HPgK55xx20pR+PBJjf0MomnBA==
|
217 | 229 |
|
218 | 230 | "@typescript-eslint/eslint-plugin@^5.47.0":
|
219 |
| - version "5.54.1" |
220 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.54.1.tgz#0c5091289ce28372e38ab8d28e861d2dbe1ab29e" |
221 |
| - integrity sha512-a2RQAkosH3d3ZIV08s3DcL/mcGc2M/UC528VkPULFxR9VnVPT8pBu0IyBAJJmVsCmhVfwQX1v6q+QGnmSe1bew== |
222 |
| - dependencies: |
223 |
| - "@typescript-eslint/scope-manager" "5.54.1" |
224 |
| - "@typescript-eslint/type-utils" "5.54.1" |
225 |
| - "@typescript-eslint/utils" "5.54.1" |
| 231 | + version "5.55.0" |
| 232 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.55.0.tgz#bc2400c3a23305e8c9a9c04aa40933868aaaeb47" |
| 233 | + integrity sha512-IZGc50rtbjk+xp5YQoJvmMPmJEYoC53SiKPXyqWfv15XoD2Y5Kju6zN0DwlmaGJp1Iw33JsWJcQ7nw0lGCGjVg== |
| 234 | + dependencies: |
| 235 | + "@eslint-community/regexpp" "^4.4.0" |
| 236 | + "@typescript-eslint/scope-manager" "5.55.0" |
| 237 | + "@typescript-eslint/type-utils" "5.55.0" |
| 238 | + "@typescript-eslint/utils" "5.55.0" |
226 | 239 | debug "^4.3.4"
|
227 | 240 | grapheme-splitter "^1.0.4"
|
228 | 241 | ignore "^5.2.0"
|
229 | 242 | natural-compare-lite "^1.4.0"
|
230 |
| - regexpp "^3.2.0" |
231 | 243 | semver "^7.3.7"
|
232 | 244 | tsutils "^3.21.0"
|
233 | 245 |
|
|
249 | 261 | "@typescript-eslint/types" "5.54.1"
|
250 | 262 | "@typescript-eslint/visitor-keys" "5.54.1"
|
251 | 263 |
|
252 |
| -"@typescript-eslint/type-utils@5.54.1": |
253 |
| - version "5.54.1" |
254 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.54.1.tgz#4825918ec27e55da8bb99cd07ec2a8e5f50ab748" |
255 |
| - integrity sha512-WREHsTz0GqVYLIbzIZYbmUUr95DKEKIXZNH57W3s+4bVnuF1TKe2jH8ZNH8rO1CeMY3U4j4UQeqPNkHMiGem3g== |
| 264 | +"@typescript-eslint/scope-manager@5.55.0": |
| 265 | + version "5.55.0" |
| 266 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.55.0.tgz#e863bab4d4183ddce79967fe10ceb6c829791210" |
| 267 | + integrity sha512-OK+cIO1ZGhJYNCL//a3ROpsd83psf4dUJ4j7pdNVzd5DmIk+ffkuUIX2vcZQbEW/IR41DYsfJTB19tpCboxQuw== |
256 | 268 | dependencies:
|
257 |
| - "@typescript-eslint/typescript-estree" "5.54.1" |
258 |
| - "@typescript-eslint/utils" "5.54.1" |
| 269 | + "@typescript-eslint/types" "5.55.0" |
| 270 | + "@typescript-eslint/visitor-keys" "5.55.0" |
| 271 | + |
| 272 | +"@typescript-eslint/[email protected]": |
| 273 | + version "5.55.0" |
| 274 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.55.0.tgz#74bf0233523f874738677bb73cb58094210e01e9" |
| 275 | + integrity sha512-ObqxBgHIXj8rBNm0yh8oORFrICcJuZPZTqtAFh0oZQyr5DnAHZWfyw54RwpEEH+fD8suZaI0YxvWu5tYE/WswA== |
| 276 | + dependencies: |
| 277 | + "@typescript-eslint/typescript-estree" "5.55.0" |
| 278 | + "@typescript-eslint/utils" "5.55.0" |
259 | 279 | debug "^4.3.4"
|
260 | 280 | tsutils "^3.21.0"
|
261 | 281 |
|
|
264 | 284 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.54.1.tgz#29fbac29a716d0f08c62fe5de70c9b6735de215c"
|
265 | 285 | integrity sha512-G9+1vVazrfAfbtmCapJX8jRo2E4MDXxgm/IMOF4oGh3kq7XuK3JRkOg6y2Qu1VsTRmWETyTkWt1wxy7X7/yLkw==
|
266 | 286 |
|
| 287 | +"@typescript-eslint/[email protected]": |
| 288 | + version "5.55.0" |
| 289 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.55.0.tgz#9830f8d3bcbecf59d12f821e5bc6960baaed41fd" |
| 290 | + integrity sha512-M4iRh4AG1ChrOL6Y+mETEKGeDnT7Sparn6fhZ5LtVJF1909D5O4uqK+C5NPbLmpfZ0XIIxCdwzKiijpZUOvOug== |
| 291 | + |
267 | 292 | "@typescript-eslint/[email protected]":
|
268 | 293 | version "5.54.1"
|
269 | 294 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.54.1.tgz#df7b6ae05fd8fef724a87afa7e2f57fa4a599be1"
|
|
277 | 302 | semver "^7.3.7"
|
278 | 303 | tsutils "^3.21.0"
|
279 | 304 |
|
280 |
| -"@typescript-eslint/[email protected]": |
281 |
| - version "5.54.1" |
282 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.54.1.tgz#7a3ee47409285387b9d4609ea7e1020d1797ec34" |
283 |
| - integrity sha512-IY5dyQM8XD1zfDe5X8jegX6r2EVU5o/WJnLu/znLPWCBF7KNGC+adacXnt5jEYS9JixDcoccI6CvE4RCjHMzCQ== |
| 305 | +"@typescript-eslint/[email protected]": |
| 306 | + version "5.55.0" |
| 307 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.55.0.tgz#8db7c8e47ecc03d49b05362b8db6f1345ee7b575" |
| 308 | + integrity sha512-I7X4A9ovA8gdpWMpr7b1BN9eEbvlEtWhQvpxp/yogt48fy9Lj3iE3ild/1H3jKBBIYj5YYJmS2+9ystVhC7eaQ== |
| 309 | + dependencies: |
| 310 | + "@typescript-eslint/types" "5.55.0" |
| 311 | + "@typescript-eslint/visitor-keys" "5.55.0" |
| 312 | + debug "^4.3.4" |
| 313 | + globby "^11.1.0" |
| 314 | + is-glob "^4.0.3" |
| 315 | + semver "^7.3.7" |
| 316 | + tsutils "^3.21.0" |
| 317 | + |
| 318 | +"@typescript-eslint/[email protected]": |
| 319 | + version "5.55.0" |
| 320 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.55.0.tgz#34e97322e7ae5b901e7a870aabb01dad90023341" |
| 321 | + integrity sha512-FkW+i2pQKcpDC3AY6DU54yl8Lfl14FVGYDgBTyGKB75cCwV3KpkpTMFi9d9j2WAJ4271LR2HeC5SEWF/CZmmfw== |
284 | 322 | dependencies:
|
| 323 | + "@eslint-community/eslint-utils" "^4.2.0" |
285 | 324 | "@types/json-schema" "^7.0.9"
|
286 | 325 | "@types/semver" "^7.3.12"
|
287 |
| - "@typescript-eslint/scope-manager" "5.54.1" |
288 |
| - "@typescript-eslint/types" "5.54.1" |
289 |
| - "@typescript-eslint/typescript-estree" "5.54.1" |
| 326 | + "@typescript-eslint/scope-manager" "5.55.0" |
| 327 | + "@typescript-eslint/types" "5.55.0" |
| 328 | + "@typescript-eslint/typescript-estree" "5.55.0" |
290 | 329 | eslint-scope "^5.1.1"
|
291 |
| - eslint-utils "^3.0.0" |
292 | 330 | semver "^7.3.7"
|
293 | 331 |
|
294 | 332 | "@typescript-eslint/[email protected]":
|
|
299 | 337 | "@typescript-eslint/types" "5.54.1"
|
300 | 338 | eslint-visitor-keys "^3.3.0"
|
301 | 339 |
|
| 340 | +"@typescript-eslint/[email protected]": |
| 341 | + version "5.55.0" |
| 342 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.55.0.tgz#01ad414fca8367706d76cdb94adf788dc5b664a2" |
| 343 | + integrity sha512-q2dlHHwWgirKh1D3acnuApXG+VNXpEY5/AwRxDVuEQpxWaB0jCDe0jFMVMALJ3ebSfuOVE8/rMS+9ZOYGg1GWw== |
| 344 | + dependencies: |
| 345 | + "@typescript-eslint/types" "5.55.0" |
| 346 | + eslint-visitor-keys "^3.3.0" |
| 347 | + |
302 | 348 | "@vscode/test-electron@^2.2.0":
|
303 | 349 | version "2.3.0"
|
304 | 350 | resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.3.0.tgz#de0ba2f5d36546a83cd481b458cbdbb7cc0f7049"
|
|
0 commit comments