|
31 | 31 | "@babel/highlight" "^7.25.9"
|
32 | 32 | picocolors "^1.0.0"
|
33 | 33 |
|
| 34 | +"@babel/code-frame@^7.26.0": |
| 35 | + version "7.26.0" |
| 36 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815" |
| 37 | + integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g== |
| 38 | + dependencies: |
| 39 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 40 | + js-tokens "^4.0.0" |
| 41 | + picocolors "^1.0.0" |
| 42 | + |
34 | 43 | "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.3", "@babel/compat-data@^7.23.5":
|
35 | 44 | version "7.23.5"
|
36 | 45 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
|
|
41 | 50 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.9.tgz#24b01c5db6a3ebf85661b4fb4a946a9bccc72ac8"
|
42 | 51 | integrity sha512-yD+hEuJ/+wAJ4Ox2/rpNv5HIuPG82x3ZlQvYVn8iYCprdxzE7P1udpGF1jyjQVBU4dgznN+k2h103vxZ7NdPyw==
|
43 | 52 |
|
44 |
| - |
45 |
| - version "7.25.9" |
46 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.9.tgz#855a4cddcec4158f3f7afadacdab2a7de8af7434" |
47 |
| - integrity sha512-WYvQviPw+Qyib0v92AwNIrdLISTp7RfDkM7bPqBvpbnhY4wq8HvHBZREVdYDXk98C8BkOIVnHAY3yvj7AVISxQ== |
| 53 | +"@babel/compat-data@^7.26.0": |
| 54 | + version "7.26.0" |
| 55 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819" |
| 56 | + integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA== |
| 57 | + |
| 58 | + |
| 59 | + version "7.26.0" |
| 60 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40" |
| 61 | + integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg== |
48 | 62 | dependencies:
|
49 | 63 | "@ampproject/remapping" "^2.2.0"
|
50 |
| - "@babel/code-frame" "^7.25.9" |
51 |
| - "@babel/generator" "^7.25.9" |
| 64 | + "@babel/code-frame" "^7.26.0" |
| 65 | + "@babel/generator" "^7.26.0" |
52 | 66 | "@babel/helper-compilation-targets" "^7.25.9"
|
53 |
| - "@babel/helper-module-transforms" "^7.25.9" |
54 |
| - "@babel/helpers" "^7.25.9" |
55 |
| - "@babel/parser" "^7.25.9" |
| 67 | + "@babel/helper-module-transforms" "^7.26.0" |
| 68 | + "@babel/helpers" "^7.26.0" |
| 69 | + "@babel/parser" "^7.26.0" |
56 | 70 | "@babel/template" "^7.25.9"
|
57 | 71 | "@babel/traverse" "^7.25.9"
|
58 |
| - "@babel/types" "^7.25.9" |
| 72 | + "@babel/types" "^7.26.0" |
59 | 73 | convert-source-map "^2.0.0"
|
60 | 74 | debug "^4.1.0"
|
61 | 75 | gensync "^1.0.0-beta.2"
|
|
103 | 117 | "@jridgewell/trace-mapping" "^0.3.25"
|
104 | 118 | jsesc "^3.0.2"
|
105 | 119 |
|
| 120 | +"@babel/generator@^7.26.0": |
| 121 | + version "7.26.0" |
| 122 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7" |
| 123 | + integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w== |
| 124 | + dependencies: |
| 125 | + "@babel/parser" "^7.26.0" |
| 126 | + "@babel/types" "^7.26.0" |
| 127 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 128 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 129 | + jsesc "^3.0.2" |
| 130 | + |
106 | 131 | "@babel/helper-annotate-as-pure@^7.22.5":
|
107 | 132 | version "7.22.5"
|
108 | 133 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
|
|
304 | 329 | "@babel/helper-validator-identifier" "^7.25.9"
|
305 | 330 | "@babel/traverse" "^7.25.9"
|
306 | 331 |
|
| 332 | +"@babel/helper-module-transforms@^7.26.0": |
| 333 | + version "7.26.0" |
| 334 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae" |
| 335 | + integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw== |
| 336 | + dependencies: |
| 337 | + "@babel/helper-module-imports" "^7.25.9" |
| 338 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 339 | + "@babel/traverse" "^7.25.9" |
| 340 | + |
307 | 341 | "@babel/helper-optimise-call-expression@^7.22.5":
|
308 | 342 | version "7.22.5"
|
309 | 343 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz#f21531a9ccbff644fdd156b4077c16ff0c3f609e"
|
|
463 | 497 | "@babel/traverse" "^7.23.9"
|
464 | 498 | "@babel/types" "^7.23.9"
|
465 | 499 |
|
466 |
| -"@babel/helpers@^7.25.9": |
467 |
| - version "7.25.9" |
468 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.9.tgz#9e26aa6fbefdbca4f8c8a1d66dc6f1c00ddadb0a" |
469 |
| - integrity sha512-oKWp3+usOJSzDZOucZUAMayhPz/xVjzymyDzUN8dk0Wd3RWMlGLXi07UCQ/CgQVb8LvXx3XBajJH4XGgkt7H7g== |
| 500 | +"@babel/helpers@^7.26.0": |
| 501 | + version "7.26.0" |
| 502 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4" |
| 503 | + integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw== |
470 | 504 | dependencies:
|
471 | 505 | "@babel/template" "^7.25.9"
|
472 |
| - "@babel/types" "^7.25.9" |
| 506 | + "@babel/types" "^7.26.0" |
473 | 507 |
|
474 | 508 | "@babel/highlight@^7.23.4":
|
475 | 509 | version "7.23.4"
|
|
502 | 536 | dependencies:
|
503 | 537 | "@babel/types" "^7.25.9"
|
504 | 538 |
|
| 539 | +"@babel/parser@^7.26.0": |
| 540 | + version "7.26.0" |
| 541 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.0.tgz#710a75a7d805a8f72753154e451474e9795b121c" |
| 542 | + integrity sha512-aP8x5pIw3xvYr/sXT+SEUwyhrXT8rUJRZltK/qN3Db80dcKpTett8cJxHyjk+xYSVXvNnl2SfcJVjbwxpOSscA== |
| 543 | + dependencies: |
| 544 | + "@babel/types" "^7.26.0" |
| 545 | + |
505 | 546 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
|
506 | 547 | version "7.25.9"
|
507 | 548 | 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"
|
|
627 | 668 | dependencies:
|
628 | 669 | "@babel/helper-plugin-utils" "^7.22.5"
|
629 | 670 |
|
630 |
| -"@babel/plugin-syntax-import-assertions@^7.25.9": |
631 |
| - version "7.25.9" |
632 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.25.9.tgz#631686872fac3d4d1f1ae9a406a8fd1c482c7b2a" |
633 |
| - integrity sha512-4GHX5uzr5QMOOuzV0an9MFju4hKlm0OyePl/lHhcsTVae5t/IKVHnb8W67Vr6FuLlk5lPqLB7n7O+K5R46emYg== |
| 671 | +"@babel/plugin-syntax-import-assertions@^7.26.0": |
| 672 | + version "7.26.0" |
| 673 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz#620412405058efa56e4a564903b79355020f445f" |
| 674 | + integrity sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg== |
634 | 675 | dependencies:
|
635 | 676 | "@babel/helper-plugin-utils" "^7.25.9"
|
636 | 677 |
|
|
641 | 682 | dependencies:
|
642 | 683 | "@babel/helper-plugin-utils" "^7.22.5"
|
643 | 684 |
|
644 |
| -"@babel/plugin-syntax-import-attributes@^7.25.9": |
645 |
| - version "7.25.9" |
646 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.9.tgz#29c9643445deea4533c05e6ac6c39d15424bbe78" |
647 |
| - integrity sha512-u3EN9ub8LyYvgTnrgp8gboElouayiwPdnM7x5tcnW3iSt09/lQYPwMNK40I9IUxo7QOZhAsPHCmmuO7EPdruqg== |
| 685 | +"@babel/plugin-syntax-import-attributes@^7.26.0": |
| 686 | + version "7.26.0" |
| 687 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz#3b1412847699eea739b4f2602c74ce36f6b0b0f7" |
| 688 | + integrity sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A== |
648 | 689 | dependencies:
|
649 | 690 | "@babel/helper-plugin-utils" "^7.25.9"
|
650 | 691 |
|
|
837 | 878 | "@babel/helper-plugin-utils" "^7.22.5"
|
838 | 879 | "@babel/plugin-syntax-class-static-block" "^7.14.5"
|
839 | 880 |
|
840 |
| -"@babel/plugin-transform-class-static-block@^7.25.9": |
841 |
| - version "7.25.9" |
842 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.25.9.tgz#1cab37c4278a563409d74c1e4f08fb77de5d7a5c" |
843 |
| - integrity sha512-UIf+72C7YJ+PJ685/PpATbCz00XqiFEzHX5iysRwfvNT0Ko+FaXSvRgLytFSp8xUItrG9pFM/KoBBZDrY/cYyg== |
| 881 | +"@babel/plugin-transform-class-static-block@^7.26.0": |
| 882 | + version "7.26.0" |
| 883 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz#6c8da219f4eb15cae9834ec4348ff8e9e09664a0" |
| 884 | + integrity sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ== |
844 | 885 | dependencies:
|
845 | 886 | "@babel/helper-create-class-features-plugin" "^7.25.9"
|
846 | 887 | "@babel/helper-plugin-utils" "^7.25.9"
|
|
1395 | 1436 | "@babel/helper-plugin-utils" "^7.25.9"
|
1396 | 1437 | regenerator-transform "^0.15.2"
|
1397 | 1438 |
|
| 1439 | +"@babel/plugin-transform-regexp-modifiers@^7.26.0": |
| 1440 | + version "7.26.0" |
| 1441 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz#2f5837a5b5cd3842a919d8147e9903cc7455b850" |
| 1442 | + integrity sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw== |
| 1443 | + dependencies: |
| 1444 | + "@babel/helper-create-regexp-features-plugin" "^7.25.9" |
| 1445 | + "@babel/helper-plugin-utils" "^7.25.9" |
| 1446 | + |
1398 | 1447 | "@babel/plugin-transform-reserved-words@^7.23.3":
|
1399 | 1448 | version "7.23.3"
|
1400 | 1449 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.23.3.tgz#4130dcee12bd3dd5705c587947eb715da12efac8"
|
|
1543 | 1592 | "@babel/helper-create-regexp-features-plugin" "^7.25.9"
|
1544 | 1593 | "@babel/helper-plugin-utils" "^7.25.9"
|
1545 | 1594 |
|
1546 |
| -"@babel/preset-env@7.25.9": |
1547 |
| - version "7.25.9" |
1548 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.9.tgz#fc8a68705e02553cdeeeb5477bf241e12b9c3cd9" |
1549 |
| - integrity sha512-XqDEt+hfsQukahSX9JOBDHhpUHDhj2zGSxoqWQFCMajOSBnbhBdgON/bU/5PkBA1yX5tqW6tTzuIPVsZTQ7h5Q== |
| 1595 | +"@babel/preset-env@7.26.0": |
| 1596 | + version "7.26.0" |
| 1597 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.0.tgz#30e5c6bc1bcc54865bff0c5a30f6d4ccdc7fa8b1" |
| 1598 | + integrity sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw== |
1550 | 1599 | dependencies:
|
1551 |
| - "@babel/compat-data" "^7.25.9" |
| 1600 | + "@babel/compat-data" "^7.26.0" |
1552 | 1601 | "@babel/helper-compilation-targets" "^7.25.9"
|
1553 | 1602 | "@babel/helper-plugin-utils" "^7.25.9"
|
1554 | 1603 | "@babel/helper-validator-option" "^7.25.9"
|
|
1558 | 1607 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.25.9"
|
1559 | 1608 | "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.25.9"
|
1560 | 1609 | "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
|
1561 |
| - "@babel/plugin-syntax-import-assertions" "^7.25.9" |
1562 |
| - "@babel/plugin-syntax-import-attributes" "^7.25.9" |
| 1610 | + "@babel/plugin-syntax-import-assertions" "^7.26.0" |
| 1611 | + "@babel/plugin-syntax-import-attributes" "^7.26.0" |
1563 | 1612 | "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
|
1564 | 1613 | "@babel/plugin-transform-arrow-functions" "^7.25.9"
|
1565 | 1614 | "@babel/plugin-transform-async-generator-functions" "^7.25.9"
|
1566 | 1615 | "@babel/plugin-transform-async-to-generator" "^7.25.9"
|
1567 | 1616 | "@babel/plugin-transform-block-scoped-functions" "^7.25.9"
|
1568 | 1617 | "@babel/plugin-transform-block-scoping" "^7.25.9"
|
1569 | 1618 | "@babel/plugin-transform-class-properties" "^7.25.9"
|
1570 |
| - "@babel/plugin-transform-class-static-block" "^7.25.9" |
| 1619 | + "@babel/plugin-transform-class-static-block" "^7.26.0" |
1571 | 1620 | "@babel/plugin-transform-classes" "^7.25.9"
|
1572 | 1621 | "@babel/plugin-transform-computed-properties" "^7.25.9"
|
1573 | 1622 | "@babel/plugin-transform-destructuring" "^7.25.9"
|
|
1600 | 1649 | "@babel/plugin-transform-private-property-in-object" "^7.25.9"
|
1601 | 1650 | "@babel/plugin-transform-property-literals" "^7.25.9"
|
1602 | 1651 | "@babel/plugin-transform-regenerator" "^7.25.9"
|
| 1652 | + "@babel/plugin-transform-regexp-modifiers" "^7.26.0" |
1603 | 1653 | "@babel/plugin-transform-reserved-words" "^7.25.9"
|
1604 | 1654 | "@babel/plugin-transform-shorthand-properties" "^7.25.9"
|
1605 | 1655 | "@babel/plugin-transform-spread" "^7.25.9"
|
|
1809 | 1859 | "@babel/helper-string-parser" "^7.25.9"
|
1810 | 1860 | "@babel/helper-validator-identifier" "^7.25.9"
|
1811 | 1861 |
|
| 1862 | +"@babel/types@^7.26.0": |
| 1863 | + version "7.26.0" |
| 1864 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff" |
| 1865 | + integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA== |
| 1866 | + dependencies: |
| 1867 | + "@babel/helper-string-parser" "^7.25.9" |
| 1868 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1869 | + |
1812 | 1870 | "@bcoe/v8-coverage@^0.2.3":
|
1813 | 1871 | version "0.2.3"
|
1814 | 1872 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments