|
69 | 69 | "@babel/highlight" "^7.24.2"
|
70 | 70 | picocolors "^1.0.0"
|
71 | 71 |
|
| 72 | +"@babel/code-frame@^7.25.7": |
| 73 | + version "7.25.7" |
| 74 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.25.7.tgz#438f2c524071531d643c6f0188e1e28f130cebc7" |
| 75 | + integrity sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g== |
| 76 | + dependencies: |
| 77 | + "@babel/highlight" "^7.25.7" |
| 78 | + picocolors "^1.0.0" |
| 79 | + |
72 | 80 | "@babel/compat-data@^7.17.10":
|
73 | 81 | version "7.17.10"
|
74 | 82 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
|
|
160 | 168 | "@jridgewell/trace-mapping" "^0.3.25"
|
161 | 169 | jsesc "^2.5.1"
|
162 | 170 |
|
| 171 | +"@babel/generator@^7.25.7": |
| 172 | + version "7.25.7" |
| 173 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.7.tgz#de86acbeb975a3e11ee92dd52223e6b03b479c56" |
| 174 | + integrity sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA== |
| 175 | + dependencies: |
| 176 | + "@babel/types" "^7.25.7" |
| 177 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 178 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 179 | + jsesc "^3.0.2" |
| 180 | + |
163 | 181 | "@babel/helper-annotate-as-pure@^7.18.6":
|
164 | 182 | version "7.18.6"
|
165 | 183 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
|
|
337 | 355 | dependencies:
|
338 | 356 | "@babel/types" "^7.23.0"
|
339 | 357 |
|
340 |
| -"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.16.7": |
| 358 | +"@babel/helper-module-imports@^7.16.7": |
341 | 359 | version "7.16.7"
|
342 | 360 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437"
|
343 | 361 | integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==
|
|
365 | 383 | dependencies:
|
366 | 384 | "@babel/types" "^7.24.0"
|
367 | 385 |
|
| 386 | +"@babel/helper-module-imports@^7.7.4": |
| 387 | + version "7.25.7" |
| 388 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.7.tgz#dba00d9523539152906ba49263e36d7261040472" |
| 389 | + integrity sha512-o0xCgpNmRohmnoWKQ0Ij8IdddjyBFE4T2kagL/x6M3+4zUgc+4qTOUBoNe4XxDskt1HPKO007ZPiMgLDq2s7Kw== |
| 390 | + dependencies: |
| 391 | + "@babel/traverse" "^7.25.7" |
| 392 | + "@babel/types" "^7.25.7" |
| 393 | + |
368 | 394 | "@babel/helper-module-transforms@^7.17.12":
|
369 | 395 | version "7.17.12"
|
370 | 396 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.17.12.tgz#bec00139520cb3feb078ef7a4578562480efb77e"
|
|
480 | 506 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
|
481 | 507 | integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
|
482 | 508 |
|
| 509 | +"@babel/helper-string-parser@^7.25.7": |
| 510 | + version "7.25.7" |
| 511 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54" |
| 512 | + integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g== |
| 513 | + |
483 | 514 | "@babel/helper-validator-identifier@^7.16.7":
|
484 | 515 | version "7.16.7"
|
485 | 516 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
|
|
505 | 536 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
|
506 | 537 | integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==
|
507 | 538 |
|
| 539 | +"@babel/helper-validator-identifier@^7.25.7": |
| 540 | + version "7.25.7" |
| 541 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5" |
| 542 | + integrity sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg== |
| 543 | + |
508 | 544 | "@babel/helper-validator-option@^7.16.7":
|
509 | 545 | version "7.16.7"
|
510 | 546 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
|
|
593 | 629 | js-tokens "^4.0.0"
|
594 | 630 | picocolors "^1.0.0"
|
595 | 631 |
|
| 632 | +"@babel/highlight@^7.25.7": |
| 633 | + version "7.25.7" |
| 634 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.25.7.tgz#20383b5f442aa606e7b5e3043b0b1aafe9f37de5" |
| 635 | + integrity sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw== |
| 636 | + dependencies: |
| 637 | + "@babel/helper-validator-identifier" "^7.25.7" |
| 638 | + chalk "^2.4.2" |
| 639 | + js-tokens "^4.0.0" |
| 640 | + picocolors "^1.0.0" |
| 641 | + |
596 | 642 | "@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.12", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0":
|
597 | 643 | version "7.17.12"
|
598 | 644 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.12.tgz#36c2ed06944e3691ba82735fc4cf62d12d491a23"
|
|
623 | 669 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.4.tgz#234487a110d89ad5a3ed4a8a566c36b9453e8c88"
|
624 | 670 | integrity sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==
|
625 | 671 |
|
| 672 | +"@babel/parser@^7.25.7": |
| 673 | + version "7.25.8" |
| 674 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.8.tgz#f6aaf38e80c36129460c1657c0762db584c9d5e2" |
| 675 | + integrity sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ== |
| 676 | + dependencies: |
| 677 | + "@babel/types" "^7.25.8" |
| 678 | + |
626 | 679 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.4":
|
627 | 680 | version "7.24.4"
|
628 | 681 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.4.tgz#6125f0158543fb4edf1c22f322f3db67f21cb3e1"
|
|
1426 | 1479 | "@babel/parser" "^7.24.0"
|
1427 | 1480 | "@babel/types" "^7.24.0"
|
1428 | 1481 |
|
| 1482 | +"@babel/template@^7.25.7": |
| 1483 | + version "7.25.7" |
| 1484 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.7.tgz#27f69ce382855d915b14ab0fe5fb4cbf88fa0769" |
| 1485 | + integrity sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA== |
| 1486 | + dependencies: |
| 1487 | + "@babel/code-frame" "^7.25.7" |
| 1488 | + "@babel/parser" "^7.25.7" |
| 1489 | + "@babel/types" "^7.25.7" |
| 1490 | + |
1429 | 1491 | "@babel/traverse@^7.17.12", "@babel/traverse@^7.17.9", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
|
1430 | 1492 | version "7.17.12"
|
1431 | 1493 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.12.tgz#011874d2abbca0ccf1adbe38f6f7a4ff1747599c"
|
|
1458 | 1520 | debug "^4.3.1"
|
1459 | 1521 | globals "^11.1.0"
|
1460 | 1522 |
|
| 1523 | +"@babel/traverse@^7.25.7": |
| 1524 | + version "7.25.7" |
| 1525 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.7.tgz#83e367619be1cab8e4f2892ef30ba04c26a40fa8" |
| 1526 | + integrity sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg== |
| 1527 | + dependencies: |
| 1528 | + "@babel/code-frame" "^7.25.7" |
| 1529 | + "@babel/generator" "^7.25.7" |
| 1530 | + "@babel/parser" "^7.25.7" |
| 1531 | + "@babel/template" "^7.25.7" |
| 1532 | + "@babel/types" "^7.25.7" |
| 1533 | + debug "^4.3.1" |
| 1534 | + globals "^11.1.0" |
| 1535 | + |
1461 | 1536 | "@babel/types@^7.0.0", "@babel/types@^7.16.7", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
|
1462 | 1537 | version "7.17.12"
|
1463 | 1538 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.12.tgz#1210690a516489c0200f355d87619157fbbd69a0"
|
|
1519 | 1594 | "@babel/helper-validator-identifier" "^7.22.20"
|
1520 | 1595 | to-fast-properties "^2.0.0"
|
1521 | 1596 |
|
| 1597 | +"@babel/types@^7.25.7", "@babel/types@^7.25.8": |
| 1598 | + version "7.25.8" |
| 1599 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.8.tgz#5cf6037258e8a9bcad533f4979025140cb9993e1" |
| 1600 | + integrity sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg== |
| 1601 | + dependencies: |
| 1602 | + "@babel/helper-string-parser" "^7.25.7" |
| 1603 | + "@babel/helper-validator-identifier" "^7.25.7" |
| 1604 | + to-fast-properties "^2.0.0" |
| 1605 | + |
1522 | 1606 | "@base2/pretty-print-object@1.0.2":
|
1523 | 1607 | version "1.0.2"
|
1524 | 1608 | resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.2.tgz#e30192222fd13e3c1e97040163d6628a95f70844"
|
|
2020 | 2104 | resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/semver-v6/-/semver-v6-6.3.3.tgz#ea6d23ade78a325f7a52750aab1526b02b628c29"
|
2021 | 2105 | integrity sha512-3Yc1fUTs69MG/uZbJlLSI3JISMn2UV2rg+1D/vROUqZyh3l6iYHCs7GMp+M40ZD7yOdDbYjJcU1oTJhrc+dGKg==
|
2022 | 2106 |
|
2023 |
| -"@rollup/pluginutils@^3.0.9": |
| 2107 | +"@rollup/plugin-babel@5.0.0": |
| 2108 | + version "5.0.0" |
| 2109 | + resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.0.0.tgz#2f01c9555927449c82cb13dd9e56213a358e1ce9" |
| 2110 | + integrity sha512-YpVnwdUeVj/fDFN75Y3CAzJTMYNcqbH05SJs551wqj+BSwLT9pS3dqJrVDPYl3eH4OrI8ueiEseX5VgUn+0HLA== |
| 2111 | + dependencies: |
| 2112 | + "@babel/helper-module-imports" "^7.7.4" |
| 2113 | + "@rollup/pluginutils" "^3.0.8" |
| 2114 | + |
| 2115 | +"@rollup/pluginutils@^3.0.8", "@rollup/pluginutils@^3.0.9": |
2024 | 2116 | version "3.1.0"
|
2025 | 2117 | resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
|
2026 | 2118 | integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
|
@@ -6829,6 +6921,11 @@ jsesc@^2.5.1:
|
6829 | 6921 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
|
6830 | 6922 | integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
|
6831 | 6923 |
|
| 6924 | +jsesc@^3.0.2: |
| 6925 | + version "3.0.2" |
| 6926 | + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.0.2.tgz#bb8b09a6597ba426425f2e4a07245c3d00b9343e" |
| 6927 | + integrity sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g== |
| 6928 | + |
6832 | 6929 | jsesc@~0.5.0:
|
6833 | 6930 | version "0.5.0"
|
6834 | 6931 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
|
@@ -8768,14 +8865,6 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
|
8768 | 8865 | hash-base "^3.0.0"
|
8769 | 8866 | inherits "^2.0.1"
|
8770 | 8867 |
|
8771 |
| -rollup-plugin-babel@4.4.0: |
8772 |
| - version "4.4.0" |
8773 |
| - resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz#d15bd259466a9d1accbdb2fe2fff17c52d030acb" |
8774 |
| - integrity sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw== |
8775 |
| - dependencies: |
8776 |
| - "@babel/helper-module-imports" "^7.0.0" |
8777 |
| - rollup-pluginutils "^2.8.1" |
8778 |
| - |
8779 | 8868 | rollup-plugin-node-builtins@2.1.2:
|
8780 | 8869 | version "2.1.2"
|
8781 | 8870 | resolved "https://registry.yarnpkg.com/rollup-plugin-node-builtins/-/rollup-plugin-node-builtins-2.1.2.tgz#24a1fed4a43257b6b64371d8abc6ce1ab14597e9"
|
|
0 commit comments