|
53 | 53 | "@babel/highlight" "^7.25.9"
|
54 | 54 | picocolors "^1.0.0"
|
55 | 55 |
|
| 56 | +"@babel/code-frame@^7.26.0": |
| 57 | + version "7.26.0" |
| 58 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815" |
| 59 | + integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g== |
| 60 | + dependencies: |
| 61 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 62 | + js-tokens "^4.0.0" |
| 63 | + picocolors "^1.0.0" |
| 64 | + |
56 | 65 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5", "@babel/compat-data@^7.14.7":
|
57 | 66 | version "7.14.7"
|
58 | 67 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
|
|
68 | 77 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.9.tgz#24b01c5db6a3ebf85661b4fb4a946a9bccc72ac8"
|
69 | 78 | integrity sha512-yD+hEuJ/+wAJ4Ox2/rpNv5HIuPG82x3ZlQvYVn8iYCprdxzE7P1udpGF1jyjQVBU4dgznN+k2h103vxZ7NdPyw==
|
70 | 79 |
|
71 |
| - |
72 |
| - version "7.25.9" |
73 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.9.tgz#855a4cddcec4158f3f7afadacdab2a7de8af7434" |
74 |
| - integrity sha512-WYvQviPw+Qyib0v92AwNIrdLISTp7RfDkM7bPqBvpbnhY4wq8HvHBZREVdYDXk98C8BkOIVnHAY3yvj7AVISxQ== |
| 80 | +"@babel/compat-data@^7.26.0": |
| 81 | + version "7.26.0" |
| 82 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819" |
| 83 | + integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA== |
| 84 | + |
| 85 | + |
| 86 | + version "7.26.0" |
| 87 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40" |
| 88 | + integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg== |
75 | 89 | dependencies:
|
76 | 90 | "@ampproject/remapping" "^2.2.0"
|
77 |
| - "@babel/code-frame" "^7.25.9" |
78 |
| - "@babel/generator" "^7.25.9" |
| 91 | + "@babel/code-frame" "^7.26.0" |
| 92 | + "@babel/generator" "^7.26.0" |
79 | 93 | "@babel/helper-compilation-targets" "^7.25.9"
|
80 |
| - "@babel/helper-module-transforms" "^7.25.9" |
81 |
| - "@babel/helpers" "^7.25.9" |
82 |
| - "@babel/parser" "^7.25.9" |
| 94 | + "@babel/helper-module-transforms" "^7.26.0" |
| 95 | + "@babel/helpers" "^7.26.0" |
| 96 | + "@babel/parser" "^7.26.0" |
83 | 97 | "@babel/template" "^7.25.9"
|
84 | 98 | "@babel/traverse" "^7.25.9"
|
85 |
| - "@babel/types" "^7.25.9" |
| 99 | + "@babel/types" "^7.26.0" |
86 | 100 | convert-source-map "^2.0.0"
|
87 | 101 | debug "^4.1.0"
|
88 | 102 | gensync "^1.0.0-beta.2"
|
|
129 | 143 | "@jridgewell/trace-mapping" "^0.3.25"
|
130 | 144 | jsesc "^3.0.2"
|
131 | 145 |
|
| 146 | +"@babel/generator@^7.26.0": |
| 147 | + version "7.26.0" |
| 148 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7" |
| 149 | + integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w== |
| 150 | + dependencies: |
| 151 | + "@babel/parser" "^7.26.0" |
| 152 | + "@babel/types" "^7.26.0" |
| 153 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 154 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 155 | + jsesc "^3.0.2" |
| 156 | + |
132 | 157 | "@babel/helper-annotate-as-pure@^7.14.5":
|
133 | 158 | version "7.14.5"
|
134 | 159 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
|
|
368 | 393 | "@babel/helper-validator-identifier" "^7.25.9"
|
369 | 394 | "@babel/traverse" "^7.25.9"
|
370 | 395 |
|
| 396 | +"@babel/helper-module-transforms@^7.26.0": |
| 397 | + version "7.26.0" |
| 398 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae" |
| 399 | + integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw== |
| 400 | + dependencies: |
| 401 | + "@babel/helper-module-imports" "^7.25.9" |
| 402 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 403 | + "@babel/traverse" "^7.25.9" |
| 404 | + |
371 | 405 | "@babel/helper-optimise-call-expression@^7.14.5":
|
372 | 406 | version "7.14.5"
|
373 | 407 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
|
|
549 | 583 | "@babel/traverse" "^7.14.8"
|
550 | 584 | "@babel/types" "^7.14.8"
|
551 | 585 |
|
552 |
| -"@babel/helpers@^7.25.9": |
553 |
| - version "7.25.9" |
554 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.9.tgz#9e26aa6fbefdbca4f8c8a1d66dc6f1c00ddadb0a" |
555 |
| - integrity sha512-oKWp3+usOJSzDZOucZUAMayhPz/xVjzymyDzUN8dk0Wd3RWMlGLXi07UCQ/CgQVb8LvXx3XBajJH4XGgkt7H7g== |
| 586 | +"@babel/helpers@^7.26.0": |
| 587 | + version "7.26.0" |
| 588 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4" |
| 589 | + integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw== |
556 | 590 | dependencies:
|
557 | 591 | "@babel/template" "^7.25.9"
|
558 |
| - "@babel/types" "^7.25.9" |
| 592 | + "@babel/types" "^7.26.0" |
559 | 593 |
|
560 | 594 | "@babel/highlight@^7.14.5":
|
561 | 595 | version "7.14.5"
|
|
597 | 631 | dependencies:
|
598 | 632 | "@babel/types" "^7.25.9"
|
599 | 633 |
|
| 634 | +"@babel/parser@^7.26.0": |
| 635 | + version "7.26.0" |
| 636 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.0.tgz#710a75a7d805a8f72753154e451474e9795b121c" |
| 637 | + integrity sha512-aP8x5pIw3xvYr/sXT+SEUwyhrXT8rUJRZltK/qN3Db80dcKpTett8cJxHyjk+xYSVXvNnl2SfcJVjbwxpOSscA== |
| 638 | + dependencies: |
| 639 | + "@babel/types" "^7.26.0" |
| 640 | + |
600 | 641 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
|
601 | 642 | version "7.25.9"
|
602 | 643 | 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"
|
|
828 | 869 | dependencies:
|
829 | 870 | "@babel/helper-plugin-utils" "^7.14.5"
|
830 | 871 |
|
831 |
| -"@babel/plugin-syntax-import-assertions@^7.25.9": |
832 |
| - version "7.25.9" |
833 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.25.9.tgz#631686872fac3d4d1f1ae9a406a8fd1c482c7b2a" |
834 |
| - integrity sha512-4GHX5uzr5QMOOuzV0an9MFju4hKlm0OyePl/lHhcsTVae5t/IKVHnb8W67Vr6FuLlk5lPqLB7n7O+K5R46emYg== |
| 872 | +"@babel/plugin-syntax-import-assertions@^7.26.0": |
| 873 | + version "7.26.0" |
| 874 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz#620412405058efa56e4a564903b79355020f445f" |
| 875 | + integrity sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg== |
835 | 876 | dependencies:
|
836 | 877 | "@babel/helper-plugin-utils" "^7.25.9"
|
837 | 878 |
|
838 |
| -"@babel/plugin-syntax-import-attributes@^7.25.9": |
839 |
| - version "7.25.9" |
840 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.9.tgz#29c9643445deea4533c05e6ac6c39d15424bbe78" |
841 |
| - integrity sha512-u3EN9ub8LyYvgTnrgp8gboElouayiwPdnM7x5tcnW3iSt09/lQYPwMNK40I9IUxo7QOZhAsPHCmmuO7EPdruqg== |
| 879 | +"@babel/plugin-syntax-import-attributes@^7.26.0": |
| 880 | + version "7.26.0" |
| 881 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz#3b1412847699eea739b4f2602c74ce36f6b0b0f7" |
| 882 | + integrity sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A== |
842 | 883 | dependencies:
|
843 | 884 | "@babel/helper-plugin-utils" "^7.25.9"
|
844 | 885 |
|
|
1004 | 1045 | "@babel/helper-create-class-features-plugin" "^7.25.9"
|
1005 | 1046 | "@babel/helper-plugin-utils" "^7.25.9"
|
1006 | 1047 |
|
1007 |
| -"@babel/plugin-transform-class-static-block@^7.25.9": |
1008 |
| - version "7.25.9" |
1009 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.25.9.tgz#1cab37c4278a563409d74c1e4f08fb77de5d7a5c" |
1010 |
| - integrity sha512-UIf+72C7YJ+PJ685/PpATbCz00XqiFEzHX5iysRwfvNT0Ko+FaXSvRgLytFSp8xUItrG9pFM/KoBBZDrY/cYyg== |
| 1048 | +"@babel/plugin-transform-class-static-block@^7.26.0": |
| 1049 | + version "7.26.0" |
| 1050 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz#6c8da219f4eb15cae9834ec4348ff8e9e09664a0" |
| 1051 | + integrity sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ== |
1011 | 1052 | dependencies:
|
1012 | 1053 | "@babel/helper-create-class-features-plugin" "^7.25.9"
|
1013 | 1054 | "@babel/helper-plugin-utils" "^7.25.9"
|
|
1465 | 1506 | "@babel/helper-plugin-utils" "^7.25.9"
|
1466 | 1507 | regenerator-transform "^0.15.2"
|
1467 | 1508 |
|
| 1509 | +"@babel/plugin-transform-regexp-modifiers@^7.26.0": |
| 1510 | + version "7.26.0" |
| 1511 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz#2f5837a5b5cd3842a919d8147e9903cc7455b850" |
| 1512 | + integrity sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw== |
| 1513 | + dependencies: |
| 1514 | + "@babel/helper-create-regexp-features-plugin" "^7.25.9" |
| 1515 | + "@babel/helper-plugin-utils" "^7.25.9" |
| 1516 | + |
1468 | 1517 | "@babel/plugin-transform-reserved-words@^7.14.5":
|
1469 | 1518 | version "7.14.5"
|
1470 | 1519 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.14.5.tgz#c44589b661cfdbef8d4300dcc7469dffa92f8304"
|
|
1597 | 1646 | "@babel/helper-create-regexp-features-plugin" "^7.25.9"
|
1598 | 1647 | "@babel/helper-plugin-utils" "^7.25.9"
|
1599 | 1648 |
|
1600 |
| -"@babel/preset-env@7.25.9": |
1601 |
| - version "7.25.9" |
1602 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.9.tgz#fc8a68705e02553cdeeeb5477bf241e12b9c3cd9" |
1603 |
| - integrity sha512-XqDEt+hfsQukahSX9JOBDHhpUHDhj2zGSxoqWQFCMajOSBnbhBdgON/bU/5PkBA1yX5tqW6tTzuIPVsZTQ7h5Q== |
| 1649 | +"@babel/preset-env@7.26.0": |
| 1650 | + version "7.26.0" |
| 1651 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.0.tgz#30e5c6bc1bcc54865bff0c5a30f6d4ccdc7fa8b1" |
| 1652 | + integrity sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw== |
1604 | 1653 | dependencies:
|
1605 |
| - "@babel/compat-data" "^7.25.9" |
| 1654 | + "@babel/compat-data" "^7.26.0" |
1606 | 1655 | "@babel/helper-compilation-targets" "^7.25.9"
|
1607 | 1656 | "@babel/helper-plugin-utils" "^7.25.9"
|
1608 | 1657 | "@babel/helper-validator-option" "^7.25.9"
|
|
1612 | 1661 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.25.9"
|
1613 | 1662 | "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.25.9"
|
1614 | 1663 | "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
|
1615 |
| - "@babel/plugin-syntax-import-assertions" "^7.25.9" |
1616 |
| - "@babel/plugin-syntax-import-attributes" "^7.25.9" |
| 1664 | + "@babel/plugin-syntax-import-assertions" "^7.26.0" |
| 1665 | + "@babel/plugin-syntax-import-attributes" "^7.26.0" |
1617 | 1666 | "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
|
1618 | 1667 | "@babel/plugin-transform-arrow-functions" "^7.25.9"
|
1619 | 1668 | "@babel/plugin-transform-async-generator-functions" "^7.25.9"
|
1620 | 1669 | "@babel/plugin-transform-async-to-generator" "^7.25.9"
|
1621 | 1670 | "@babel/plugin-transform-block-scoped-functions" "^7.25.9"
|
1622 | 1671 | "@babel/plugin-transform-block-scoping" "^7.25.9"
|
1623 | 1672 | "@babel/plugin-transform-class-properties" "^7.25.9"
|
1624 |
| - "@babel/plugin-transform-class-static-block" "^7.25.9" |
| 1673 | + "@babel/plugin-transform-class-static-block" "^7.26.0" |
1625 | 1674 | "@babel/plugin-transform-classes" "^7.25.9"
|
1626 | 1675 | "@babel/plugin-transform-computed-properties" "^7.25.9"
|
1627 | 1676 | "@babel/plugin-transform-destructuring" "^7.25.9"
|
|
1654 | 1703 | "@babel/plugin-transform-private-property-in-object" "^7.25.9"
|
1655 | 1704 | "@babel/plugin-transform-property-literals" "^7.25.9"
|
1656 | 1705 | "@babel/plugin-transform-regenerator" "^7.25.9"
|
| 1706 | + "@babel/plugin-transform-regexp-modifiers" "^7.26.0" |
1657 | 1707 | "@babel/plugin-transform-reserved-words" "^7.25.9"
|
1658 | 1708 | "@babel/plugin-transform-shorthand-properties" "^7.25.9"
|
1659 | 1709 | "@babel/plugin-transform-spread" "^7.25.9"
|
|
1868 | 1918 | "@babel/helper-string-parser" "^7.25.9"
|
1869 | 1919 | "@babel/helper-validator-identifier" "^7.25.9"
|
1870 | 1920 |
|
| 1921 | +"@babel/types@^7.26.0": |
| 1922 | + version "7.26.0" |
| 1923 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff" |
| 1924 | + integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA== |
| 1925 | + dependencies: |
| 1926 | + "@babel/helper-string-parser" "^7.25.9" |
| 1927 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1928 | + |
1871 | 1929 | "@bcoe/v8-coverage@^0.2.3":
|
1872 | 1930 | version "0.2.3"
|
1873 | 1931 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments