|
25 | 25 | dependencies:
|
26 | 26 | "@babel/highlight" "^7.18.6"
|
27 | 27 |
|
| 28 | +"@babel/code-frame@^7.22.13": |
| 29 | + version "7.22.13" |
| 30 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 31 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 32 | + dependencies: |
| 33 | + "@babel/highlight" "^7.22.13" |
| 34 | + chalk "^2.4.2" |
| 35 | + |
28 | 36 | "@babel/code-frame@^7.22.5":
|
29 | 37 | version "7.22.5"
|
30 | 38 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.5.tgz#234d98e1551960604f1246e6475891a570ad5658"
|
|
147 | 155 | "@jridgewell/trace-mapping" "^0.3.17"
|
148 | 156 | jsesc "^2.5.1"
|
149 | 157 |
|
| 158 | +"@babel/generator@^7.23.0": |
| 159 | + version "7.23.0" |
| 160 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 161 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 162 | + dependencies: |
| 163 | + "@babel/types" "^7.23.0" |
| 164 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 165 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 166 | + jsesc "^2.5.1" |
| 167 | + |
150 | 168 | "@babel/helper-annotate-as-pure@^7.18.6":
|
151 | 169 | version "7.18.6"
|
152 | 170 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
|
|
274 | 292 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
|
275 | 293 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
|
276 | 294 |
|
| 295 | +"@babel/helper-environment-visitor@^7.22.20": |
| 296 | + version "7.22.20" |
| 297 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 298 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 299 | + |
277 | 300 | "@babel/helper-environment-visitor@^7.22.5":
|
278 | 301 | version "7.22.5"
|
279 | 302 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
|
|
295 | 318 | "@babel/template" "^7.22.5"
|
296 | 319 | "@babel/types" "^7.22.5"
|
297 | 320 |
|
298 |
| -"@babel/helper-hoist-variables@^7.18.6": |
299 |
| - version "7.18.6" |
300 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" |
301 |
| - integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== |
| 321 | +"@babel/helper-function-name@^7.23.0": |
| 322 | + version "7.23.0" |
| 323 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 324 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
302 | 325 | dependencies:
|
303 |
| - "@babel/types" "^7.18.6" |
| 326 | + "@babel/template" "^7.22.15" |
| 327 | + "@babel/types" "^7.23.0" |
304 | 328 |
|
305 | 329 | "@babel/helper-hoist-variables@^7.22.5":
|
306 | 330 | version "7.22.5"
|
|
500 | 524 | dependencies:
|
501 | 525 | "@babel/types" "^7.22.5"
|
502 | 526 |
|
| 527 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 528 | + version "7.22.6" |
| 529 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 530 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 531 | + dependencies: |
| 532 | + "@babel/types" "^7.22.5" |
| 533 | + |
503 | 534 | "@babel/helper-string-parser@^7.18.10":
|
504 | 535 | version "7.18.10"
|
505 | 536 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
|
|
520 | 551 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
521 | 552 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
522 | 553 |
|
| 554 | +"@babel/helper-validator-identifier@^7.22.20": |
| 555 | + version "7.22.20" |
| 556 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 557 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 558 | + |
523 | 559 | "@babel/helper-validator-identifier@^7.22.5":
|
524 | 560 | version "7.22.5"
|
525 | 561 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
|
|
591 | 627 | chalk "^2.0.0"
|
592 | 628 | js-tokens "^4.0.0"
|
593 | 629 |
|
| 630 | +"@babel/highlight@^7.22.13": |
| 631 | + version "7.22.20" |
| 632 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 633 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 634 | + dependencies: |
| 635 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 636 | + chalk "^2.4.2" |
| 637 | + js-tokens "^4.0.0" |
| 638 | + |
594 | 639 | "@babel/highlight@^7.22.5":
|
595 | 640 | version "7.22.5"
|
596 | 641 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.5.tgz#aa6c05c5407a67ebce408162b7ede789b4d22031"
|
|
605 | 650 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a"
|
606 | 651 | integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==
|
607 | 652 |
|
608 |
| -"@babel/parser@^7.20.0", "@babel/parser@^7.20.13", "@babel/parser@^7.20.7": |
| 653 | +"@babel/parser@^7.20.0", "@babel/parser@^7.20.7": |
609 | 654 | version "7.20.13"
|
610 | 655 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.13.tgz#ddf1eb5a813588d2fb1692b70c6fce75b945c088"
|
611 | 656 | integrity sha512-gFDLKMfpiXCsjt4za2JA9oTMn70CeseCehb11kRZgvd7+F67Hih3OHOK24cRrWECJ/ljfPGac6ygXAs/C8kIvw==
|
612 | 657 |
|
| 658 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 659 | + version "7.23.0" |
| 660 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 661 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 662 | + |
613 | 663 | "@babel/parser@^7.22.5":
|
614 | 664 | version "7.22.5"
|
615 | 665 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
|
|
1709 | 1759 | "@babel/parser" "^7.20.7"
|
1710 | 1760 | "@babel/types" "^7.20.7"
|
1711 | 1761 |
|
| 1762 | +"@babel/template@^7.22.15": |
| 1763 | + version "7.22.15" |
| 1764 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 1765 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
| 1766 | + dependencies: |
| 1767 | + "@babel/code-frame" "^7.22.13" |
| 1768 | + "@babel/parser" "^7.22.15" |
| 1769 | + "@babel/types" "^7.22.15" |
| 1770 | + |
1712 | 1771 | "@babel/template@^7.22.5":
|
1713 | 1772 | version "7.22.5"
|
1714 | 1773 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec"
|
|
1718 | 1777 | "@babel/parser" "^7.22.5"
|
1719 | 1778 | "@babel/types" "^7.22.5"
|
1720 | 1779 |
|
1721 |
| -"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.3", "@babel/traverse@^7.7.4": |
1722 |
| - version "7.19.3" |
1723 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4" |
1724 |
| - integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ== |
| 1780 | +"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.3", "@babel/traverse@^7.20.0", "@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.13", "@babel/traverse@^7.22.5", "@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4": |
| 1781 | + version "7.23.2" |
| 1782 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 1783 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
1725 | 1784 | dependencies:
|
1726 |
| - "@babel/code-frame" "^7.18.6" |
1727 |
| - "@babel/generator" "^7.19.3" |
1728 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
1729 |
| - "@babel/helper-function-name" "^7.19.0" |
1730 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
1731 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
1732 |
| - "@babel/parser" "^7.19.3" |
1733 |
| - "@babel/types" "^7.19.3" |
1734 |
| - debug "^4.1.0" |
1735 |
| - globals "^11.1.0" |
1736 |
| - |
1737 |
| -"@babel/traverse@^7.20.0", "@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.13", "@babel/traverse@^7.7.2": |
1738 |
| - version "7.20.13" |
1739 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.13.tgz#817c1ba13d11accca89478bd5481b2d168d07473" |
1740 |
| - integrity sha512-kMJXfF0T6DIS9E8cgdLCSAL+cuCK+YEZHWiLK0SXpTo8YRj5lpJu3CDNKiIBCne4m9hhTIqUg6SYTAI39tAiVQ== |
1741 |
| - dependencies: |
1742 |
| - "@babel/code-frame" "^7.18.6" |
1743 |
| - "@babel/generator" "^7.20.7" |
1744 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
1745 |
| - "@babel/helper-function-name" "^7.19.0" |
1746 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
1747 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
1748 |
| - "@babel/parser" "^7.20.13" |
1749 |
| - "@babel/types" "^7.20.7" |
1750 |
| - debug "^4.1.0" |
1751 |
| - globals "^11.1.0" |
1752 |
| - |
1753 |
| -"@babel/traverse@^7.22.5": |
1754 |
| - version "7.22.5" |
1755 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1" |
1756 |
| - integrity sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ== |
1757 |
| - dependencies: |
1758 |
| - "@babel/code-frame" "^7.22.5" |
1759 |
| - "@babel/generator" "^7.22.5" |
1760 |
| - "@babel/helper-environment-visitor" "^7.22.5" |
1761 |
| - "@babel/helper-function-name" "^7.22.5" |
| 1785 | + "@babel/code-frame" "^7.22.13" |
| 1786 | + "@babel/generator" "^7.23.0" |
| 1787 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1788 | + "@babel/helper-function-name" "^7.23.0" |
1762 | 1789 | "@babel/helper-hoist-variables" "^7.22.5"
|
1763 |
| - "@babel/helper-split-export-declaration" "^7.22.5" |
1764 |
| - "@babel/parser" "^7.22.5" |
1765 |
| - "@babel/types" "^7.22.5" |
| 1790 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1791 | + "@babel/parser" "^7.23.0" |
| 1792 | + "@babel/types" "^7.23.0" |
1766 | 1793 | debug "^4.1.0"
|
1767 | 1794 | globals "^11.1.0"
|
1768 | 1795 |
|
|
1784 | 1811 | "@babel/helper-validator-identifier" "^7.19.1"
|
1785 | 1812 | to-fast-properties "^2.0.0"
|
1786 | 1813 |
|
| 1814 | +"@babel/types@^7.22.15", "@babel/types@^7.23.0": |
| 1815 | + version "7.23.0" |
| 1816 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 1817 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 1818 | + dependencies: |
| 1819 | + "@babel/helper-string-parser" "^7.22.5" |
| 1820 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1821 | + to-fast-properties "^2.0.0" |
| 1822 | + |
1787 | 1823 | "@babel/types@^7.22.5":
|
1788 | 1824 | version "7.22.5"
|
1789 | 1825 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe"
|
@@ -3379,7 +3415,7 @@ caniuse-lite@^1.0.30001503:
|
3379 | 3415 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001506.tgz#35bd814b310a487970c585430e9e80ee23faf14b"
|
3380 | 3416 | integrity sha512-6XNEcpygZMCKaufIcgpQNZNf00GEqc7VQON+9Rd0K1bMYo8xhMZRAo5zpbnbMNizi4YNgIDAFrdykWsvY3H4Hw==
|
3381 | 3417 |
|
3382 |
| -chalk@^2.0.0: |
| 3418 | +chalk@^2.0.0, chalk@^2.4.2: |
3383 | 3419 | version "2.4.2"
|
3384 | 3420 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
3385 | 3421 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
0 commit comments