|
43 | 43 | "@babel/highlight" "^7.25.9"
|
44 | 44 | picocolors "^1.0.0"
|
45 | 45 |
|
| 46 | +"@babel/code-frame@^7.26.0": |
| 47 | + version "7.26.0" |
| 48 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815" |
| 49 | + integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g== |
| 50 | + dependencies: |
| 51 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 52 | + js-tokens "^4.0.0" |
| 53 | + picocolors "^1.0.0" |
| 54 | + |
46 | 55 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.0", "@babel/compat-data@^7.16.4":
|
47 | 56 | version "7.16.4"
|
48 | 57 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
|
|
58 | 67 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.9.tgz#24b01c5db6a3ebf85661b4fb4a946a9bccc72ac8"
|
59 | 68 | integrity sha512-yD+hEuJ/+wAJ4Ox2/rpNv5HIuPG82x3ZlQvYVn8iYCprdxzE7P1udpGF1jyjQVBU4dgznN+k2h103vxZ7NdPyw==
|
60 | 69 |
|
61 |
| - |
62 |
| - version "7.25.9" |
63 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.9.tgz#855a4cddcec4158f3f7afadacdab2a7de8af7434" |
64 |
| - integrity sha512-WYvQviPw+Qyib0v92AwNIrdLISTp7RfDkM7bPqBvpbnhY4wq8HvHBZREVdYDXk98C8BkOIVnHAY3yvj7AVISxQ== |
| 70 | +"@babel/compat-data@^7.26.0": |
| 71 | + version "7.26.0" |
| 72 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819" |
| 73 | + integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA== |
| 74 | + |
| 75 | + |
| 76 | + version "7.26.0" |
| 77 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40" |
| 78 | + integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg== |
65 | 79 | dependencies:
|
66 | 80 | "@ampproject/remapping" "^2.2.0"
|
67 |
| - "@babel/code-frame" "^7.25.9" |
68 |
| - "@babel/generator" "^7.25.9" |
| 81 | + "@babel/code-frame" "^7.26.0" |
| 82 | + "@babel/generator" "^7.26.0" |
69 | 83 | "@babel/helper-compilation-targets" "^7.25.9"
|
70 |
| - "@babel/helper-module-transforms" "^7.25.9" |
71 |
| - "@babel/helpers" "^7.25.9" |
72 |
| - "@babel/parser" "^7.25.9" |
| 84 | + "@babel/helper-module-transforms" "^7.26.0" |
| 85 | + "@babel/helpers" "^7.26.0" |
| 86 | + "@babel/parser" "^7.26.0" |
73 | 87 | "@babel/template" "^7.25.9"
|
74 | 88 | "@babel/traverse" "^7.25.9"
|
75 |
| - "@babel/types" "^7.25.9" |
| 89 | + "@babel/types" "^7.26.0" |
76 | 90 | convert-source-map "^2.0.0"
|
77 | 91 | debug "^4.1.0"
|
78 | 92 | gensync "^1.0.0-beta.2"
|
|
119 | 133 | "@jridgewell/trace-mapping" "^0.3.25"
|
120 | 134 | jsesc "^3.0.2"
|
121 | 135 |
|
| 136 | +"@babel/generator@^7.26.0": |
| 137 | + version "7.26.0" |
| 138 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7" |
| 139 | + integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w== |
| 140 | + dependencies: |
| 141 | + "@babel/parser" "^7.26.0" |
| 142 | + "@babel/types" "^7.26.0" |
| 143 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 144 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 145 | + jsesc "^3.0.2" |
| 146 | + |
122 | 147 | "@babel/helper-annotate-as-pure@^7.16.0":
|
123 | 148 | version "7.16.0"
|
124 | 149 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
|
|
366 | 391 | "@babel/helper-validator-identifier" "^7.25.9"
|
367 | 392 | "@babel/traverse" "^7.25.9"
|
368 | 393 |
|
| 394 | +"@babel/helper-module-transforms@^7.26.0": |
| 395 | + version "7.26.0" |
| 396 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae" |
| 397 | + integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw== |
| 398 | + dependencies: |
| 399 | + "@babel/helper-module-imports" "^7.25.9" |
| 400 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 401 | + "@babel/traverse" "^7.25.9" |
| 402 | + |
369 | 403 | "@babel/helper-optimise-call-expression@^7.16.0":
|
370 | 404 | version "7.16.0"
|
371 | 405 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz#cecdb145d70c54096b1564f8e9f10cd7d193b338"
|
|
548 | 582 | "@babel/traverse" "^7.16.5"
|
549 | 583 | "@babel/types" "^7.16.0"
|
550 | 584 |
|
551 |
| -"@babel/helpers@^7.25.9": |
552 |
| - version "7.25.9" |
553 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.9.tgz#9e26aa6fbefdbca4f8c8a1d66dc6f1c00ddadb0a" |
554 |
| - integrity sha512-oKWp3+usOJSzDZOucZUAMayhPz/xVjzymyDzUN8dk0Wd3RWMlGLXi07UCQ/CgQVb8LvXx3XBajJH4XGgkt7H7g== |
| 585 | +"@babel/helpers@^7.26.0": |
| 586 | + version "7.26.0" |
| 587 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4" |
| 588 | + integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw== |
555 | 589 | dependencies:
|
556 | 590 | "@babel/template" "^7.25.9"
|
557 |
| - "@babel/types" "^7.25.9" |
| 591 | + "@babel/types" "^7.26.0" |
558 | 592 |
|
559 | 593 | "@babel/highlight@^7.16.0":
|
560 | 594 | version "7.16.0"
|
|
596 | 630 | dependencies:
|
597 | 631 | "@babel/types" "^7.25.9"
|
598 | 632 |
|
| 633 | +"@babel/parser@^7.26.0": |
| 634 | + version "7.26.0" |
| 635 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.0.tgz#710a75a7d805a8f72753154e451474e9795b121c" |
| 636 | + integrity sha512-aP8x5pIw3xvYr/sXT+SEUwyhrXT8rUJRZltK/qN3Db80dcKpTett8cJxHyjk+xYSVXvNnl2SfcJVjbwxpOSscA== |
| 637 | + dependencies: |
| 638 | + "@babel/types" "^7.26.0" |
| 639 | + |
599 | 640 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
|
600 | 641 | version "7.25.9"
|
601 | 642 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz#cc2e53ebf0a0340777fff5ed521943e253b4d8fe"
|
|
834 | 875 | dependencies:
|
835 | 876 | "@babel/helper-plugin-utils" "^7.16.5"
|
836 | 877 |
|
837 |
| -"@babel/plugin-syntax-import-assertions@^7.25.9": |
838 |
| - version "7.25.9" |
839 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.25.9.tgz#631686872fac3d4d1f1ae9a406a8fd1c482c7b2a" |
840 |
| - integrity sha512-4GHX5uzr5QMOOuzV0an9MFju4hKlm0OyePl/lHhcsTVae5t/IKVHnb8W67Vr6FuLlk5lPqLB7n7O+K5R46emYg== |
| 878 | +"@babel/plugin-syntax-import-assertions@^7.26.0": |
| 879 | + version "7.26.0" |
| 880 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz#620412405058efa56e4a564903b79355020f445f" |
| 881 | + integrity sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg== |
841 | 882 | dependencies:
|
842 | 883 | "@babel/helper-plugin-utils" "^7.25.9"
|
843 | 884 |
|
844 |
| -"@babel/plugin-syntax-import-attributes@^7.25.9": |
845 |
| - version "7.25.9" |
846 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.9.tgz#29c9643445deea4533c05e6ac6c39d15424bbe78" |
847 |
| - integrity sha512-u3EN9ub8LyYvgTnrgp8gboElouayiwPdnM7x5tcnW3iSt09/lQYPwMNK40I9IUxo7QOZhAsPHCmmuO7EPdruqg== |
| 885 | +"@babel/plugin-syntax-import-attributes@^7.26.0": |
| 886 | + version "7.26.0" |
| 887 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz#3b1412847699eea739b4f2602c74ce36f6b0b0f7" |
| 888 | + integrity sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A== |
848 | 889 | dependencies:
|
849 | 890 | "@babel/helper-plugin-utils" "^7.25.9"
|
850 | 891 |
|
|
1010 | 1051 | "@babel/helper-create-class-features-plugin" "^7.25.9"
|
1011 | 1052 | "@babel/helper-plugin-utils" "^7.25.9"
|
1012 | 1053 |
|
1013 |
| -"@babel/plugin-transform-class-static-block@^7.25.9": |
1014 |
| - version "7.25.9" |
1015 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.25.9.tgz#1cab37c4278a563409d74c1e4f08fb77de5d7a5c" |
1016 |
| - integrity sha512-UIf+72C7YJ+PJ685/PpATbCz00XqiFEzHX5iysRwfvNT0Ko+FaXSvRgLytFSp8xUItrG9pFM/KoBBZDrY/cYyg== |
| 1054 | +"@babel/plugin-transform-class-static-block@^7.26.0": |
| 1055 | + version "7.26.0" |
| 1056 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz#6c8da219f4eb15cae9834ec4348ff8e9e09664a0" |
| 1057 | + integrity sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ== |
1017 | 1058 | dependencies:
|
1018 | 1059 | "@babel/helper-create-class-features-plugin" "^7.25.9"
|
1019 | 1060 | "@babel/helper-plugin-utils" "^7.25.9"
|
|
1472 | 1513 | "@babel/helper-plugin-utils" "^7.25.9"
|
1473 | 1514 | regenerator-transform "^0.15.2"
|
1474 | 1515 |
|
| 1516 | +"@babel/plugin-transform-regexp-modifiers@^7.26.0": |
| 1517 | + version "7.26.0" |
| 1518 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz#2f5837a5b5cd3842a919d8147e9903cc7455b850" |
| 1519 | + integrity sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw== |
| 1520 | + dependencies: |
| 1521 | + "@babel/helper-create-regexp-features-plugin" "^7.25.9" |
| 1522 | + "@babel/helper-plugin-utils" "^7.25.9" |
| 1523 | + |
1475 | 1524 | "@babel/plugin-transform-reserved-words@^7.16.5":
|
1476 | 1525 | version "7.16.5"
|
1477 | 1526 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.5.tgz#db95e98799675e193dc2b47d3e72a7c0651d0c30"
|
|
1604 | 1653 | "@babel/helper-create-regexp-features-plugin" "^7.25.9"
|
1605 | 1654 | "@babel/helper-plugin-utils" "^7.25.9"
|
1606 | 1655 |
|
1607 |
| -"@babel/preset-env@7.25.9": |
1608 |
| - version "7.25.9" |
1609 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.9.tgz#fc8a68705e02553cdeeeb5477bf241e12b9c3cd9" |
1610 |
| - integrity sha512-XqDEt+hfsQukahSX9JOBDHhpUHDhj2zGSxoqWQFCMajOSBnbhBdgON/bU/5PkBA1yX5tqW6tTzuIPVsZTQ7h5Q== |
| 1656 | +"@babel/preset-env@7.26.0": |
| 1657 | + version "7.26.0" |
| 1658 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.0.tgz#30e5c6bc1bcc54865bff0c5a30f6d4ccdc7fa8b1" |
| 1659 | + integrity sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw== |
1611 | 1660 | dependencies:
|
1612 |
| - "@babel/compat-data" "^7.25.9" |
| 1661 | + "@babel/compat-data" "^7.26.0" |
1613 | 1662 | "@babel/helper-compilation-targets" "^7.25.9"
|
1614 | 1663 | "@babel/helper-plugin-utils" "^7.25.9"
|
1615 | 1664 | "@babel/helper-validator-option" "^7.25.9"
|
|
1619 | 1668 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.25.9"
|
1620 | 1669 | "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.25.9"
|
1621 | 1670 | "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
|
1622 |
| - "@babel/plugin-syntax-import-assertions" "^7.25.9" |
1623 |
| - "@babel/plugin-syntax-import-attributes" "^7.25.9" |
| 1671 | + "@babel/plugin-syntax-import-assertions" "^7.26.0" |
| 1672 | + "@babel/plugin-syntax-import-attributes" "^7.26.0" |
1624 | 1673 | "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
|
1625 | 1674 | "@babel/plugin-transform-arrow-functions" "^7.25.9"
|
1626 | 1675 | "@babel/plugin-transform-async-generator-functions" "^7.25.9"
|
1627 | 1676 | "@babel/plugin-transform-async-to-generator" "^7.25.9"
|
1628 | 1677 | "@babel/plugin-transform-block-scoped-functions" "^7.25.9"
|
1629 | 1678 | "@babel/plugin-transform-block-scoping" "^7.25.9"
|
1630 | 1679 | "@babel/plugin-transform-class-properties" "^7.25.9"
|
1631 |
| - "@babel/plugin-transform-class-static-block" "^7.25.9" |
| 1680 | + "@babel/plugin-transform-class-static-block" "^7.26.0" |
1632 | 1681 | "@babel/plugin-transform-classes" "^7.25.9"
|
1633 | 1682 | "@babel/plugin-transform-computed-properties" "^7.25.9"
|
1634 | 1683 | "@babel/plugin-transform-destructuring" "^7.25.9"
|
|
1661 | 1710 | "@babel/plugin-transform-private-property-in-object" "^7.25.9"
|
1662 | 1711 | "@babel/plugin-transform-property-literals" "^7.25.9"
|
1663 | 1712 | "@babel/plugin-transform-regenerator" "^7.25.9"
|
| 1713 | + "@babel/plugin-transform-regexp-modifiers" "^7.26.0" |
1664 | 1714 | "@babel/plugin-transform-reserved-words" "^7.25.9"
|
1665 | 1715 | "@babel/plugin-transform-shorthand-properties" "^7.25.9"
|
1666 | 1716 | "@babel/plugin-transform-spread" "^7.25.9"
|
|
1877 | 1927 | "@babel/helper-string-parser" "^7.25.9"
|
1878 | 1928 | "@babel/helper-validator-identifier" "^7.25.9"
|
1879 | 1929 |
|
| 1930 | +"@babel/types@^7.26.0": |
| 1931 | + version "7.26.0" |
| 1932 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff" |
| 1933 | + integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA== |
| 1934 | + dependencies: |
| 1935 | + "@babel/helper-string-parser" "^7.25.9" |
| 1936 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1937 | + |
1880 | 1938 | "@bcoe/v8-coverage@^0.2.3":
|
1881 | 1939 | version "0.2.3"
|
1882 | 1940 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments