|
438 | 438 | semver "^7.3.5" |
439 | 439 | tsutils "^3.21.0" |
440 | 440 |
|
441 | | -"@typescript-eslint/eslint-plugin@^5.8.1": |
442 | | - version "5.8.1" |
443 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.8.1.tgz#97dfaa39f38e99f86801fdf34f9f1bed66704258" |
444 | | - integrity sha512-wTZ5oEKrKj/8/366qTM366zqhIKAp6NCMweoRONtfuC07OAU9nVI2GZZdqQ1qD30WAAtcPdkH+npDwtRFdp4Rw== |
| 441 | +"@typescript-eslint/eslint-plugin@^5.9.0": |
| 442 | + version "5.9.0" |
| 443 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.9.0.tgz#382182d5cb062f52aac54434cfc47c28898c8006" |
| 444 | + integrity sha512-qT4lr2jysDQBQOPsCCvpPUZHjbABoTJW8V9ZzIYKHMfppJtpdtzszDYsldwhFxlhvrp7aCHeXD1Lb9M1zhwWwQ== |
445 | 445 | dependencies: |
446 | | - "@typescript-eslint/experimental-utils" "5.8.1" |
447 | | - "@typescript-eslint/scope-manager" "5.8.1" |
| 446 | + "@typescript-eslint/experimental-utils" "5.9.0" |
| 447 | + "@typescript-eslint/scope-manager" "5.9.0" |
| 448 | + "@typescript-eslint/type-utils" "5.9.0" |
448 | 449 | debug "^4.3.2" |
449 | 450 | functional-red-black-tree "^1.0.1" |
450 | 451 | ignore "^5.1.8" |
|
464 | 465 | eslint-scope "^5.1.1" |
465 | 466 | eslint-utils "^3.0.0" |
466 | 467 |
|
467 | | -"@typescript-eslint/experimental-utils@5.8.1": |
468 | | - version "5.8.1" |
469 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.8.1.tgz#01861eb2f0749f07d02db342b794145a66ed346f" |
470 | | - integrity sha512-fbodVnjIDU4JpeXWRDsG5IfIjYBxEvs8EBO8W1+YVdtrc2B9ppfof5sZhVEDOtgTfFHnYQJDI8+qdqLYO4ceww== |
| 468 | +"@typescript-eslint/experimental-utils@5.9.0": |
| 469 | + version "5.9.0" |
| 470 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.9.0.tgz#652762d37d6565ef07af285021b8347b6c79a827" |
| 471 | + integrity sha512-ZnLVjBrf26dn7ElyaSKa6uDhqwvAi4jBBmHK1VxuFGPRAxhdi18ubQYSGA7SRiFiES3q9JiBOBHEBStOFkwD2g== |
471 | 472 | dependencies: |
472 | 473 | "@types/json-schema" "^7.0.9" |
473 | | - "@typescript-eslint/scope-manager" "5.8.1" |
474 | | - "@typescript-eslint/types" "5.8.1" |
475 | | - "@typescript-eslint/typescript-estree" "5.8.1" |
| 474 | + "@typescript-eslint/scope-manager" "5.9.0" |
| 475 | + "@typescript-eslint/types" "5.9.0" |
| 476 | + "@typescript-eslint/typescript-estree" "5.9.0" |
476 | 477 | eslint-scope "^5.1.1" |
477 | 478 | eslint-utils "^3.0.0" |
478 | 479 |
|
|
486 | 487 | "@typescript-eslint/typescript-estree" "5.6.0" |
487 | 488 | debug "^4.3.2" |
488 | 489 |
|
489 | | -"@typescript-eslint/parser@^5.8.1": |
490 | | - version "5.8.1" |
491 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.8.1.tgz#380f5f1e596b540059998aa3fc80d78f0f9b0d0a" |
492 | | - integrity sha512-K1giKHAjHuyB421SoXMXFHHVI4NdNY603uKw92++D3qyxSeYvC10CBJ/GE5Thpo4WTUvu1mmJI2/FFkz38F2Gw== |
| 490 | +"@typescript-eslint/parser@^5.9.0": |
| 491 | + version "5.9.0" |
| 492 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.9.0.tgz#fdbb08767a4caa6ca6ccfed5f9ffe9387f0c7d97" |
| 493 | + integrity sha512-/6pOPz8yAxEt4PLzgbFRDpZmHnXCeZgPDrh/1DaVKOjvn/UPMlWhbx/gA96xRi2JxY1kBl2AmwVbyROUqys5xQ== |
493 | 494 | dependencies: |
494 | | - "@typescript-eslint/scope-manager" "5.8.1" |
495 | | - "@typescript-eslint/types" "5.8.1" |
496 | | - "@typescript-eslint/typescript-estree" "5.8.1" |
| 495 | + "@typescript-eslint/scope-manager" "5.9.0" |
| 496 | + "@typescript-eslint/types" "5.9.0" |
| 497 | + "@typescript-eslint/typescript-estree" "5.9.0" |
497 | 498 | debug "^4.3.2" |
498 | 499 |
|
499 | 500 | "@typescript-eslint/[email protected]": |
|
504 | 505 | "@typescript-eslint/types" "5.6.0" |
505 | 506 | "@typescript-eslint/visitor-keys" "5.6.0" |
506 | 507 |
|
507 | | -"@typescript-eslint/[email protected]": |
508 | | - version "5.8.1" |
509 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.8.1.tgz#7fc0604f7ade8833e4d42cebaa1e2debf8b932e4" |
510 | | - integrity sha512-DGxJkNyYruFH3NIZc3PwrzwOQAg7vvgsHsHCILOLvUpupgkwDZdNq/cXU3BjF4LNrCsVg0qxEyWasys5AiJ85Q== |
| 508 | +"@typescript-eslint/[email protected]": |
| 509 | + version "5.9.0" |
| 510 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.9.0.tgz#02dfef920290c1dcd7b1999455a3eaae7a1a3117" |
| 511 | + integrity sha512-DKtdIL49Qxk2a8icF6whRk7uThuVz4A6TCXfjdJSwOsf+9ree7vgQWcx0KOyCdk0i9ETX666p4aMhrRhxhUkyg== |
| 512 | + dependencies: |
| 513 | + "@typescript-eslint/types" "5.9.0" |
| 514 | + "@typescript-eslint/visitor-keys" "5.9.0" |
| 515 | + |
| 516 | +"@typescript-eslint/[email protected]": |
| 517 | + version "5.9.0" |
| 518 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.9.0.tgz#fd5963ead04bc9b7af9c3a8e534d8d39f1ce5f93" |
| 519 | + integrity sha512-uVCb9dJXpBrK1071ri5aEW7ZHdDHAiqEjYznF3HSSvAJXyrkxGOw2Ejibz/q6BXdT8lea8CMI0CzKNFTNI6TEQ== |
511 | 520 | dependencies: |
512 | | - "@typescript-eslint/types" "5.8.1" |
513 | | - "@typescript-eslint/visitor-keys" "5.8.1" |
| 521 | + "@typescript-eslint/experimental-utils" "5.9.0" |
| 522 | + debug "^4.3.2" |
| 523 | + tsutils "^3.21.0" |
514 | 524 |
|
515 | 525 | "@typescript-eslint/[email protected]": |
516 | 526 | version "5.6.0" |
517 | 527 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.6.0.tgz#745cb1b59daadcc1f32f7be95f0f68accf38afdd" |
518 | 528 | integrity sha512-OIZffked7mXv4mXzWU5MgAEbCf9ecNJBKi+Si6/I9PpTaj+cf2x58h2oHW5/P/yTnPkKaayfjhLvx+crnl5ubA== |
519 | 529 |
|
520 | | -"@typescript-eslint/types@5.8.1": |
521 | | - version "5.8.1" |
522 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.8.1.tgz#04c6b49ebc8c99238238a6b8b43f2fc613983b5a" |
523 | | - integrity sha512-L/FlWCCgnjKOLefdok90/pqInkomLnAcF9UAzNr+DSqMC3IffzumHTQTrINXhP1gVp9zlHiYYjvozVZDPleLcA== |
| 530 | +"@typescript-eslint/types@5.9.0": |
| 531 | + version "5.9.0" |
| 532 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.9.0.tgz#e5619803e39d24a03b3369506df196355736e1a3" |
| 533 | + integrity sha512-mWp6/b56Umo1rwyGCk8fPIzb9Migo8YOniBGPAQDNC6C52SeyNGN4gsVwQTAR+RS2L5xyajON4hOLwAGwPtUwg== |
524 | 534 |
|
525 | 535 | "@typescript-eslint/[email protected]": |
526 | 536 | version "5.6.0" |
|
535 | 545 | semver "^7.3.5" |
536 | 546 | tsutils "^3.21.0" |
537 | 547 |
|
538 | | -"@typescript-eslint/typescript-estree@5.8.1": |
539 | | - version "5.8.1" |
540 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.8.1.tgz#a592855be688e7b729a1e9411d7d74ec992ed6ef" |
541 | | - integrity sha512-26lQ8l8tTbG7ri7xEcCFT9ijU5Fk+sx/KRRyyzCv7MQ+rZZlqiDPtMKWLC8P7o+dtCnby4c+OlxuX1tp8WfafQ== |
| 548 | +"@typescript-eslint/typescript-estree@5.9.0": |
| 549 | + version "5.9.0" |
| 550 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.9.0.tgz#0e5c6f03f982931abbfbc3c1b9df5fbf92a3490f" |
| 551 | + integrity sha512-kxo3xL2mB7XmiVZcECbaDwYCt3qFXz99tBSuVJR4L/sR7CJ+UNAPrYILILktGj1ppfZ/jNt/cWYbziJUlHl1Pw== |
542 | 552 | dependencies: |
543 | | - "@typescript-eslint/types" "5.8.1" |
544 | | - "@typescript-eslint/visitor-keys" "5.8.1" |
| 553 | + "@typescript-eslint/types" "5.9.0" |
| 554 | + "@typescript-eslint/visitor-keys" "5.9.0" |
545 | 555 | debug "^4.3.2" |
546 | 556 | globby "^11.0.4" |
547 | 557 | is-glob "^4.0.3" |
|
556 | 566 | "@typescript-eslint/types" "5.6.0" |
557 | 567 | eslint-visitor-keys "^3.0.0" |
558 | 568 |
|
559 | | -"@typescript-eslint/visitor-keys@5.8.1": |
560 | | - version "5.8.1" |
561 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.8.1.tgz#58a2c566265d5511224bc316149890451c1bbab0" |
562 | | - integrity sha512-SWgiWIwocK6NralrJarPZlWdr0hZnj5GXHIgfdm8hNkyKvpeQuFyLP6YjSIe9kf3YBIfU6OHSZLYkQ+smZwtNg== |
| 569 | +"@typescript-eslint/visitor-keys@5.9.0": |
| 570 | + version "5.9.0" |
| 571 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.9.0.tgz#7585677732365e9d27f1878150fab3922784a1a6" |
| 572 | + integrity sha512-6zq0mb7LV0ThExKlecvpfepiB+XEtFv/bzx7/jKSgyXTFD7qjmSu1FoiS0x3OZaiS+UIXpH2vd9O89f02RCtgw== |
563 | 573 | dependencies: |
564 | | - "@typescript-eslint/types" "5.8.1" |
| 574 | + "@typescript-eslint/types" "5.9.0" |
565 | 575 | eslint-visitor-keys "^3.0.0" |
566 | 576 |
|
567 | 577 | "@yarn-tool/resolve-package@^1.0.36": |
@@ -2357,10 +2367,10 @@ lines-and-columns@^1.1.6: |
2357 | 2367 | resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" |
2358 | 2368 | integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= |
2359 | 2369 |
|
2360 | | -lint-staged@^12.1.4: |
2361 | | - version "12.1.4" |
2362 | | - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.1.4.tgz#a92ec8509f13018caaafade61d515c2d5873316e" |
2363 | | - integrity sha512-RgDz9nsFsE0/5eL9Vat0AvCuk0+j5mEuzBIVfrRH5FRtt5wibYe8zTjZs2nuqLFrLAGQGYnj8+HJxolcj08i/A== |
| 2370 | +lint-staged@^12.1.7: |
| 2371 | + version "12.1.7" |
| 2372 | + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.1.7.tgz#fe9137992ac18a456422bb8484dd30be0140629f" |
| 2373 | + integrity sha512-bltv/ejiLWtowExpjU+s5z8j1Byjg9AlmaAjMmqNbIicY69u6sYIwXGg0dCn0TlkrrY2CphtHIXAkbZ+1VoWQQ== |
2364 | 2374 | dependencies: |
2365 | 2375 | cli-truncate "^3.1.0" |
2366 | 2376 | colorette "^2.0.16" |
@@ -3237,10 +3247,10 @@ rollup-plugin-typescript2@^0.31.1: |
3237 | 3247 | resolve "1.20.0" |
3238 | 3248 | tslib "2.2.0" |
3239 | 3249 |
|
3240 | | -rollup@^2.62.0: |
3241 | | - version "2.62.0" |
3242 | | - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.62.0.tgz#9e640b419fc5b9e0241844f6d55258bd79986ecc" |
3243 | | - integrity sha512-cJEQq2gwB0GWMD3rYImefQTSjrPYaC6s4J9pYqnstVLJ1CHa/aZNVkD4Epuvg4iLeMA4KRiq7UM7awKK6j7jcw== |
| 3250 | +rollup@^2.63.0: |
| 3251 | + version "2.63.0" |
| 3252 | + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.63.0.tgz#fe2f7fec2133f3fab9e022b9ac245628d817c6bb" |
| 3253 | + integrity sha512-nps0idjmD+NXl6OREfyYXMn/dar3WGcyKn+KBzPdaLecub3x/LrId0wUcthcr8oZUAcZAR8NKcfGGFlNgGL1kQ== |
3244 | 3254 | optionalDependencies: |
3245 | 3255 | fsevents "~2.3.2" |
3246 | 3256 |
|
|
0 commit comments