|
50 | 50 | "@babel/highlight" "^7.25.9"
|
51 | 51 | picocolors "^1.0.0"
|
52 | 52 |
|
| 53 | +"@babel/code-frame@^7.26.0": |
| 54 | + version "7.26.0" |
| 55 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815" |
| 56 | + integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g== |
| 57 | + dependencies: |
| 58 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 59 | + js-tokens "^4.0.0" |
| 60 | + picocolors "^1.0.0" |
| 61 | + |
53 | 62 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.4", "@babel/compat-data@^7.16.8", "@babel/compat-data@^7.17.0":
|
54 | 63 | version "7.17.0"
|
55 | 64 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.0.tgz#86850b8597ea6962089770952075dcaabb8dba34"
|
|
65 | 74 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.9.tgz#24b01c5db6a3ebf85661b4fb4a946a9bccc72ac8"
|
66 | 75 | integrity sha512-yD+hEuJ/+wAJ4Ox2/rpNv5HIuPG82x3ZlQvYVn8iYCprdxzE7P1udpGF1jyjQVBU4dgznN+k2h103vxZ7NdPyw==
|
67 | 76 |
|
68 |
| - |
69 |
| - version "7.25.9" |
70 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.9.tgz#855a4cddcec4158f3f7afadacdab2a7de8af7434" |
71 |
| - integrity sha512-WYvQviPw+Qyib0v92AwNIrdLISTp7RfDkM7bPqBvpbnhY4wq8HvHBZREVdYDXk98C8BkOIVnHAY3yvj7AVISxQ== |
| 77 | +"@babel/compat-data@^7.26.0": |
| 78 | + version "7.26.0" |
| 79 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819" |
| 80 | + integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA== |
| 81 | + |
| 82 | + |
| 83 | + version "7.26.0" |
| 84 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40" |
| 85 | + integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg== |
72 | 86 | dependencies:
|
73 | 87 | "@ampproject/remapping" "^2.2.0"
|
74 |
| - "@babel/code-frame" "^7.25.9" |
75 |
| - "@babel/generator" "^7.25.9" |
| 88 | + "@babel/code-frame" "^7.26.0" |
| 89 | + "@babel/generator" "^7.26.0" |
76 | 90 | "@babel/helper-compilation-targets" "^7.25.9"
|
77 |
| - "@babel/helper-module-transforms" "^7.25.9" |
78 |
| - "@babel/helpers" "^7.25.9" |
79 |
| - "@babel/parser" "^7.25.9" |
| 91 | + "@babel/helper-module-transforms" "^7.26.0" |
| 92 | + "@babel/helpers" "^7.26.0" |
| 93 | + "@babel/parser" "^7.26.0" |
80 | 94 | "@babel/template" "^7.25.9"
|
81 | 95 | "@babel/traverse" "^7.25.9"
|
82 |
| - "@babel/types" "^7.25.9" |
| 96 | + "@babel/types" "^7.26.0" |
83 | 97 | convert-source-map "^2.0.0"
|
84 | 98 | debug "^4.1.0"
|
85 | 99 | gensync "^1.0.0-beta.2"
|
|
126 | 140 | "@jridgewell/trace-mapping" "^0.3.25"
|
127 | 141 | jsesc "^3.0.2"
|
128 | 142 |
|
| 143 | +"@babel/generator@^7.26.0": |
| 144 | + version "7.26.0" |
| 145 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7" |
| 146 | + integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w== |
| 147 | + dependencies: |
| 148 | + "@babel/parser" "^7.26.0" |
| 149 | + "@babel/types" "^7.26.0" |
| 150 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 151 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 152 | + jsesc "^3.0.2" |
| 153 | + |
129 | 154 | "@babel/helper-annotate-as-pure@^7.16.7":
|
130 | 155 | version "7.16.7"
|
131 | 156 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
|
|
373 | 398 | "@babel/helper-validator-identifier" "^7.25.9"
|
374 | 399 | "@babel/traverse" "^7.25.9"
|
375 | 400 |
|
| 401 | +"@babel/helper-module-transforms@^7.26.0": |
| 402 | + version "7.26.0" |
| 403 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae" |
| 404 | + integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw== |
| 405 | + dependencies: |
| 406 | + "@babel/helper-module-imports" "^7.25.9" |
| 407 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 408 | + "@babel/traverse" "^7.25.9" |
| 409 | + |
376 | 410 | "@babel/helper-optimise-call-expression@^7.16.7":
|
377 | 411 | version "7.16.7"
|
378 | 412 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz#a34e3560605abbd31a18546bd2aad3e6d9a174f2"
|
|
555 | 589 | "@babel/traverse" "^7.17.0"
|
556 | 590 | "@babel/types" "^7.17.0"
|
557 | 591 |
|
558 |
| -"@babel/helpers@^7.25.9": |
559 |
| - version "7.25.9" |
560 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.9.tgz#9e26aa6fbefdbca4f8c8a1d66dc6f1c00ddadb0a" |
561 |
| - integrity sha512-oKWp3+usOJSzDZOucZUAMayhPz/xVjzymyDzUN8dk0Wd3RWMlGLXi07UCQ/CgQVb8LvXx3XBajJH4XGgkt7H7g== |
| 592 | +"@babel/helpers@^7.26.0": |
| 593 | + version "7.26.0" |
| 594 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4" |
| 595 | + integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw== |
562 | 596 | dependencies:
|
563 | 597 | "@babel/template" "^7.25.9"
|
564 |
| - "@babel/types" "^7.25.9" |
| 598 | + "@babel/types" "^7.26.0" |
565 | 599 |
|
566 | 600 | "@babel/highlight@^7.16.7":
|
567 | 601 | version "7.16.10"
|
|
603 | 637 | dependencies:
|
604 | 638 | "@babel/types" "^7.25.9"
|
605 | 639 |
|
| 640 | +"@babel/parser@^7.26.0": |
| 641 | + version "7.26.1" |
| 642 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.1.tgz#44e02499960df2cdce2c456372a3e8e0c3c5c975" |
| 643 | + integrity sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw== |
| 644 | + dependencies: |
| 645 | + "@babel/types" "^7.26.0" |
| 646 | + |
606 | 647 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
|
607 | 648 | version "7.25.9"
|
608 | 649 | 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"
|
|
841 | 882 | dependencies:
|
842 | 883 | "@babel/helper-plugin-utils" "^7.16.7"
|
843 | 884 |
|
844 |
| -"@babel/plugin-syntax-import-assertions@^7.25.9": |
845 |
| - version "7.25.9" |
846 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.25.9.tgz#631686872fac3d4d1f1ae9a406a8fd1c482c7b2a" |
847 |
| - integrity sha512-4GHX5uzr5QMOOuzV0an9MFju4hKlm0OyePl/lHhcsTVae5t/IKVHnb8W67Vr6FuLlk5lPqLB7n7O+K5R46emYg== |
| 885 | +"@babel/plugin-syntax-import-assertions@^7.26.0": |
| 886 | + version "7.26.0" |
| 887 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz#620412405058efa56e4a564903b79355020f445f" |
| 888 | + integrity sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg== |
848 | 889 | dependencies:
|
849 | 890 | "@babel/helper-plugin-utils" "^7.25.9"
|
850 | 891 |
|
851 |
| -"@babel/plugin-syntax-import-attributes@^7.25.9": |
852 |
| - version "7.25.9" |
853 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.9.tgz#29c9643445deea4533c05e6ac6c39d15424bbe78" |
854 |
| - integrity sha512-u3EN9ub8LyYvgTnrgp8gboElouayiwPdnM7x5tcnW3iSt09/lQYPwMNK40I9IUxo7QOZhAsPHCmmuO7EPdruqg== |
| 892 | +"@babel/plugin-syntax-import-attributes@^7.26.0": |
| 893 | + version "7.26.0" |
| 894 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz#3b1412847699eea739b4f2602c74ce36f6b0b0f7" |
| 895 | + integrity sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A== |
855 | 896 | dependencies:
|
856 | 897 | "@babel/helper-plugin-utils" "^7.25.9"
|
857 | 898 |
|
|
1017 | 1058 | "@babel/helper-create-class-features-plugin" "^7.25.9"
|
1018 | 1059 | "@babel/helper-plugin-utils" "^7.25.9"
|
1019 | 1060 |
|
1020 |
| -"@babel/plugin-transform-class-static-block@^7.25.9": |
1021 |
| - version "7.25.9" |
1022 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.25.9.tgz#1cab37c4278a563409d74c1e4f08fb77de5d7a5c" |
1023 |
| - integrity sha512-UIf+72C7YJ+PJ685/PpATbCz00XqiFEzHX5iysRwfvNT0Ko+FaXSvRgLytFSp8xUItrG9pFM/KoBBZDrY/cYyg== |
| 1061 | +"@babel/plugin-transform-class-static-block@^7.26.0": |
| 1062 | + version "7.26.0" |
| 1063 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz#6c8da219f4eb15cae9834ec4348ff8e9e09664a0" |
| 1064 | + integrity sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ== |
1024 | 1065 | dependencies:
|
1025 | 1066 | "@babel/helper-create-class-features-plugin" "^7.25.9"
|
1026 | 1067 | "@babel/helper-plugin-utils" "^7.25.9"
|
|
1480 | 1521 | "@babel/helper-plugin-utils" "^7.25.9"
|
1481 | 1522 | regenerator-transform "^0.15.2"
|
1482 | 1523 |
|
| 1524 | +"@babel/plugin-transform-regexp-modifiers@^7.26.0": |
| 1525 | + version "7.26.0" |
| 1526 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz#2f5837a5b5cd3842a919d8147e9903cc7455b850" |
| 1527 | + integrity sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw== |
| 1528 | + dependencies: |
| 1529 | + "@babel/helper-create-regexp-features-plugin" "^7.25.9" |
| 1530 | + "@babel/helper-plugin-utils" "^7.25.9" |
| 1531 | + |
1483 | 1532 | "@babel/plugin-transform-reserved-words@^7.16.7":
|
1484 | 1533 | version "7.16.7"
|
1485 | 1534 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.7.tgz#1d798e078f7c5958eec952059c460b220a63f586"
|
|
1612 | 1661 | "@babel/helper-create-regexp-features-plugin" "^7.25.9"
|
1613 | 1662 | "@babel/helper-plugin-utils" "^7.25.9"
|
1614 | 1663 |
|
1615 |
| -"@babel/preset-env@7.25.9": |
1616 |
| - version "7.25.9" |
1617 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.9.tgz#fc8a68705e02553cdeeeb5477bf241e12b9c3cd9" |
1618 |
| - integrity sha512-XqDEt+hfsQukahSX9JOBDHhpUHDhj2zGSxoqWQFCMajOSBnbhBdgON/bU/5PkBA1yX5tqW6tTzuIPVsZTQ7h5Q== |
| 1664 | +"@babel/preset-env@7.26.0": |
| 1665 | + version "7.26.0" |
| 1666 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.0.tgz#30e5c6bc1bcc54865bff0c5a30f6d4ccdc7fa8b1" |
| 1667 | + integrity sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw== |
1619 | 1668 | dependencies:
|
1620 |
| - "@babel/compat-data" "^7.25.9" |
| 1669 | + "@babel/compat-data" "^7.26.0" |
1621 | 1670 | "@babel/helper-compilation-targets" "^7.25.9"
|
1622 | 1671 | "@babel/helper-plugin-utils" "^7.25.9"
|
1623 | 1672 | "@babel/helper-validator-option" "^7.25.9"
|
|
1627 | 1676 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.25.9"
|
1628 | 1677 | "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.25.9"
|
1629 | 1678 | "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
|
1630 |
| - "@babel/plugin-syntax-import-assertions" "^7.25.9" |
1631 |
| - "@babel/plugin-syntax-import-attributes" "^7.25.9" |
| 1679 | + "@babel/plugin-syntax-import-assertions" "^7.26.0" |
| 1680 | + "@babel/plugin-syntax-import-attributes" "^7.26.0" |
1632 | 1681 | "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
|
1633 | 1682 | "@babel/plugin-transform-arrow-functions" "^7.25.9"
|
1634 | 1683 | "@babel/plugin-transform-async-generator-functions" "^7.25.9"
|
1635 | 1684 | "@babel/plugin-transform-async-to-generator" "^7.25.9"
|
1636 | 1685 | "@babel/plugin-transform-block-scoped-functions" "^7.25.9"
|
1637 | 1686 | "@babel/plugin-transform-block-scoping" "^7.25.9"
|
1638 | 1687 | "@babel/plugin-transform-class-properties" "^7.25.9"
|
1639 |
| - "@babel/plugin-transform-class-static-block" "^7.25.9" |
| 1688 | + "@babel/plugin-transform-class-static-block" "^7.26.0" |
1640 | 1689 | "@babel/plugin-transform-classes" "^7.25.9"
|
1641 | 1690 | "@babel/plugin-transform-computed-properties" "^7.25.9"
|
1642 | 1691 | "@babel/plugin-transform-destructuring" "^7.25.9"
|
|
1669 | 1718 | "@babel/plugin-transform-private-property-in-object" "^7.25.9"
|
1670 | 1719 | "@babel/plugin-transform-property-literals" "^7.25.9"
|
1671 | 1720 | "@babel/plugin-transform-regenerator" "^7.25.9"
|
| 1721 | + "@babel/plugin-transform-regexp-modifiers" "^7.26.0" |
1672 | 1722 | "@babel/plugin-transform-reserved-words" "^7.25.9"
|
1673 | 1723 | "@babel/plugin-transform-shorthand-properties" "^7.25.9"
|
1674 | 1724 | "@babel/plugin-transform-spread" "^7.25.9"
|
|
1885 | 1935 | "@babel/helper-string-parser" "^7.25.9"
|
1886 | 1936 | "@babel/helper-validator-identifier" "^7.25.9"
|
1887 | 1937 |
|
| 1938 | +"@babel/types@^7.26.0": |
| 1939 | + version "7.26.0" |
| 1940 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff" |
| 1941 | + integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA== |
| 1942 | + dependencies: |
| 1943 | + "@babel/helper-string-parser" "^7.25.9" |
| 1944 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1945 | + |
1888 | 1946 | "@bcoe/v8-coverage@^0.2.3":
|
1889 | 1947 | version "0.2.3"
|
1890 | 1948 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments