|
678 | 678 | json5 "^2.2.3" |
679 | 679 | semver "^6.3.1" |
680 | 680 |
|
| 681 | +"@babel/core@^7.24.4": |
| 682 | + version "7.28.5" |
| 683 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e" |
| 684 | + integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw== |
| 685 | + dependencies: |
| 686 | + "@babel/code-frame" "^7.27.1" |
| 687 | + "@babel/generator" "^7.28.5" |
| 688 | + "@babel/helper-compilation-targets" "^7.27.2" |
| 689 | + "@babel/helper-module-transforms" "^7.28.3" |
| 690 | + "@babel/helpers" "^7.28.4" |
| 691 | + "@babel/parser" "^7.28.5" |
| 692 | + "@babel/template" "^7.27.2" |
| 693 | + "@babel/traverse" "^7.28.5" |
| 694 | + "@babel/types" "^7.28.5" |
| 695 | + "@jridgewell/remapping" "^2.3.5" |
| 696 | + convert-source-map "^2.0.0" |
| 697 | + debug "^4.1.0" |
| 698 | + gensync "^1.0.0-beta.2" |
| 699 | + json5 "^2.2.3" |
| 700 | + semver "^6.3.1" |
| 701 | + |
681 | 702 | "@babel/generator@^7.28.0": |
682 | 703 | version "7.28.0" |
683 | 704 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.0.tgz#9cc2f7bd6eb054d77dc66c2664148a0c5118acd2" |
|
689 | 710 | "@jridgewell/trace-mapping" "^0.3.28" |
690 | 711 | jsesc "^3.0.2" |
691 | 712 |
|
| 713 | +"@babel/generator@^7.28.5": |
| 714 | + version "7.28.5" |
| 715 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298" |
| 716 | + integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ== |
| 717 | + dependencies: |
| 718 | + "@babel/parser" "^7.28.5" |
| 719 | + "@babel/types" "^7.28.5" |
| 720 | + "@jridgewell/gen-mapping" "^0.3.12" |
| 721 | + "@jridgewell/trace-mapping" "^0.3.28" |
| 722 | + jsesc "^3.0.2" |
| 723 | + |
692 | 724 | "@babel/helper-compilation-targets@^7.27.2": |
693 | 725 | version "7.27.2" |
694 | 726 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d" |
|
722 | 754 | "@babel/helper-validator-identifier" "^7.27.1" |
723 | 755 | "@babel/traverse" "^7.27.3" |
724 | 756 |
|
| 757 | +"@babel/helper-module-transforms@^7.28.3": |
| 758 | + version "7.28.3" |
| 759 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6" |
| 760 | + integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw== |
| 761 | + dependencies: |
| 762 | + "@babel/helper-module-imports" "^7.27.1" |
| 763 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 764 | + "@babel/traverse" "^7.28.3" |
| 765 | + |
725 | 766 | "@babel/helper-string-parser@^7.27.1": |
726 | 767 | version "7.27.1" |
727 | 768 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
|
732 | 773 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8" |
733 | 774 | integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow== |
734 | 775 |
|
| 776 | +"@babel/helper-validator-identifier@^7.28.5": |
| 777 | + version "7.28.5" |
| 778 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4" |
| 779 | + integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q== |
| 780 | + |
735 | 781 | "@babel/helper-validator-option@^7.27.1": |
736 | 782 | version "7.27.1" |
737 | 783 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f" |
|
745 | 791 | "@babel/template" "^7.27.2" |
746 | 792 | "@babel/types" "^7.28.2" |
747 | 793 |
|
| 794 | +"@babel/helpers@^7.28.4": |
| 795 | + version "7.28.4" |
| 796 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827" |
| 797 | + integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w== |
| 798 | + dependencies: |
| 799 | + "@babel/template" "^7.27.2" |
| 800 | + "@babel/types" "^7.28.4" |
| 801 | + |
748 | 802 | "@babel/parser@^7.23.9", "@babel/parser@^7.27.2", "@babel/parser@^7.28.0": |
749 | 803 | version "7.28.0" |
750 | 804 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.0.tgz#979829fbab51a29e13901e5a80713dbcb840825e" |
751 | 805 | integrity sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g== |
752 | 806 | dependencies: |
753 | 807 | "@babel/types" "^7.28.0" |
754 | 808 |
|
| 809 | +"@babel/parser@^7.24.4", "@babel/parser@^7.28.5": |
| 810 | + version "7.28.5" |
| 811 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08" |
| 812 | + integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ== |
| 813 | + dependencies: |
| 814 | + "@babel/types" "^7.28.5" |
| 815 | + |
755 | 816 | "@babel/template@^7.27.2": |
756 | 817 | version "7.27.2" |
757 | 818 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" |
|
774 | 835 | "@babel/types" "^7.28.0" |
775 | 836 | debug "^4.3.1" |
776 | 837 |
|
| 838 | +"@babel/traverse@^7.28.3", "@babel/traverse@^7.28.5": |
| 839 | + version "7.28.5" |
| 840 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b" |
| 841 | + integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ== |
| 842 | + dependencies: |
| 843 | + "@babel/code-frame" "^7.27.1" |
| 844 | + "@babel/generator" "^7.28.5" |
| 845 | + "@babel/helper-globals" "^7.28.0" |
| 846 | + "@babel/parser" "^7.28.5" |
| 847 | + "@babel/template" "^7.27.2" |
| 848 | + "@babel/types" "^7.28.5" |
| 849 | + debug "^4.3.1" |
| 850 | + |
777 | 851 | "@babel/types@^7.27.1", "@babel/types@^7.28.0", "@babel/types@^7.28.2": |
778 | 852 | version "7.28.2" |
779 | 853 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b" |
|
782 | 856 | "@babel/helper-string-parser" "^7.27.1" |
783 | 857 | "@babel/helper-validator-identifier" "^7.27.1" |
784 | 858 |
|
| 859 | +"@babel/types@^7.28.4", "@babel/types@^7.28.5": |
| 860 | + version "7.28.5" |
| 861 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b" |
| 862 | + integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA== |
| 863 | + dependencies: |
| 864 | + "@babel/helper-string-parser" "^7.27.1" |
| 865 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 866 | + |
785 | 867 | "@commitlint/cli@^17.1.2": |
786 | 868 | version "17.8.1" |
787 | 869 | resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.8.1.tgz#10492114a022c91dcfb1d84dac773abb3db76d33" |
|
1344 | 1426 | "@jridgewell/sourcemap-codec" "^1.5.0" |
1345 | 1427 | "@jridgewell/trace-mapping" "^0.3.24" |
1346 | 1428 |
|
| 1429 | +"@jridgewell/remapping@^2.3.5": |
| 1430 | + version "2.3.5" |
| 1431 | + resolved "https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz#375c476d1972947851ba1e15ae8f123047445aa1" |
| 1432 | + integrity sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ== |
| 1433 | + dependencies: |
| 1434 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 1435 | + "@jridgewell/trace-mapping" "^0.3.24" |
| 1436 | + |
1347 | 1437 | "@jridgewell/resolve-uri@^3.0.3", "@jridgewell/resolve-uri@^3.1.0": |
1348 | 1438 | version "3.1.2" |
1349 | 1439 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6" |
@@ -4218,10 +4308,13 @@ eslint-config-salesforce@^2.2.0: |
4218 | 4308 | resolved "https://registry.yarnpkg.com/eslint-config-salesforce/-/eslint-config-salesforce-2.2.0.tgz#04b6cf07dcbaabc32fc9edb0915860497db55c30" |
4219 | 4309 | integrity sha512-0zUEFJ2nNpMvVO3MgKEDUTGtaFZjL3xEIErr5h+BOft+OhGoIvZBNPnBBu12lvv29ylqIAQz5SwoVCCUzBhyPQ== |
4220 | 4310 |
|
4221 | | -eslint-config-xo-react@^0.27.0: |
4222 | | - version "0.27.0" |
4223 | | - resolved "https://registry.yarnpkg.com/eslint-config-xo-react/-/eslint-config-xo-react-0.27.0.tgz#aeb7593bf3d8fb9fc7fecfcbd7240f0daddb5cb0" |
4224 | | - integrity sha512-wiV215xQIn71XZyyVfaOXHaFpR1B14IJttwOjMi/eqUK1s+ojJdHr7eHqTLaGUfh6FKgWha1QNwePlIXx7mBUg== |
| 4311 | +eslint-config-xo-react@^0.29.0: |
| 4312 | + version "0.29.0" |
| 4313 | + resolved "https://registry.yarnpkg.com/eslint-config-xo-react/-/eslint-config-xo-react-0.29.0.tgz#faf979976f07270a1ab7f8ec3d4ac4f42355bab3" |
| 4314 | + integrity sha512-OiA3fnGu5tkQkcFhXV1J9ZTUr25DDVoGpBdA2dowH6rNZFDed+WtxzcoUNwQNFXqWRAjsFjuxAzw3c1iAHom0Q== |
| 4315 | + dependencies: |
| 4316 | + eslint-plugin-react "^7.37.5" |
| 4317 | + eslint-plugin-react-hooks "^7.0.1" |
4225 | 4318 |
|
4226 | 4319 | eslint-config-xo@^0.49.0: |
4227 | 4320 | version "0.49.0" |
@@ -4300,7 +4393,18 @@ eslint-plugin-react-hooks@^4.6.2: |
4300 | 4393 | resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596" |
4301 | 4394 | integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ== |
4302 | 4395 |
|
4303 | | -eslint-plugin-react@^7.34.3: |
| 4396 | +eslint-plugin-react-hooks@^7.0.1: |
| 4397 | + version "7.0.1" |
| 4398 | + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz#66e258db58ece50723ef20cc159f8aa908219169" |
| 4399 | + integrity sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA== |
| 4400 | + dependencies: |
| 4401 | + "@babel/core" "^7.24.4" |
| 4402 | + "@babel/parser" "^7.24.4" |
| 4403 | + hermes-parser "^0.25.1" |
| 4404 | + zod "^3.25.0 || ^4.0.0" |
| 4405 | + zod-validation-error "^3.5.0 || ^4.0.0" |
| 4406 | + |
| 4407 | +eslint-plugin-react@^7.34.3, eslint-plugin-react@^7.37.5: |
4304 | 4408 | version "7.37.5" |
4305 | 4409 | resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz#2975511472bdda1b272b34d779335c9b0e877065" |
4306 | 4410 | integrity sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA== |
@@ -5196,6 +5300,18 @@ help-me@^5.0.0: |
5196 | 5300 | resolved "https://registry.yarnpkg.com/help-me/-/help-me-5.0.0.tgz#b1ebe63b967b74060027c2ac61f9be12d354a6f6" |
5197 | 5301 | integrity sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg== |
5198 | 5302 |
|
| 5303 | + |
| 5304 | + version "0.25.1" |
| 5305 | + resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.25.1.tgz#6aeec17d1983b4eabf69721f3aa3eb705b17f480" |
| 5306 | + integrity sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw== |
| 5307 | + |
| 5308 | +hermes-parser@^0.25.1: |
| 5309 | + version "0.25.1" |
| 5310 | + resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.25.1.tgz#5be0e487b2090886c62bd8a11724cd766d5f54d1" |
| 5311 | + integrity sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA== |
| 5312 | + dependencies: |
| 5313 | + hermes-estree "0.25.1" |
| 5314 | + |
5199 | 5315 | hosted-git-info@^2.1.4: |
5200 | 5316 | version "2.8.9" |
5201 | 5317 | resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9" |
@@ -9138,6 +9254,16 @@ yoga-wasm-web@~0.3.3: |
9138 | 9254 | resolved "https://registry.yarnpkg.com/yoga-wasm-web/-/yoga-wasm-web-0.3.3.tgz#eb8e9fcb18e5e651994732f19a220cb885d932ba" |
9139 | 9255 | integrity sha512-N+d4UJSJbt/R3wqY7Coqs5pcV0aUj2j9IaQ3rNj9bVCLld8tTGKRa2USARjnvZJWVx1NDmQev8EknoczaOQDOA== |
9140 | 9256 |
|
| 9257 | +"zod-validation-error@^3.5.0 || ^4.0.0": |
| 9258 | + version "4.0.2" |
| 9259 | + resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-4.0.2.tgz#bc605eba49ce0fcd598c127fee1c236be3f22918" |
| 9260 | + integrity sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ== |
| 9261 | + |
| 9262 | +"zod@^3.25.0 || ^4.0.0": |
| 9263 | + version "4.1.12" |
| 9264 | + resolved "https://registry.yarnpkg.com/zod/-/zod-4.1.12.tgz#64f1ea53d00eab91853195653b5af9eee68970f0" |
| 9265 | + integrity sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ== |
| 9266 | + |
9141 | 9267 | zwitch@^2.0.4: |
9142 | 9268 | version "2.0.4" |
9143 | 9269 | resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-2.0.4.tgz#c827d4b0acb76fc3e685a4c6ec2902d51070e9d7" |
|
0 commit comments