|
2491 | 2491 | dependencies: |
2492 | 2492 | eslint-visitor-keys "^3.4.3" |
2493 | 2493 |
|
| 2494 | +"@eslint-community/eslint-utils@^4.7.0": |
| 2495 | + version "4.7.0" |
| 2496 | + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a" |
| 2497 | + integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw== |
| 2498 | + dependencies: |
| 2499 | + eslint-visitor-keys "^3.4.3" |
| 2500 | + |
2494 | 2501 | "@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1", "@eslint-community/regexpp@^4.4.0": |
2495 | 2502 | version "4.12.1" |
2496 | 2503 | resolved "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0" |
|
4453 | 4460 | semver "^7.3.7" |
4454 | 4461 | tsutils "^3.21.0" |
4455 | 4462 |
|
4456 | | -"@typescript-eslint/eslint-plugin@8.26.1": |
4457 | | - version "8.26.1" |
4458 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.26.1.tgz#3e48eb847924161843b092c87a9b65176b53782f" |
4459 | | - integrity sha512-2X3mwqsj9Bd3Ciz508ZUtoQQYpOhU/kWoUqIf49H8Z0+Vbh6UF/y0OEYp0Q0axOGzaBGs7QxRwq0knSQ8khQNA== |
| 4463 | +"@typescript-eslint/eslint-plugin@8.35.0": |
| 4464 | + version "8.35.0" |
| 4465 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.35.0.tgz#515170100ff867445fe0a17ce05c14fc5fd9ca63" |
| 4466 | + integrity sha512-ijItUYaiWuce0N1SoSMrEd0b6b6lYkYt99pqCPfybd+HKVXtEvYhICfLdwp42MhiI5mp0oq7PKEL+g1cNiz/Eg== |
4460 | 4467 | dependencies: |
4461 | 4468 | "@eslint-community/regexpp" "^4.10.0" |
4462 | | - "@typescript-eslint/scope-manager" "8.26.1" |
4463 | | - "@typescript-eslint/type-utils" "8.26.1" |
4464 | | - "@typescript-eslint/utils" "8.26.1" |
4465 | | - "@typescript-eslint/visitor-keys" "8.26.1" |
| 4469 | + "@typescript-eslint/scope-manager" "8.35.0" |
| 4470 | + "@typescript-eslint/type-utils" "8.35.0" |
| 4471 | + "@typescript-eslint/utils" "8.35.0" |
| 4472 | + "@typescript-eslint/visitor-keys" "8.35.0" |
4466 | 4473 | graphemer "^1.4.0" |
4467 | | - ignore "^5.3.1" |
| 4474 | + ignore "^7.0.0" |
4468 | 4475 | natural-compare "^1.4.0" |
4469 | | - ts-api-utils "^2.0.1" |
| 4476 | + ts-api-utils "^2.1.0" |
4470 | 4477 |
|
4471 | 4478 | "@typescript-eslint/experimental-utils@^4.0.1": |
4472 | 4479 | version "4.33.0" |
|
4490 | 4497 | "@typescript-eslint/typescript-estree" "5.62.0" |
4491 | 4498 | debug "^4.3.4" |
4492 | 4499 |
|
4493 | | -"@typescript-eslint/parser@8.26.1": |
4494 | | - version "8.26.1" |
4495 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.26.1.tgz#0e2f915a497519fc43f52cf2ecbfa607ff56f72e" |
4496 | | - integrity sha512-w6HZUV4NWxqd8BdeFf81t07d7/YV9s7TCWrQQbG5uhuvGUAW+fq1usZ1Hmz9UPNLniFnD8GLSsDpjP0hm1S4lQ== |
| 4500 | +"@typescript-eslint/parser@8.35.0": |
| 4501 | + version "8.35.0" |
| 4502 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.35.0.tgz#20a0e17778a329a6072722f5ac418d4376b767d2" |
| 4503 | + integrity sha512-6sMvZePQrnZH2/cJkwRpkT7DxoAWh+g6+GFRK6bV3YQo7ogi3SX5rgF6099r5Q53Ma5qeT7LGmOmuIutF4t3lA== |
4497 | 4504 | dependencies: |
4498 | | - "@typescript-eslint/scope-manager" "8.26.1" |
4499 | | - "@typescript-eslint/types" "8.26.1" |
4500 | | - "@typescript-eslint/typescript-estree" "8.26.1" |
4501 | | - "@typescript-eslint/visitor-keys" "8.26.1" |
| 4505 | + "@typescript-eslint/scope-manager" "8.35.0" |
| 4506 | + "@typescript-eslint/types" "8.35.0" |
| 4507 | + "@typescript-eslint/typescript-estree" "8.35.0" |
| 4508 | + "@typescript-eslint/visitor-keys" "8.35.0" |
| 4509 | + debug "^4.3.4" |
| 4510 | + |
| 4511 | +"@typescript-eslint/project-service@8.35.0": |
| 4512 | + version "8.35.0" |
| 4513 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.35.0.tgz#00bd77e6845fbdb5684c6ab2d8a400a58dcfb07b" |
| 4514 | + integrity sha512-41xatqRwWZuhUMF/aZm2fcUsOFKNcG28xqRSS6ZVr9BVJtGExosLAm5A1OxTjRMagx8nJqva+P5zNIGt8RIgbQ== |
| 4515 | + dependencies: |
| 4516 | + "@typescript-eslint/tsconfig-utils" "^8.35.0" |
| 4517 | + "@typescript-eslint/types" "^8.35.0" |
4502 | 4518 | debug "^4.3.4" |
4503 | 4519 |
|
4504 | 4520 | "@typescript-eslint/scope-manager@4.33.0": |
|
4517 | 4533 | "@typescript-eslint/types" "5.62.0" |
4518 | 4534 | "@typescript-eslint/visitor-keys" "5.62.0" |
4519 | 4535 |
|
4520 | | -"@typescript-eslint/scope-manager@8.26.1": |
4521 | | - version "8.26.1" |
4522 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.26.1.tgz#5e6ad0ac258ccf79462e91c3f43a3f1f7f31a6cc" |
4523 | | - integrity sha512-6EIvbE5cNER8sqBu6V7+KeMZIC1664d2Yjt+B9EWUXrsyWpxx4lEZrmvxgSKRC6gX+efDL/UY9OpPZ267io3mg== |
| 4536 | +"@typescript-eslint/scope-manager@8.35.0": |
| 4537 | + version "8.35.0" |
| 4538 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.35.0.tgz#8ccb2ab63383544fab98fc4b542d8d141259ff4f" |
| 4539 | + integrity sha512-+AgL5+mcoLxl1vGjwNfiWq5fLDZM1TmTPYs2UkyHfFhgERxBbqHlNjRzhThJqz+ktBqTChRYY6zwbMwy0591AA== |
4524 | 4540 | dependencies: |
4525 | | - "@typescript-eslint/types" "8.26.1" |
4526 | | - "@typescript-eslint/visitor-keys" "8.26.1" |
| 4541 | + "@typescript-eslint/types" "8.35.0" |
| 4542 | + "@typescript-eslint/visitor-keys" "8.35.0" |
4527 | 4543 |
|
4528 | | -"@typescript-eslint/scope-manager@8.29.0": |
4529 | | - version "8.29.0" |
4530 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.29.0.tgz#8fd9872823aef65ff71d3f6d1ec9316ace0b6bf3" |
4531 | | - integrity sha512-aO1PVsq7Gm+tcghabUpzEnVSFMCU4/nYIgC2GOatJcllvWfnhrgW0ZEbnTxm36QsikmCN1K/6ZgM7fok2I7xNw== |
4532 | | - dependencies: |
4533 | | - "@typescript-eslint/types" "8.29.0" |
4534 | | - "@typescript-eslint/visitor-keys" "8.29.0" |
| 4544 | +"@typescript-eslint/tsconfig-utils@8.35.0", "@typescript-eslint/tsconfig-utils@^8.35.0": |
| 4545 | + version "8.35.0" |
| 4546 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.35.0.tgz#6e05aeb999999e31d562ceb4fe144f3cbfbd670e" |
| 4547 | + integrity sha512-04k/7247kZzFraweuEirmvUj+W3bJLI9fX6fbo1Qm2YykuBvEhRTPl8tcxlYO8kZZW+HIXfkZNoasVb8EV4jpA== |
4535 | 4548 |
|
4536 | 4549 | "@typescript-eslint/type-utils@5.62.0": |
4537 | 4550 | version "5.62.0" |
|
4543 | 4556 | debug "^4.3.4" |
4544 | 4557 | tsutils "^3.21.0" |
4545 | 4558 |
|
4546 | | -"@typescript-eslint/type-utils@8.26.1": |
4547 | | - version "8.26.1" |
4548 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.26.1.tgz#462f0bae09de72ac6e8e1af2ebe588c23224d7f8" |
4549 | | - integrity sha512-Kcj/TagJLwoY/5w9JGEFV0dclQdyqw9+VMndxOJKtoFSjfZhLXhYjzsQEeyza03rwHx2vFEGvrJWJBXKleRvZg== |
| 4559 | +"@typescript-eslint/type-utils@8.35.0": |
| 4560 | + version "8.35.0" |
| 4561 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.35.0.tgz#0201eae9d83ffcc3451ef8c94f53ecfbf2319ecc" |
| 4562 | + integrity sha512-ceNNttjfmSEoM9PW87bWLDEIaLAyR+E6BoYJQ5PfaDau37UGca9Nyq3lBk8Bw2ad0AKvYabz6wxc7DMTO2jnNA== |
4550 | 4563 | dependencies: |
4551 | | - "@typescript-eslint/typescript-estree" "8.26.1" |
4552 | | - "@typescript-eslint/utils" "8.26.1" |
| 4564 | + "@typescript-eslint/typescript-estree" "8.35.0" |
| 4565 | + "@typescript-eslint/utils" "8.35.0" |
4553 | 4566 | debug "^4.3.4" |
4554 | | - ts-api-utils "^2.0.1" |
| 4567 | + ts-api-utils "^2.1.0" |
4555 | 4568 |
|
4556 | 4569 | "@typescript-eslint/types@4.33.0": |
4557 | 4570 | version "4.33.0" |
|
4563 | 4576 | resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f" |
4564 | 4577 | integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ== |
4565 | 4578 |
|
4566 | | -"@typescript-eslint/types@8.26.1": |
4567 | | - version "8.26.1" |
4568 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.26.1.tgz#d5978721670cff263348d5062773389231a64132" |
4569 | | - integrity sha512-n4THUQW27VmQMx+3P+B0Yptl7ydfceUj4ON/AQILAASwgYdZ/2dhfymRMh5egRUrvK5lSmaOm77Ry+lmXPOgBQ== |
4570 | | - |
4571 | | -"@typescript-eslint/types@8.29.0": |
4572 | | - version "8.29.0" |
4573 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.29.0.tgz#65add70ab4ef66beaa42a5addf87dab2b05b1f33" |
4574 | | - integrity sha512-wcJL/+cOXV+RE3gjCyl/V2G877+2faqvlgtso/ZRbTCnZazh0gXhe+7gbAnfubzN2bNsBtZjDvlh7ero8uIbzg== |
| 4579 | +"@typescript-eslint/types@8.35.0", "@typescript-eslint/types@^8.35.0": |
| 4580 | + version "8.35.0" |
| 4581 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.35.0.tgz#e60d062907930e30008d796de5c4170f02618a93" |
| 4582 | + integrity sha512-0mYH3emanku0vHw2aRLNGqe7EXh9WHEhi7kZzscrMDf6IIRUQ5Jk4wp1QrledE/36KtdZrVfKnE32eZCf/vaVQ== |
4575 | 4583 |
|
4576 | 4584 | "@typescript-eslint/typescript-estree@4.33.0": |
4577 | 4585 | version "4.33.0" |
|
4599 | 4607 | semver "^7.3.7" |
4600 | 4608 | tsutils "^3.21.0" |
4601 | 4609 |
|
4602 | | -"@typescript-eslint/typescript-estree@8.26.1": |
4603 | | - version "8.26.1" |
4604 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.1.tgz#eb0e4ce31753683d83be53441a409fd5f0b34afd" |
4605 | | - integrity sha512-yUwPpUHDgdrv1QJ7YQal3cMVBGWfnuCdKbXw1yyjArax3353rEJP1ZA+4F8nOlQ3RfS2hUN/wze3nlY+ZOhvoA== |
| 4610 | +"@typescript-eslint/typescript-estree@8.35.0": |
| 4611 | + version "8.35.0" |
| 4612 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.35.0.tgz#86141e6c55b75bc1eaecc0781bd39704de14e52a" |
| 4613 | + integrity sha512-F+BhnaBemgu1Qf8oHrxyw14wq6vbL8xwWKKMwTMwYIRmFFY/1n/9T/jpbobZL8vp7QyEUcC6xGrnAO4ua8Kp7w== |
4606 | 4614 | dependencies: |
4607 | | - "@typescript-eslint/types" "8.26.1" |
4608 | | - "@typescript-eslint/visitor-keys" "8.26.1" |
| 4615 | + "@typescript-eslint/project-service" "8.35.0" |
| 4616 | + "@typescript-eslint/tsconfig-utils" "8.35.0" |
| 4617 | + "@typescript-eslint/types" "8.35.0" |
| 4618 | + "@typescript-eslint/visitor-keys" "8.35.0" |
4609 | 4619 | debug "^4.3.4" |
4610 | 4620 | fast-glob "^3.3.2" |
4611 | 4621 | is-glob "^4.0.3" |
4612 | 4622 | minimatch "^9.0.4" |
4613 | 4623 | semver "^7.6.0" |
4614 | | - ts-api-utils "^2.0.1" |
4615 | | - |
4616 | | -"@typescript-eslint/typescript-estree@8.29.0": |
4617 | | - version "8.29.0" |
4618 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.0.tgz#d201a4f115327ec90496307c9958262285065b00" |
4619 | | - integrity sha512-yOfen3jE9ISZR/hHpU/bmNvTtBW1NjRbkSFdZOksL1N+ybPEE7UVGMwqvS6CP022Rp00Sb0tdiIkhSCe6NI8ow== |
4620 | | - dependencies: |
4621 | | - "@typescript-eslint/types" "8.29.0" |
4622 | | - "@typescript-eslint/visitor-keys" "8.29.0" |
4623 | | - debug "^4.3.4" |
4624 | | - fast-glob "^3.3.2" |
4625 | | - is-glob "^4.0.3" |
4626 | | - minimatch "^9.0.4" |
4627 | | - semver "^7.6.0" |
4628 | | - ts-api-utils "^2.0.1" |
| 4624 | + ts-api-utils "^2.1.0" |
4629 | 4625 |
|
4630 | 4626 | "@typescript-eslint/utils@5.62.0": |
4631 | 4627 | version "5.62.0" |
|
4641 | 4637 | eslint-scope "^5.1.1" |
4642 | 4638 | semver "^7.3.7" |
4643 | 4639 |
|
4644 | | -"@typescript-eslint/utils@8.26.1", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/utils@^8.26.0": |
4645 | | - version "8.26.1" |
4646 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.26.1.tgz#54cc58469955f25577f659753b71a0e117a0539f" |
4647 | | - integrity sha512-V4Urxa/XtSUroUrnI7q6yUTD3hDtfJ2jzVfeT3VK0ciizfK2q/zGC0iDh1lFMUZR8cImRrep6/q0xd/1ZGPQpg== |
| 4640 | +"@typescript-eslint/utils@8.35.0", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/utils@^8.23.0", "@typescript-eslint/utils@^8.34.1": |
| 4641 | + version "8.35.0" |
| 4642 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.35.0.tgz#aaf0afab5ab51ea2f1897002907eacd9834606d5" |
| 4643 | + integrity sha512-nqoMu7WWM7ki5tPgLVsmPM8CkqtoPUG6xXGeefM5t4x3XumOEKMoUZPdi+7F+/EotukN4R9OWdmDxN80fqoZeg== |
4648 | 4644 | dependencies: |
4649 | | - "@eslint-community/eslint-utils" "^4.4.0" |
4650 | | - "@typescript-eslint/scope-manager" "8.26.1" |
4651 | | - "@typescript-eslint/types" "8.26.1" |
4652 | | - "@typescript-eslint/typescript-estree" "8.26.1" |
4653 | | - |
4654 | | -"@typescript-eslint/utils@^8.23.0": |
4655 | | - version "8.29.0" |
4656 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.29.0.tgz#d6d22b19c8c4812a874f00341f686b45b9fe895f" |
4657 | | - integrity sha512-gX/A0Mz9Bskm8avSWFcK0gP7cZpbY4AIo6B0hWYFCaIsz750oaiWR4Jr2CI+PQhfW1CpcQr9OlfPS+kMFegjXA== |
4658 | | - dependencies: |
4659 | | - "@eslint-community/eslint-utils" "^4.4.0" |
4660 | | - "@typescript-eslint/scope-manager" "8.29.0" |
4661 | | - "@typescript-eslint/types" "8.29.0" |
4662 | | - "@typescript-eslint/typescript-estree" "8.29.0" |
| 4645 | + "@eslint-community/eslint-utils" "^4.7.0" |
| 4646 | + "@typescript-eslint/scope-manager" "8.35.0" |
| 4647 | + "@typescript-eslint/types" "8.35.0" |
| 4648 | + "@typescript-eslint/typescript-estree" "8.35.0" |
4663 | 4649 |
|
4664 | 4650 | "@typescript-eslint/visitor-keys@4.33.0": |
4665 | 4651 | version "4.33.0" |
|
4677 | 4663 | "@typescript-eslint/types" "5.62.0" |
4678 | 4664 | eslint-visitor-keys "^3.3.0" |
4679 | 4665 |
|
4680 | | -"@typescript-eslint/visitor-keys@8.26.1": |
4681 | | - version "8.26.1" |
4682 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.1.tgz#c5267fcc82795cf10280363023837deacad2647c" |
4683 | | - integrity sha512-AjOC3zfnxd6S4Eiy3jwktJPclqhFHNyd8L6Gycf9WUPoKZpgM5PjkxY1X7uSy61xVpiJDhhk7XT2NVsN3ALTWg== |
4684 | | - dependencies: |
4685 | | - "@typescript-eslint/types" "8.26.1" |
4686 | | - eslint-visitor-keys "^4.2.0" |
4687 | | - |
4688 | | -"@typescript-eslint/visitor-keys@8.29.0": |
4689 | | - version "8.29.0" |
4690 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.0.tgz#2356336c9efdc3597ffcd2aa1ce95432852b743d" |
4691 | | - integrity sha512-Sne/pVz8ryR03NFK21VpN88dZ2FdQXOlq3VIklbrTYEt8yXtRFr9tvUhqvCeKjqYk5FSim37sHbooT6vzBTZcg== |
| 4666 | +"@typescript-eslint/visitor-keys@8.35.0": |
| 4667 | + version "8.35.0" |
| 4668 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.35.0.tgz#93e905e7f1e94d26a79771d1b1eb0024cb159dbf" |
| 4669 | + integrity sha512-zTh2+1Y8ZpmeQaQVIc/ZZxsx8UzgKJyNg1PTvjzC7WMhPSVS8bfDX34k1SrwOf016qd5RU3az2UxUNue3IfQ5g== |
4692 | 4670 | dependencies: |
4693 | | - "@typescript-eslint/types" "8.29.0" |
4694 | | - eslint-visitor-keys "^4.2.0" |
| 4671 | + "@typescript-eslint/types" "8.35.0" |
| 4672 | + eslint-visitor-keys "^4.2.1" |
4695 | 4673 |
|
4696 | 4674 | "@vue/babel-helper-vue-jsx-merge-props@^1.4.0": |
4697 | 4675 | version "1.4.0" |
|
5037 | 5015 | eslint-config-prettier "^10.0.1" |
5038 | 5016 | eslint-plugin-prettier "^5.2.2" |
5039 | 5017 |
|
5040 | | -"@vue/eslint-config-typescript@^14.5.0": |
5041 | | - version "14.5.0" |
5042 | | - resolved "https://registry.yarnpkg.com/@vue/eslint-config-typescript/-/eslint-config-typescript-14.5.0.tgz#1fdce9f2ad8fc114d3209a4a2009e2605a26abb3" |
5043 | | - integrity sha512-5oPOyuwkw++AP5gHDh5YFmST50dPfWOcm3/W7Nbh42IK5O3H74ytWAw0TrCRTaBoD/02khnWXuZf1Bz1xflavQ== |
| 5018 | +"@vue/eslint-config-typescript@^14.5.1": |
| 5019 | + version "14.5.1" |
| 5020 | + resolved "https://registry.yarnpkg.com/@vue/eslint-config-typescript/-/eslint-config-typescript-14.5.1.tgz#f06ad1747d54f835398ba629a2da112448f353d6" |
| 5021 | + integrity sha512-ys6qdYHGXS/WLt0r5vUcTiG163F4NbNpx3ABTsGITw8k5uCFiv4g9E1N9Jydlw62KzJMVKGcpXbg6LCA3fV+eA== |
5044 | 5022 | dependencies: |
5045 | | - "@typescript-eslint/utils" "^8.26.0" |
| 5023 | + "@typescript-eslint/utils" "^8.34.1" |
5046 | 5024 | fast-glob "^3.3.3" |
5047 | | - typescript-eslint "^8.26.0" |
5048 | | - vue-eslint-parser "^10.1.1" |
| 5025 | + typescript-eslint "^8.34.1" |
| 5026 | + vue-eslint-parser "^10.1.3" |
5049 | 5027 |
|
5050 | 5028 | "@vue/reactivity@3.5.13": |
5051 | 5029 | version "3.5.13" |
@@ -8278,6 +8256,11 @@ eslint-visitor-keys@^4.2.0: |
8278 | 8256 | resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45" |
8279 | 8257 | integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw== |
8280 | 8258 |
|
| 8259 | +eslint-visitor-keys@^4.2.1: |
| 8260 | + version "4.2.1" |
| 8261 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1" |
| 8262 | + integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ== |
| 8263 | + |
8281 | 8264 | eslint@7.32.0: |
8282 | 8265 | version "7.32.0" |
8283 | 8266 | resolved "https://registry.npmjs.org/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d" |
@@ -9673,11 +9656,16 @@ ignore@^4.0.6: |
9673 | 9656 | resolved "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc" |
9674 | 9657 | integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== |
9675 | 9658 |
|
9676 | | -ignore@^5.1.1, ignore@^5.2.0, ignore@^5.3.1: |
| 9659 | +ignore@^5.1.1, ignore@^5.2.0: |
9677 | 9660 | version "5.3.2" |
9678 | 9661 | resolved "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5" |
9679 | 9662 | integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g== |
9680 | 9663 |
|
| 9664 | +ignore@^7.0.0: |
| 9665 | + version "7.0.5" |
| 9666 | + resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9" |
| 9667 | + integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg== |
| 9668 | + |
9681 | 9669 | immediate@~3.0.5: |
9682 | 9670 | version "3.0.6" |
9683 | 9671 | resolved "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b" |
@@ -14844,10 +14832,10 @@ tr46@~0.0.3: |
14844 | 14832 | resolved "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" |
14845 | 14833 | integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw== |
14846 | 14834 |
|
14847 | | -ts-api-utils@^2.0.1: |
14848 | | - version "2.0.1" |
14849 | | - resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd" |
14850 | | - integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w== |
| 14835 | +ts-api-utils@^2.1.0: |
| 14836 | + version "2.1.0" |
| 14837 | + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91" |
| 14838 | + integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ== |
14851 | 14839 |
|
14852 | 14840 | ts-jest@^29.3.2: |
14853 | 14841 | version "29.3.2" |
@@ -15062,14 +15050,14 @@ typedarray-to-buffer@^3.1.5: |
15062 | 15050 | dependencies: |
15063 | 15051 | is-typedarray "^1.0.0" |
15064 | 15052 |
|
15065 | | -typescript-eslint@^8.26.0: |
15066 | | - version "8.26.1" |
15067 | | - resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.26.1.tgz#d17a638a7543bc535157b83cdf5876513c71493b" |
15068 | | - integrity sha512-t/oIs9mYyrwZGRpDv3g+3K6nZ5uhKEMt2oNmAPwaY4/ye0+EH4nXIPYNtkYFS6QHm+1DFg34DbglYBz5P9Xysg== |
| 15053 | +typescript-eslint@^8.34.1: |
| 15054 | + version "8.35.0" |
| 15055 | + resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.35.0.tgz#65afcdde973614b8f44fa89293919420ca9b904e" |
| 15056 | + integrity sha512-uEnz70b7kBz6eg/j0Czy6K5NivaYopgxRjsnAJ2Fx5oTLo3wefTHIbL7AkQr1+7tJCRVpTs/wiM8JR/11Loq9A== |
15069 | 15057 | dependencies: |
15070 | | - "@typescript-eslint/eslint-plugin" "8.26.1" |
15071 | | - "@typescript-eslint/parser" "8.26.1" |
15072 | | - "@typescript-eslint/utils" "8.26.1" |
| 15058 | + "@typescript-eslint/eslint-plugin" "8.35.0" |
| 15059 | + "@typescript-eslint/parser" "8.35.0" |
| 15060 | + "@typescript-eslint/utils" "8.35.0" |
15073 | 15061 |
|
15074 | 15062 | typescript@5.6.3: |
15075 | 15063 | version "5.6.3" |
@@ -15310,10 +15298,10 @@ vue-component-type-helpers@^2.0.0: |
15310 | 15298 | resolved "https://registry.npmjs.org/vue-component-type-helpers/-/vue-component-type-helpers-2.2.4.tgz#85c528441aa546679c951ccf249764d70690f930" |
15311 | 15299 | integrity sha512-F66p0XLbAu92BRz6kakHyAcaUSF7HWpWX/THCqL0TxySSj7z/nok5UUMohfNkkCm1pZtawsdzoJ4p1cjNqCx0Q== |
15312 | 15300 |
|
15313 | | -vue-eslint-parser@^10.1.1: |
15314 | | - version "10.1.1" |
15315 | | - resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-10.1.1.tgz#0d56d17a8e64cda088c8601dcbfc2ea51548e3d2" |
15316 | | - integrity sha512-bh2Z/Au5slro9QJ3neFYLanZtb1jH+W2bKqGHXAoYD4vZgNG3KeotL7JpPv5xzY4UXUXJl7TrIsnzECH63kd3Q== |
| 15301 | +vue-eslint-parser@^10.1.3: |
| 15302 | + version "10.1.3" |
| 15303 | + resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-10.1.3.tgz#96457823a5915a62001798cfd9cc15a89067bf81" |
| 15304 | + integrity sha512-dbCBnd2e02dYWsXoqX5yKUZlOt+ExIpq7hmHKPb5ZqKcjf++Eo0hMseFTZMLKThrUk61m+Uv6A2YSBve6ZvuDQ== |
15317 | 15305 | dependencies: |
15318 | 15306 | debug "^4.4.0" |
15319 | 15307 | eslint-scope "^8.2.0" |
|
0 commit comments