|
647 | 647 | "@babel/highlight" "^7.24.7" |
648 | 648 | picocolors "^1.0.0" |
649 | 649 |
|
| 650 | +"@babel/code-frame@^7.27.1": |
| 651 | + version "7.27.1" |
| 652 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be" |
| 653 | + integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg== |
| 654 | + dependencies: |
| 655 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 656 | + js-tokens "^4.0.0" |
| 657 | + picocolors "^1.1.1" |
| 658 | + |
650 | 659 | "@babel/compat-data@^7.25.2": |
651 | 660 | version "7.25.2" |
652 | 661 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.2.tgz#e41928bd33475305c586f6acbbb7e3ade7a6f7f5" |
|
725 | 734 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d" |
726 | 735 | integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ== |
727 | 736 |
|
| 737 | +"@babel/helper-string-parser@^7.27.1": |
| 738 | + version "7.27.1" |
| 739 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
| 740 | + integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
| 741 | + |
728 | 742 | "@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.24.7": |
729 | 743 | version "7.24.7" |
730 | 744 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db" |
731 | 745 | integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w== |
732 | 746 |
|
| 747 | +"@babel/helper-validator-identifier@^7.27.1", "@babel/helper-validator-identifier@^7.28.5": |
| 748 | + version "7.28.5" |
| 749 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4" |
| 750 | + integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q== |
| 751 | + |
733 | 752 | "@babel/helper-validator-option@^7.24.8": |
734 | 753 | version "7.24.8" |
735 | 754 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz#3725cdeea8b480e86d34df15304806a06975e33d" |
736 | 755 | integrity sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q== |
737 | 756 |
|
738 | 757 | "@babel/helpers@^7.25.0": |
739 | | - version "7.25.0" |
740 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.0.tgz#e69beb7841cb93a6505531ede34f34e6a073650a" |
741 | | - integrity sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw== |
| 758 | + version "7.28.4" |
| 759 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827" |
| 760 | + integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w== |
742 | 761 | dependencies: |
743 | | - "@babel/template" "^7.25.0" |
744 | | - "@babel/types" "^7.25.0" |
| 762 | + "@babel/template" "^7.27.2" |
| 763 | + "@babel/types" "^7.28.4" |
745 | 764 |
|
746 | 765 | "@babel/highlight@^7.24.7": |
747 | 766 | version "7.24.7" |
|
760 | 779 | dependencies: |
761 | 780 | "@babel/types" "^7.25.2" |
762 | 781 |
|
| 782 | +"@babel/parser@^7.27.2": |
| 783 | + version "7.28.5" |
| 784 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08" |
| 785 | + integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ== |
| 786 | + dependencies: |
| 787 | + "@babel/types" "^7.28.5" |
| 788 | + |
763 | 789 | "@babel/template@^7.25.0": |
764 | 790 | version "7.25.0" |
765 | 791 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.0.tgz#e733dc3134b4fede528c15bc95e89cb98c52592a" |
|
769 | 795 | "@babel/parser" "^7.25.0" |
770 | 796 | "@babel/types" "^7.25.0" |
771 | 797 |
|
| 798 | +"@babel/template@^7.27.2": |
| 799 | + version "7.27.2" |
| 800 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" |
| 801 | + integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== |
| 802 | + dependencies: |
| 803 | + "@babel/code-frame" "^7.27.1" |
| 804 | + "@babel/parser" "^7.27.2" |
| 805 | + "@babel/types" "^7.27.1" |
| 806 | + |
772 | 807 | "@babel/traverse@^7.24.7", "@babel/traverse@^7.25.2": |
773 | 808 | version "7.25.3" |
774 | 809 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.3.tgz#f1b901951c83eda2f3e29450ce92743783373490" |
|
791 | 826 | "@babel/helper-validator-identifier" "^7.24.7" |
792 | 827 | to-fast-properties "^2.0.0" |
793 | 828 |
|
| 829 | +"@babel/types@^7.27.1", "@babel/types@^7.28.4", "@babel/types@^7.28.5": |
| 830 | + version "7.28.5" |
| 831 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b" |
| 832 | + integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA== |
| 833 | + dependencies: |
| 834 | + "@babel/helper-string-parser" "^7.27.1" |
| 835 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 836 | + |
794 | 837 | "@commitlint/cli@^17.1.2": |
795 | 838 | version "17.4.2" |
796 | 839 | resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.4.2.tgz#8600c83abb7e84191fd59528fc14f436496fb00b" |
@@ -6191,6 +6234,11 @@ picocolors@^1.0.0, picocolors@^1.0.1: |
6191 | 6234 | resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1" |
6192 | 6235 | integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew== |
6193 | 6236 |
|
| 6237 | +picocolors@^1.1.1: |
| 6238 | + version "1.1.1" |
| 6239 | + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" |
| 6240 | + integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== |
| 6241 | + |
6194 | 6242 | picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1: |
6195 | 6243 | version "2.3.1" |
6196 | 6244 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" |
|
0 commit comments