|
54 | 54 | "@babel/highlight" "^7.25.9"
|
55 | 55 | picocolors "^1.0.0"
|
56 | 56 |
|
| 57 | +"@babel/code-frame@^7.26.0": |
| 58 | + version "7.26.0" |
| 59 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815" |
| 60 | + integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g== |
| 61 | + dependencies: |
| 62 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 63 | + js-tokens "^4.0.0" |
| 64 | + picocolors "^1.0.0" |
| 65 | + |
57 | 66 | "@babel/compat-data@^7.22.6":
|
58 | 67 | version "7.22.6"
|
59 | 68 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.6.tgz#15606a20341de59ba02cd2fcc5086fcbe73bf544"
|
|
64 | 73 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.9.tgz#24b01c5db6a3ebf85661b4fb4a946a9bccc72ac8"
|
65 | 74 | integrity sha512-yD+hEuJ/+wAJ4Ox2/rpNv5HIuPG82x3ZlQvYVn8iYCprdxzE7P1udpGF1jyjQVBU4dgznN+k2h103vxZ7NdPyw==
|
66 | 75 |
|
67 |
| - |
68 |
| - version "7.25.9" |
69 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.9.tgz#855a4cddcec4158f3f7afadacdab2a7de8af7434" |
70 |
| - integrity sha512-WYvQviPw+Qyib0v92AwNIrdLISTp7RfDkM7bPqBvpbnhY4wq8HvHBZREVdYDXk98C8BkOIVnHAY3yvj7AVISxQ== |
| 76 | +"@babel/compat-data@^7.26.0": |
| 77 | + version "7.26.0" |
| 78 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819" |
| 79 | + integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA== |
| 80 | + |
| 81 | + |
| 82 | + version "7.26.0" |
| 83 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40" |
| 84 | + integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg== |
71 | 85 | dependencies:
|
72 | 86 | "@ampproject/remapping" "^2.2.0"
|
73 |
| - "@babel/code-frame" "^7.25.9" |
74 |
| - "@babel/generator" "^7.25.9" |
| 87 | + "@babel/code-frame" "^7.26.0" |
| 88 | + "@babel/generator" "^7.26.0" |
75 | 89 | "@babel/helper-compilation-targets" "^7.25.9"
|
76 |
| - "@babel/helper-module-transforms" "^7.25.9" |
77 |
| - "@babel/helpers" "^7.25.9" |
78 |
| - "@babel/parser" "^7.25.9" |
| 90 | + "@babel/helper-module-transforms" "^7.26.0" |
| 91 | + "@babel/helpers" "^7.26.0" |
| 92 | + "@babel/parser" "^7.26.0" |
79 | 93 | "@babel/template" "^7.25.9"
|
80 | 94 | "@babel/traverse" "^7.25.9"
|
81 |
| - "@babel/types" "^7.25.9" |
| 95 | + "@babel/types" "^7.26.0" |
82 | 96 | convert-source-map "^2.0.0"
|
83 | 97 | debug "^4.1.0"
|
84 | 98 | gensync "^1.0.0-beta.2"
|
|
104 | 118 | "@jridgewell/trace-mapping" "^0.3.25"
|
105 | 119 | jsesc "^3.0.2"
|
106 | 120 |
|
| 121 | +"@babel/generator@^7.26.0": |
| 122 | + version "7.26.0" |
| 123 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7" |
| 124 | + integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w== |
| 125 | + dependencies: |
| 126 | + "@babel/parser" "^7.26.0" |
| 127 | + "@babel/types" "^7.26.0" |
| 128 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 129 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 130 | + jsesc "^3.0.2" |
| 131 | + |
107 | 132 | "@babel/helper-annotate-as-pure@^7.18.6":
|
108 | 133 | version "7.18.6"
|
109 | 134 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
|
|
226 | 251 | "@babel/helper-validator-identifier" "^7.25.9"
|
227 | 252 | "@babel/traverse" "^7.25.9"
|
228 | 253 |
|
| 254 | +"@babel/helper-module-transforms@^7.26.0": |
| 255 | + version "7.26.0" |
| 256 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae" |
| 257 | + integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw== |
| 258 | + dependencies: |
| 259 | + "@babel/helper-module-imports" "^7.25.9" |
| 260 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 261 | + "@babel/traverse" "^7.25.9" |
| 262 | + |
229 | 263 | "@babel/helper-optimise-call-expression@^7.25.9":
|
230 | 264 | version "7.25.9"
|
231 | 265 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz#3324ae50bae7e2ab3c33f60c9a877b6a0146b54e"
|
|
336 | 370 | "@babel/traverse" "^7.25.9"
|
337 | 371 | "@babel/types" "^7.25.9"
|
338 | 372 |
|
339 |
| -"@babel/helpers@^7.25.9": |
340 |
| - version "7.25.9" |
341 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.9.tgz#9e26aa6fbefdbca4f8c8a1d66dc6f1c00ddadb0a" |
342 |
| - integrity sha512-oKWp3+usOJSzDZOucZUAMayhPz/xVjzymyDzUN8dk0Wd3RWMlGLXi07UCQ/CgQVb8LvXx3XBajJH4XGgkt7H7g== |
| 373 | +"@babel/helpers@^7.26.0": |
| 374 | + version "7.26.0" |
| 375 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4" |
| 376 | + integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw== |
343 | 377 | dependencies:
|
344 | 378 | "@babel/template" "^7.25.9"
|
345 |
| - "@babel/types" "^7.25.9" |
| 379 | + "@babel/types" "^7.26.0" |
346 | 380 |
|
347 | 381 | "@babel/highlight@^7.16.0":
|
348 | 382 | version "7.16.0"
|
|
384 | 418 | dependencies:
|
385 | 419 | "@babel/types" "^7.25.9"
|
386 | 420 |
|
| 421 | +"@babel/parser@^7.26.0": |
| 422 | + version "7.26.1" |
| 423 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.1.tgz#44e02499960df2cdce2c456372a3e8e0c3c5c975" |
| 424 | + integrity sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw== |
| 425 | + dependencies: |
| 426 | + "@babel/types" "^7.26.0" |
| 427 | + |
387 | 428 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
|
388 | 429 | version "7.25.9"
|
389 | 430 | 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"
|
|
428 | 469 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz#7844f9289546efa9febac2de4cfe358a050bd703"
|
429 | 470 | integrity sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==
|
430 | 471 |
|
431 |
| -"@babel/plugin-syntax-import-assertions@^7.25.9": |
432 |
| - version "7.25.9" |
433 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.25.9.tgz#631686872fac3d4d1f1ae9a406a8fd1c482c7b2a" |
434 |
| - integrity sha512-4GHX5uzr5QMOOuzV0an9MFju4hKlm0OyePl/lHhcsTVae5t/IKVHnb8W67Vr6FuLlk5lPqLB7n7O+K5R46emYg== |
| 472 | +"@babel/plugin-syntax-import-assertions@^7.26.0": |
| 473 | + version "7.26.0" |
| 474 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz#620412405058efa56e4a564903b79355020f445f" |
| 475 | + integrity sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg== |
435 | 476 | dependencies:
|
436 | 477 | "@babel/helper-plugin-utils" "^7.25.9"
|
437 | 478 |
|
438 |
| -"@babel/plugin-syntax-import-attributes@^7.25.9": |
439 |
| - version "7.25.9" |
440 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.9.tgz#29c9643445deea4533c05e6ac6c39d15424bbe78" |
441 |
| - integrity sha512-u3EN9ub8LyYvgTnrgp8gboElouayiwPdnM7x5tcnW3iSt09/lQYPwMNK40I9IUxo7QOZhAsPHCmmuO7EPdruqg== |
| 479 | +"@babel/plugin-syntax-import-attributes@^7.26.0": |
| 480 | + version "7.26.0" |
| 481 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz#3b1412847699eea739b4f2602c74ce36f6b0b0f7" |
| 482 | + integrity sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A== |
442 | 483 | dependencies:
|
443 | 484 | "@babel/helper-plugin-utils" "^7.25.9"
|
444 | 485 |
|
|
497 | 538 | "@babel/helper-create-class-features-plugin" "^7.25.9"
|
498 | 539 | "@babel/helper-plugin-utils" "^7.25.9"
|
499 | 540 |
|
500 |
| -"@babel/plugin-transform-class-static-block@^7.25.9": |
501 |
| - version "7.25.9" |
502 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.25.9.tgz#1cab37c4278a563409d74c1e4f08fb77de5d7a5c" |
503 |
| - integrity sha512-UIf+72C7YJ+PJ685/PpATbCz00XqiFEzHX5iysRwfvNT0Ko+FaXSvRgLytFSp8xUItrG9pFM/KoBBZDrY/cYyg== |
| 541 | +"@babel/plugin-transform-class-static-block@^7.26.0": |
| 542 | + version "7.26.0" |
| 543 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz#6c8da219f4eb15cae9834ec4348ff8e9e09664a0" |
| 544 | + integrity sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ== |
504 | 545 | dependencies:
|
505 | 546 | "@babel/helper-create-class-features-plugin" "^7.25.9"
|
506 | 547 | "@babel/helper-plugin-utils" "^7.25.9"
|
|
757 | 798 | "@babel/helper-plugin-utils" "^7.25.9"
|
758 | 799 | regenerator-transform "^0.15.2"
|
759 | 800 |
|
| 801 | +"@babel/plugin-transform-regexp-modifiers@^7.26.0": |
| 802 | + version "7.26.0" |
| 803 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz#2f5837a5b5cd3842a919d8147e9903cc7455b850" |
| 804 | + integrity sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw== |
| 805 | + dependencies: |
| 806 | + "@babel/helper-create-regexp-features-plugin" "^7.25.9" |
| 807 | + "@babel/helper-plugin-utils" "^7.25.9" |
| 808 | + |
760 | 809 | "@babel/plugin-transform-reserved-words@^7.25.9":
|
761 | 810 | version "7.25.9"
|
762 | 811 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.9.tgz#0398aed2f1f10ba3f78a93db219b27ef417fb9ce"
|
|
831 | 880 | "@babel/helper-create-regexp-features-plugin" "^7.25.9"
|
832 | 881 | "@babel/helper-plugin-utils" "^7.25.9"
|
833 | 882 |
|
834 |
| -"@babel/preset-env@7.25.9": |
835 |
| - version "7.25.9" |
836 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.9.tgz#fc8a68705e02553cdeeeb5477bf241e12b9c3cd9" |
837 |
| - integrity sha512-XqDEt+hfsQukahSX9JOBDHhpUHDhj2zGSxoqWQFCMajOSBnbhBdgON/bU/5PkBA1yX5tqW6tTzuIPVsZTQ7h5Q== |
| 883 | +"@babel/preset-env@7.26.0": |
| 884 | + version "7.26.0" |
| 885 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.0.tgz#30e5c6bc1bcc54865bff0c5a30f6d4ccdc7fa8b1" |
| 886 | + integrity sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw== |
838 | 887 | dependencies:
|
839 |
| - "@babel/compat-data" "^7.25.9" |
| 888 | + "@babel/compat-data" "^7.26.0" |
840 | 889 | "@babel/helper-compilation-targets" "^7.25.9"
|
841 | 890 | "@babel/helper-plugin-utils" "^7.25.9"
|
842 | 891 | "@babel/helper-validator-option" "^7.25.9"
|
|
846 | 895 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.25.9"
|
847 | 896 | "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.25.9"
|
848 | 897 | "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
|
849 |
| - "@babel/plugin-syntax-import-assertions" "^7.25.9" |
850 |
| - "@babel/plugin-syntax-import-attributes" "^7.25.9" |
| 898 | + "@babel/plugin-syntax-import-assertions" "^7.26.0" |
| 899 | + "@babel/plugin-syntax-import-attributes" "^7.26.0" |
851 | 900 | "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
|
852 | 901 | "@babel/plugin-transform-arrow-functions" "^7.25.9"
|
853 | 902 | "@babel/plugin-transform-async-generator-functions" "^7.25.9"
|
854 | 903 | "@babel/plugin-transform-async-to-generator" "^7.25.9"
|
855 | 904 | "@babel/plugin-transform-block-scoped-functions" "^7.25.9"
|
856 | 905 | "@babel/plugin-transform-block-scoping" "^7.25.9"
|
857 | 906 | "@babel/plugin-transform-class-properties" "^7.25.9"
|
858 |
| - "@babel/plugin-transform-class-static-block" "^7.25.9" |
| 907 | + "@babel/plugin-transform-class-static-block" "^7.26.0" |
859 | 908 | "@babel/plugin-transform-classes" "^7.25.9"
|
860 | 909 | "@babel/plugin-transform-computed-properties" "^7.25.9"
|
861 | 910 | "@babel/plugin-transform-destructuring" "^7.25.9"
|
|
888 | 937 | "@babel/plugin-transform-private-property-in-object" "^7.25.9"
|
889 | 938 | "@babel/plugin-transform-property-literals" "^7.25.9"
|
890 | 939 | "@babel/plugin-transform-regenerator" "^7.25.9"
|
| 940 | + "@babel/plugin-transform-regexp-modifiers" "^7.26.0" |
891 | 941 | "@babel/plugin-transform-reserved-words" "^7.25.9"
|
892 | 942 | "@babel/plugin-transform-shorthand-properties" "^7.25.9"
|
893 | 943 | "@babel/plugin-transform-spread" "^7.25.9"
|
|
967 | 1017 | "@babel/helper-string-parser" "^7.25.9"
|
968 | 1018 | "@babel/helper-validator-identifier" "^7.25.9"
|
969 | 1019 |
|
| 1020 | +"@babel/types@^7.26.0": |
| 1021 | + version "7.26.0" |
| 1022 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff" |
| 1023 | + integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA== |
| 1024 | + dependencies: |
| 1025 | + "@babel/helper-string-parser" "^7.25.9" |
| 1026 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1027 | + |
970 | 1028 | "@bcoe/v8-coverage@^0.2.3":
|
971 | 1029 | version "0.2.3"
|
972 | 1030 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments