|
272 | 272 | "@babel/highlight" "^7.22.13" |
273 | 273 | chalk "^2.4.2" |
274 | 274 |
|
| 275 | +"@babel/code-frame@^7.26.2": |
| 276 | + version "7.26.2" |
| 277 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 278 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 279 | + dependencies: |
| 280 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 281 | + js-tokens "^4.0.0" |
| 282 | + picocolors "^1.0.0" |
| 283 | + |
275 | 284 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.15", "@babel/compat-data@^7.14.0": |
276 | 285 | version "7.14.0" |
277 | 286 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919" |
|
739 | 748 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
740 | 749 | integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
741 | 750 |
|
| 751 | +"@babel/helper-string-parser@^7.25.9": |
| 752 | + version "7.25.9" |
| 753 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
| 754 | + integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
| 755 | + |
742 | 756 | "@babel/helper-validator-identifier@^7.12.11", "@babel/helper-validator-identifier@^7.14.0": |
743 | 757 | version "7.14.0" |
744 | 758 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288" |
|
754 | 768 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193" |
755 | 769 | integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ== |
756 | 770 |
|
| 771 | +"@babel/helper-validator-identifier@^7.25.9": |
| 772 | + version "7.25.9" |
| 773 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
| 774 | + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
| 775 | + |
757 | 776 | "@babel/helper-validator-option@^7.12.17": |
758 | 777 | version "7.12.17" |
759 | 778 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831" |
|
784 | 803 | "@babel/traverse" "^7.22.5" |
785 | 804 | "@babel/types" "^7.22.5" |
786 | 805 |
|
787 | | -"@babel/helpers@^7.12.5", "@babel/helpers@^7.14.0": |
788 | | - version "7.14.0" |
789 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.0.tgz#ea9b6be9478a13d6f961dbb5f36bf75e2f3b8f62" |
790 | | - integrity sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg== |
| 806 | +"@babel/helpers@^7.12.5", "@babel/helpers@^7.14.0", "@babel/helpers@^7.22.5": |
| 807 | + version "7.26.10" |
| 808 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384" |
| 809 | + integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g== |
791 | 810 | dependencies: |
792 | | - "@babel/template" "^7.12.13" |
793 | | - "@babel/traverse" "^7.14.0" |
794 | | - "@babel/types" "^7.14.0" |
795 | | - |
796 | | -"@babel/helpers@^7.22.5": |
797 | | - version "7.22.5" |
798 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.5.tgz#74bb4373eb390d1ceed74a15ef97767e63120820" |
799 | | - integrity sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q== |
800 | | - dependencies: |
801 | | - "@babel/template" "^7.22.5" |
802 | | - "@babel/traverse" "^7.22.5" |
803 | | - "@babel/types" "^7.22.5" |
| 811 | + "@babel/template" "^7.26.9" |
| 812 | + "@babel/types" "^7.26.10" |
804 | 813 |
|
805 | 814 | "@babel/highlight@^7.12.13": |
806 | 815 | version "7.14.0" |
|
844 | 853 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
845 | 854 | integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
846 | 855 |
|
| 856 | +"@babel/parser@^7.26.9": |
| 857 | + version "7.26.10" |
| 858 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749" |
| 859 | + integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA== |
| 860 | + dependencies: |
| 861 | + "@babel/types" "^7.26.10" |
| 862 | + |
847 | 863 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.5": |
848 | 864 | version "7.22.5" |
849 | 865 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.5.tgz#87245a21cd69a73b0b81bcda98d443d6df08f05e" |
|
2194 | 2210 | "@babel/parser" "^7.22.5" |
2195 | 2211 | "@babel/types" "^7.22.5" |
2196 | 2212 |
|
2197 | | -"@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.15", "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.2", "@babel/traverse@^7.18.8", "@babel/traverse@^7.22.5": |
| 2213 | +"@babel/template@^7.26.9": |
| 2214 | + version "7.26.9" |
| 2215 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 2216 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 2217 | + dependencies: |
| 2218 | + "@babel/code-frame" "^7.26.2" |
| 2219 | + "@babel/parser" "^7.26.9" |
| 2220 | + "@babel/types" "^7.26.9" |
| 2221 | + |
| 2222 | +"@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.15", "@babel/traverse@^7.14.2", "@babel/traverse@^7.18.8", "@babel/traverse@^7.22.5": |
2198 | 2223 | version "7.23.2" |
2199 | 2224 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
2200 | 2225 | integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
|
2210 | 2235 | debug "^4.1.0" |
2211 | 2236 | globals "^11.1.0" |
2212 | 2237 |
|
2213 | | -"@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.12.6", "@babel/types@^7.12.7", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.16", "@babel/types@^7.14.0", "@babel/types@^7.14.2", "@babel/types@^7.4.4": |
| 2238 | +"@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.12.6", "@babel/types@^7.12.7", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.16", "@babel/types@^7.14.2", "@babel/types@^7.4.4": |
2214 | 2239 | version "7.14.2" |
2215 | 2240 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.2.tgz#4208ae003107ef8a057ea8333e56eb64d2f6a2c3" |
2216 | 2241 | integrity sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw== |
|
2236 | 2261 | "@babel/helper-validator-identifier" "^7.22.20" |
2237 | 2262 | to-fast-properties "^2.0.0" |
2238 | 2263 |
|
| 2264 | +"@babel/types@^7.26.10", "@babel/types@^7.26.9": |
| 2265 | + version "7.26.10" |
| 2266 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
| 2267 | + integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ== |
| 2268 | + dependencies: |
| 2269 | + "@babel/helper-string-parser" "^7.25.9" |
| 2270 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 2271 | + |
2239 | 2272 | "@colors/colors@1.5.0": |
2240 | 2273 | version "1.5.0" |
2241 | 2274 | resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9" |
|
0 commit comments