|
45 | 45 | "@babel/highlight" "^7.25.9"
|
46 | 46 | picocolors "^1.0.0"
|
47 | 47 |
|
| 48 | +"@babel/code-frame@^7.26.0": |
| 49 | + version "7.26.0" |
| 50 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815" |
| 51 | + integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g== |
| 52 | + dependencies: |
| 53 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 54 | + js-tokens "^4.0.0" |
| 55 | + picocolors "^1.0.0" |
| 56 | + |
48 | 57 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.15":
|
49 | 58 | version "7.14.0"
|
50 | 59 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919"
|
|
70 | 79 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.9.tgz#24b01c5db6a3ebf85661b4fb4a946a9bccc72ac8"
|
71 | 80 | integrity sha512-yD+hEuJ/+wAJ4Ox2/rpNv5HIuPG82x3ZlQvYVn8iYCprdxzE7P1udpGF1jyjQVBU4dgznN+k2h103vxZ7NdPyw==
|
72 | 81 |
|
73 |
| -"@babel/core@7.25.9": |
74 |
| - version "7.25.9" |
75 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.9.tgz#855a4cddcec4158f3f7afadacdab2a7de8af7434" |
76 |
| - integrity sha512-WYvQviPw+Qyib0v92AwNIrdLISTp7RfDkM7bPqBvpbnhY4wq8HvHBZREVdYDXk98C8BkOIVnHAY3yvj7AVISxQ== |
| 82 | +"@babel/compat-data@^7.26.0": |
| 83 | + version "7.26.0" |
| 84 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819" |
| 85 | + integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA== |
| 86 | + |
| 87 | +"@babel/core@7.26.0": |
| 88 | + version "7.26.0" |
| 89 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40" |
| 90 | + integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg== |
77 | 91 | dependencies:
|
78 | 92 | "@ampproject/remapping" "^2.2.0"
|
79 |
| - "@babel/code-frame" "^7.25.9" |
80 |
| - "@babel/generator" "^7.25.9" |
| 93 | + "@babel/code-frame" "^7.26.0" |
| 94 | + "@babel/generator" "^7.26.0" |
81 | 95 | "@babel/helper-compilation-targets" "^7.25.9"
|
82 |
| - "@babel/helper-module-transforms" "^7.25.9" |
83 |
| - "@babel/helpers" "^7.25.9" |
84 |
| - "@babel/parser" "^7.25.9" |
| 96 | + "@babel/helper-module-transforms" "^7.26.0" |
| 97 | + "@babel/helpers" "^7.26.0" |
| 98 | + "@babel/parser" "^7.26.0" |
85 | 99 | "@babel/template" "^7.25.9"
|
86 | 100 | "@babel/traverse" "^7.25.9"
|
87 |
| - "@babel/types" "^7.25.9" |
| 101 | + "@babel/types" "^7.26.0" |
88 | 102 | convert-source-map "^2.0.0"
|
89 | 103 | debug "^4.1.0"
|
90 | 104 | gensync "^1.0.0-beta.2"
|
|
140 | 154 | "@jridgewell/trace-mapping" "^0.3.25"
|
141 | 155 | jsesc "^3.0.2"
|
142 | 156 |
|
| 157 | +"@babel/generator@^7.26.0": |
| 158 | + version "7.26.0" |
| 159 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7" |
| 160 | + integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w== |
| 161 | + dependencies: |
| 162 | + "@babel/parser" "^7.26.0" |
| 163 | + "@babel/types" "^7.26.0" |
| 164 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 165 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 166 | + jsesc "^3.0.2" |
| 167 | + |
143 | 168 | "@babel/helper-annotate-as-pure@^7.12.13":
|
144 | 169 | version "7.12.13"
|
145 | 170 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
|
|
439 | 464 | "@babel/helper-validator-identifier" "^7.25.9"
|
440 | 465 | "@babel/traverse" "^7.25.9"
|
441 | 466 |
|
| 467 | +"@babel/helper-module-transforms@^7.26.0": |
| 468 | + version "7.26.0" |
| 469 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae" |
| 470 | + integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw== |
| 471 | + dependencies: |
| 472 | + "@babel/helper-module-imports" "^7.25.9" |
| 473 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 474 | + "@babel/traverse" "^7.25.9" |
| 475 | + |
442 | 476 | "@babel/helper-optimise-call-expression@^7.14.5":
|
443 | 477 | version "7.14.5"
|
444 | 478 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
|
|
642 | 676 | "@babel/traverse" "^7.14.5"
|
643 | 677 | "@babel/types" "^7.14.5"
|
644 | 678 |
|
645 |
| -"@babel/helpers@^7.25.9": |
646 |
| - version "7.25.9" |
647 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.9.tgz#9e26aa6fbefdbca4f8c8a1d66dc6f1c00ddadb0a" |
648 |
| - integrity sha512-oKWp3+usOJSzDZOucZUAMayhPz/xVjzymyDzUN8dk0Wd3RWMlGLXi07UCQ/CgQVb8LvXx3XBajJH4XGgkt7H7g== |
| 679 | +"@babel/helpers@^7.26.0": |
| 680 | + version "7.26.0" |
| 681 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4" |
| 682 | + integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw== |
649 | 683 | dependencies:
|
650 | 684 | "@babel/template" "^7.25.9"
|
651 |
| - "@babel/types" "^7.25.9" |
| 685 | + "@babel/types" "^7.26.0" |
652 | 686 |
|
653 | 687 | "@babel/highlight@^7.12.13":
|
654 | 688 | version "7.14.0"
|
|
709 | 743 | dependencies:
|
710 | 744 | "@babel/types" "^7.25.9"
|
711 | 745 |
|
| 746 | +"@babel/parser@^7.26.0": |
| 747 | + version "7.26.1" |
| 748 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.1.tgz#44e02499960df2cdce2c456372a3e8e0c3c5c975" |
| 749 | + integrity sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw== |
| 750 | + dependencies: |
| 751 | + "@babel/types" "^7.26.0" |
| 752 | + |
712 | 753 | "@babel/parser@^7.3.3":
|
713 | 754 | version "7.14.7"
|
714 | 755 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
|
|
953 | 994 | dependencies:
|
954 | 995 | "@babel/helper-plugin-utils" "^7.14.5"
|
955 | 996 |
|
956 |
| -"@babel/plugin-syntax-import-assertions@^7.25.9": |
957 |
| - version "7.25.9" |
958 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.25.9.tgz#631686872fac3d4d1f1ae9a406a8fd1c482c7b2a" |
959 |
| - integrity sha512-4GHX5uzr5QMOOuzV0an9MFju4hKlm0OyePl/lHhcsTVae5t/IKVHnb8W67Vr6FuLlk5lPqLB7n7O+K5R46emYg== |
| 997 | +"@babel/plugin-syntax-import-assertions@^7.26.0": |
| 998 | + version "7.26.0" |
| 999 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz#620412405058efa56e4a564903b79355020f445f" |
| 1000 | + integrity sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg== |
960 | 1001 | dependencies:
|
961 | 1002 | "@babel/helper-plugin-utils" "^7.25.9"
|
962 | 1003 |
|
963 |
| -"@babel/plugin-syntax-import-attributes@^7.25.9": |
964 |
| - version "7.25.9" |
965 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.9.tgz#29c9643445deea4533c05e6ac6c39d15424bbe78" |
966 |
| - integrity sha512-u3EN9ub8LyYvgTnrgp8gboElouayiwPdnM7x5tcnW3iSt09/lQYPwMNK40I9IUxo7QOZhAsPHCmmuO7EPdruqg== |
| 1004 | +"@babel/plugin-syntax-import-attributes@^7.26.0": |
| 1005 | + version "7.26.0" |
| 1006 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz#3b1412847699eea739b4f2602c74ce36f6b0b0f7" |
| 1007 | + integrity sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A== |
967 | 1008 | dependencies:
|
968 | 1009 | "@babel/helper-plugin-utils" "^7.25.9"
|
969 | 1010 |
|
|
1129 | 1170 | "@babel/helper-create-class-features-plugin" "^7.25.9"
|
1130 | 1171 | "@babel/helper-plugin-utils" "^7.25.9"
|
1131 | 1172 |
|
1132 |
| -"@babel/plugin-transform-class-static-block@^7.25.9": |
1133 |
| - version "7.25.9" |
1134 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.25.9.tgz#1cab37c4278a563409d74c1e4f08fb77de5d7a5c" |
1135 |
| - integrity sha512-UIf+72C7YJ+PJ685/PpATbCz00XqiFEzHX5iysRwfvNT0Ko+FaXSvRgLytFSp8xUItrG9pFM/KoBBZDrY/cYyg== |
| 1173 | +"@babel/plugin-transform-class-static-block@^7.26.0": |
| 1174 | + version "7.26.0" |
| 1175 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz#6c8da219f4eb15cae9834ec4348ff8e9e09664a0" |
| 1176 | + integrity sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ== |
1136 | 1177 | dependencies:
|
1137 | 1178 | "@babel/helper-create-class-features-plugin" "^7.25.9"
|
1138 | 1179 | "@babel/helper-plugin-utils" "^7.25.9"
|
|
1598 | 1639 | "@babel/helper-plugin-utils" "^7.25.9"
|
1599 | 1640 | regenerator-transform "^0.15.2"
|
1600 | 1641 |
|
| 1642 | +"@babel/plugin-transform-regexp-modifiers@^7.26.0": |
| 1643 | + version "7.26.0" |
| 1644 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz#2f5837a5b5cd3842a919d8147e9903cc7455b850" |
| 1645 | + integrity sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw== |
| 1646 | + dependencies: |
| 1647 | + "@babel/helper-create-regexp-features-plugin" "^7.25.9" |
| 1648 | + "@babel/helper-plugin-utils" "^7.25.9" |
| 1649 | + |
1601 | 1650 | "@babel/plugin-transform-reserved-words@^7.14.5":
|
1602 | 1651 | version "7.14.5"
|
1603 | 1652 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.14.5.tgz#c44589b661cfdbef8d4300dcc7469dffa92f8304"
|
|
1730 | 1779 | "@babel/helper-create-regexp-features-plugin" "^7.25.9"
|
1731 | 1780 | "@babel/helper-plugin-utils" "^7.25.9"
|
1732 | 1781 |
|
1733 |
| -"@babel/preset-env@7.25.9": |
1734 |
| - version "7.25.9" |
1735 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.9.tgz#fc8a68705e02553cdeeeb5477bf241e12b9c3cd9" |
1736 |
| - integrity sha512-XqDEt+hfsQukahSX9JOBDHhpUHDhj2zGSxoqWQFCMajOSBnbhBdgON/bU/5PkBA1yX5tqW6tTzuIPVsZTQ7h5Q== |
| 1782 | +"@babel/preset-env@7.26.0": |
| 1783 | + version "7.26.0" |
| 1784 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.0.tgz#30e5c6bc1bcc54865bff0c5a30f6d4ccdc7fa8b1" |
| 1785 | + integrity sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw== |
1737 | 1786 | dependencies:
|
1738 |
| - "@babel/compat-data" "^7.25.9" |
| 1787 | + "@babel/compat-data" "^7.26.0" |
1739 | 1788 | "@babel/helper-compilation-targets" "^7.25.9"
|
1740 | 1789 | "@babel/helper-plugin-utils" "^7.25.9"
|
1741 | 1790 | "@babel/helper-validator-option" "^7.25.9"
|
|
1745 | 1794 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.25.9"
|
1746 | 1795 | "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.25.9"
|
1747 | 1796 | "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
|
1748 |
| - "@babel/plugin-syntax-import-assertions" "^7.25.9" |
1749 |
| - "@babel/plugin-syntax-import-attributes" "^7.25.9" |
| 1797 | + "@babel/plugin-syntax-import-assertions" "^7.26.0" |
| 1798 | + "@babel/plugin-syntax-import-attributes" "^7.26.0" |
1750 | 1799 | "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
|
1751 | 1800 | "@babel/plugin-transform-arrow-functions" "^7.25.9"
|
1752 | 1801 | "@babel/plugin-transform-async-generator-functions" "^7.25.9"
|
1753 | 1802 | "@babel/plugin-transform-async-to-generator" "^7.25.9"
|
1754 | 1803 | "@babel/plugin-transform-block-scoped-functions" "^7.25.9"
|
1755 | 1804 | "@babel/plugin-transform-block-scoping" "^7.25.9"
|
1756 | 1805 | "@babel/plugin-transform-class-properties" "^7.25.9"
|
1757 |
| - "@babel/plugin-transform-class-static-block" "^7.25.9" |
| 1806 | + "@babel/plugin-transform-class-static-block" "^7.26.0" |
1758 | 1807 | "@babel/plugin-transform-classes" "^7.25.9"
|
1759 | 1808 | "@babel/plugin-transform-computed-properties" "^7.25.9"
|
1760 | 1809 | "@babel/plugin-transform-destructuring" "^7.25.9"
|
|
1787 | 1836 | "@babel/plugin-transform-private-property-in-object" "^7.25.9"
|
1788 | 1837 | "@babel/plugin-transform-property-literals" "^7.25.9"
|
1789 | 1838 | "@babel/plugin-transform-regenerator" "^7.25.9"
|
| 1839 | + "@babel/plugin-transform-regexp-modifiers" "^7.26.0" |
1790 | 1840 | "@babel/plugin-transform-reserved-words" "^7.25.9"
|
1791 | 1841 | "@babel/plugin-transform-shorthand-properties" "^7.25.9"
|
1792 | 1842 | "@babel/plugin-transform-spread" "^7.25.9"
|
|
2039 | 2089 | "@babel/helper-string-parser" "^7.25.9"
|
2040 | 2090 | "@babel/helper-validator-identifier" "^7.25.9"
|
2041 | 2091 |
|
| 2092 | +"@babel/types@^7.26.0": |
| 2093 | + version "7.26.0" |
| 2094 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff" |
| 2095 | + integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA== |
| 2096 | + dependencies: |
| 2097 | + "@babel/helper-string-parser" "^7.25.9" |
| 2098 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 2099 | + |
2042 | 2100 | "@bcoe/v8-coverage@^0.2.3":
|
2043 | 2101 | version "0.2.3"
|
2044 | 2102 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments