|
46 | 46 | dependencies:
|
47 | 47 | "@babel/highlight" "^7.18.6"
|
48 | 48 |
|
| 49 | +"@babel/code-frame@^7.22.13": |
| 50 | + version "7.22.13" |
| 51 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 52 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 53 | + dependencies: |
| 54 | + "@babel/highlight" "^7.22.13" |
| 55 | + chalk "^2.4.2" |
| 56 | + |
49 | 57 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5":
|
50 | 58 | version "7.14.5"
|
51 | 59 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.5.tgz#8ef4c18e58e801c5c95d3c1c0f2874a2680fadea"
|
|
112 | 120 | eslint-visitor-keys "^2.1.0"
|
113 | 121 | semver "^6.3.0"
|
114 | 122 |
|
115 |
| -"@babel/generator@^7.14.5", "@babel/generator@^7.15.4": |
116 |
| - version "7.15.4" |
117 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.4.tgz#85acb159a267ca6324f9793986991ee2022a05b0" |
118 |
| - integrity sha512-d3itta0tu+UayjEORPNz6e1T3FtvWlP5N4V5M+lhp/CxT4oAA7/NcScnpRyspUMLK6tu9MNHmQHxRykuN2R7hw== |
119 |
| - dependencies: |
120 |
| - "@babel/types" "^7.15.4" |
121 |
| - jsesc "^2.5.1" |
122 |
| - source-map "^0.5.0" |
123 |
| - |
124 | 123 | "@babel/generator@^7.18.2":
|
125 | 124 | version "7.18.2"
|
126 | 125 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.2.tgz#33873d6f89b21efe2da63fe554460f3df1c5880d"
|
|
140 | 139 | "@jridgewell/trace-mapping" "^0.3.17"
|
141 | 140 | jsesc "^2.5.1"
|
142 | 141 |
|
| 142 | +"@babel/generator@^7.23.0": |
| 143 | + version "7.23.0" |
| 144 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 145 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 146 | + dependencies: |
| 147 | + "@babel/types" "^7.23.0" |
| 148 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 149 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 150 | + jsesc "^2.5.1" |
| 151 | + |
143 | 152 | "@babel/generator@^7.7.2":
|
144 | 153 | version "7.14.5"
|
145 | 154 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.5.tgz#848d7b9f031caca9d0cd0af01b063f226f52d785"
|
|
309 | 318 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz#c769afefd41d171836f7cb63e295bedf689d48ba"
|
310 | 319 | integrity sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==
|
311 | 320 |
|
312 |
| -"@babel/helper-function-name@^7.14.5", "@babel/helper-function-name@^7.15.4": |
| 321 | +"@babel/helper-environment-visitor@^7.22.20": |
| 322 | + version "7.22.20" |
| 323 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 324 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 325 | + |
| 326 | +"@babel/helper-function-name@^7.14.5": |
313 | 327 | version "7.15.4"
|
314 | 328 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.15.4.tgz#845744dafc4381a4a5fb6afa6c3d36f98a787ebc"
|
315 | 329 | integrity sha512-Z91cOMM4DseLIGOnog+Z8OI6YseR9bua+HpvLAQ2XayUGU+neTtX+97caALaLdyu53I/fjhbeCnWnRH1O3jFOw==
|
|
334 | 348 | "@babel/template" "^7.20.7"
|
335 | 349 | "@babel/types" "^7.21.0"
|
336 | 350 |
|
| 351 | +"@babel/helper-function-name@^7.23.0": |
| 352 | + version "7.23.0" |
| 353 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 354 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 355 | + dependencies: |
| 356 | + "@babel/template" "^7.22.15" |
| 357 | + "@babel/types" "^7.23.0" |
| 358 | + |
337 | 359 | "@babel/helper-get-function-arity@^7.15.4":
|
338 | 360 | version "7.15.4"
|
339 | 361 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz#098818934a137fce78b536a3e015864be1e2879b"
|
340 | 362 | integrity sha512-1/AlxSF92CmGZzHnC515hm4SirTxtpDnLEJ0UyEMgTMZN+6bxXKg04dKhiRx5Enel+SUA1G1t5Ed/yQia0efrA==
|
341 | 363 | dependencies:
|
342 | 364 | "@babel/types" "^7.15.4"
|
343 | 365 |
|
344 |
| -"@babel/helper-hoist-variables@^7.14.5", "@babel/helper-hoist-variables@^7.15.4": |
345 |
| - version "7.15.4" |
346 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz#09993a3259c0e918f99d104261dfdfc033f178df" |
347 |
| - integrity sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA== |
348 |
| - dependencies: |
349 |
| - "@babel/types" "^7.15.4" |
350 |
| - |
351 |
| -"@babel/helper-hoist-variables@^7.16.7": |
352 |
| - version "7.16.7" |
353 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246" |
354 |
| - integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg== |
355 |
| - dependencies: |
356 |
| - "@babel/types" "^7.16.7" |
357 |
| - |
358 | 366 | "@babel/helper-hoist-variables@^7.18.6":
|
359 | 367 | version "7.18.6"
|
360 | 368 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
|
361 | 369 | integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
|
362 | 370 | dependencies:
|
363 | 371 | "@babel/types" "^7.18.6"
|
364 | 372 |
|
| 373 | +"@babel/helper-hoist-variables@^7.22.5": |
| 374 | + version "7.22.5" |
| 375 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 376 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 377 | + dependencies: |
| 378 | + "@babel/types" "^7.22.5" |
| 379 | + |
365 | 380 | "@babel/helper-member-expression-to-functions@^7.14.5":
|
366 | 381 | version "7.14.5"
|
367 | 382 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.5.tgz#d5c70e4ad13b402c95156c7a53568f504e2fb7b8"
|
|
576 | 591 | dependencies:
|
577 | 592 | "@babel/types" "^7.20.0"
|
578 | 593 |
|
579 |
| -"@babel/helper-split-export-declaration@^7.14.5", "@babel/helper-split-export-declaration@^7.15.4": |
| 594 | +"@babel/helper-split-export-declaration@^7.14.5": |
580 | 595 | version "7.15.4"
|
581 | 596 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.15.4.tgz#aecab92dcdbef6a10aa3b62ab204b085f776e257"
|
582 | 597 | integrity sha512-HsFqhLDZ08DxCpBdEVtKmywj6PQbwnF6HHybur0MAnkAKnlS6uHkwnmRIkElB2Owpfb4xL4NwDmDLFubueDXsw==
|
|
597 | 612 | dependencies:
|
598 | 613 | "@babel/types" "^7.18.6"
|
599 | 614 |
|
| 615 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 616 | + version "7.22.6" |
| 617 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 618 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 619 | + dependencies: |
| 620 | + "@babel/types" "^7.22.5" |
| 621 | + |
600 | 622 | "@babel/helper-string-parser@^7.21.5":
|
601 | 623 | version "7.21.5"
|
602 | 624 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd"
|
603 | 625 | integrity sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==
|
604 | 626 |
|
| 627 | +"@babel/helper-string-parser@^7.22.5": |
| 628 | + version "7.22.5" |
| 629 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 630 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 631 | + |
605 | 632 | "@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9":
|
606 | 633 | version "7.15.7"
|
607 | 634 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
|
|
617 | 644 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
618 | 645 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
619 | 646 |
|
| 647 | +"@babel/helper-validator-identifier@^7.22.20": |
| 648 | + version "7.22.20" |
| 649 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 650 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 651 | + |
620 | 652 | "@babel/helper-validator-option@^7.14.5":
|
621 | 653 | version "7.14.5"
|
622 | 654 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
|
|
697 | 729 | chalk "^2.0.0"
|
698 | 730 | js-tokens "^4.0.0"
|
699 | 731 |
|
| 732 | +"@babel/highlight@^7.22.13": |
| 733 | + version "7.22.20" |
| 734 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 735 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 736 | + dependencies: |
| 737 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 738 | + chalk "^2.4.2" |
| 739 | + js-tokens "^4.0.0" |
| 740 | + |
700 | 741 | "@babel/parser@^7.1.0":
|
701 | 742 | version "7.14.5"
|
702 | 743 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.5.tgz#4cd2f346261061b2518873ffecdf1612cb032829"
|
|
712 | 753 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.7.tgz#0c3ed4a2eb07b165dfa85b3cc45c727334c4edae"
|
713 | 754 | integrity sha512-rycZXvQ+xS9QyIcJ9HXeDWf1uxqlbVFAUq0Rq0dbc50Zb/+wUe/ehyfzGfm9KZZF0kBejYgxltBXocP+gKdL2g==
|
714 | 755 |
|
715 |
| -"@babel/parser@^7.14.7", "@babel/parser@^7.20.0", "@babel/parser@^7.20.7", "@babel/parser@^7.21.5", "@babel/parser@^7.21.8": |
| 756 | +"@babel/parser@^7.14.7", "@babel/parser@^7.20.0", "@babel/parser@^7.20.7", "@babel/parser@^7.21.8": |
716 | 757 | version "7.21.8"
|
717 | 758 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.8.tgz#642af7d0333eab9c0ad70b14ac5e76dbde7bfdf8"
|
718 | 759 | integrity sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==
|
719 | 760 |
|
| 761 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 762 | + version "7.23.0" |
| 763 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 764 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 765 | + |
720 | 766 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
721 | 767 | version "7.18.6"
|
722 | 768 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
|
|
1908 | 1954 | "@babel/parser" "^7.20.7"
|
1909 | 1955 | "@babel/types" "^7.20.7"
|
1910 | 1956 |
|
1911 |
| -"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.7.2": |
1912 |
| - version "7.14.5" |
1913 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.5.tgz#c111b0f58afab4fea3d3385a406f692748c59870" |
1914 |
| - integrity sha512-G3BiS15vevepdmFqmUc9X+64y0viZYygubAMO8SvBmKARuF6CPSZtH4Ng9vi/lrWlZFGe3FWdXNy835akH8Glg== |
1915 |
| - dependencies: |
1916 |
| - "@babel/code-frame" "^7.14.5" |
1917 |
| - "@babel/generator" "^7.14.5" |
1918 |
| - "@babel/helper-function-name" "^7.14.5" |
1919 |
| - "@babel/helper-hoist-variables" "^7.14.5" |
1920 |
| - "@babel/helper-split-export-declaration" "^7.14.5" |
1921 |
| - "@babel/parser" "^7.14.5" |
1922 |
| - "@babel/types" "^7.14.5" |
1923 |
| - debug "^4.1.0" |
1924 |
| - globals "^11.1.0" |
1925 |
| - |
1926 |
| -"@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2": |
1927 |
| - version "7.18.2" |
1928 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.2.tgz#b77a52604b5cc836a9e1e08dca01cba67a12d2e8" |
1929 |
| - integrity sha512-9eNwoeovJ6KH9zcCNnENY7DMFwTU9JdGCFtqNLfUAqtUHRCOsTOqWoffosP8vKmNYeSBUv3yVJXjfd8ucwOjUA== |
1930 |
| - dependencies: |
1931 |
| - "@babel/code-frame" "^7.16.7" |
1932 |
| - "@babel/generator" "^7.18.2" |
1933 |
| - "@babel/helper-environment-visitor" "^7.18.2" |
1934 |
| - "@babel/helper-function-name" "^7.17.9" |
1935 |
| - "@babel/helper-hoist-variables" "^7.16.7" |
1936 |
| - "@babel/helper-split-export-declaration" "^7.16.7" |
1937 |
| - "@babel/parser" "^7.18.0" |
1938 |
| - "@babel/types" "^7.18.2" |
1939 |
| - debug "^4.1.0" |
1940 |
| - globals "^11.1.0" |
1941 |
| - |
1942 |
| -"@babel/traverse@^7.20.0", "@babel/traverse@^7.20.5", "@babel/traverse@^7.21.5": |
1943 |
| - version "7.21.5" |
1944 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.5.tgz#ad22361d352a5154b498299d523cf72998a4b133" |
1945 |
| - integrity sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw== |
1946 |
| - dependencies: |
1947 |
| - "@babel/code-frame" "^7.21.4" |
1948 |
| - "@babel/generator" "^7.21.5" |
1949 |
| - "@babel/helper-environment-visitor" "^7.21.5" |
1950 |
| - "@babel/helper-function-name" "^7.21.0" |
1951 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
1952 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
1953 |
| - "@babel/parser" "^7.21.5" |
1954 |
| - "@babel/types" "^7.21.5" |
1955 |
| - debug "^4.1.0" |
1956 |
| - globals "^11.1.0" |
1957 |
| - |
1958 |
| -"@babel/traverse@^7.7.4": |
1959 |
| - version "7.15.4" |
1960 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.4.tgz#ff8510367a144bfbff552d9e18e28f3e2889c22d" |
1961 |
| - integrity sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA== |
1962 |
| - dependencies: |
1963 |
| - "@babel/code-frame" "^7.14.5" |
1964 |
| - "@babel/generator" "^7.15.4" |
1965 |
| - "@babel/helper-function-name" "^7.15.4" |
1966 |
| - "@babel/helper-hoist-variables" "^7.15.4" |
1967 |
| - "@babel/helper-split-export-declaration" "^7.15.4" |
1968 |
| - "@babel/parser" "^7.15.4" |
1969 |
| - "@babel/types" "^7.15.4" |
| 1957 | +"@babel/template@^7.22.15": |
| 1958 | + version "7.22.15" |
| 1959 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 1960 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
| 1961 | + dependencies: |
| 1962 | + "@babel/code-frame" "^7.22.13" |
| 1963 | + "@babel/parser" "^7.22.15" |
| 1964 | + "@babel/types" "^7.22.15" |
| 1965 | + |
| 1966 | +"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2", "@babel/traverse@^7.20.0", "@babel/traverse@^7.20.5", "@babel/traverse@^7.21.5", "@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4": |
| 1967 | + version "7.23.2" |
| 1968 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 1969 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 1970 | + dependencies: |
| 1971 | + "@babel/code-frame" "^7.22.13" |
| 1972 | + "@babel/generator" "^7.23.0" |
| 1973 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1974 | + "@babel/helper-function-name" "^7.23.0" |
| 1975 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1976 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1977 | + "@babel/parser" "^7.23.0" |
| 1978 | + "@babel/types" "^7.23.0" |
1970 | 1979 | debug "^4.1.0"
|
1971 | 1980 | globals "^11.1.0"
|
1972 | 1981 |
|
|
2003 | 2012 | "@babel/helper-validator-identifier" "^7.19.1"
|
2004 | 2013 | to-fast-properties "^2.0.0"
|
2005 | 2014 |
|
| 2015 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 2016 | + version "7.23.0" |
| 2017 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 2018 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 2019 | + dependencies: |
| 2020 | + "@babel/helper-string-parser" "^7.22.5" |
| 2021 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 2022 | + to-fast-properties "^2.0.0" |
| 2023 | + |
2006 | 2024 | "@bcoe/v8-coverage@^0.2.3":
|
2007 | 2025 | version "0.2.3"
|
2008 | 2026 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
@@ -3984,7 +4002,7 @@ chalk@4.1.2, chalk@^4.1.2:
|
3984 | 4002 | ansi-styles "^4.1.0"
|
3985 | 4003 | supports-color "^7.1.0"
|
3986 | 4004 |
|
3987 |
| -chalk@^2.0.0: |
| 4005 | +chalk@^2.0.0, chalk@^2.4.2: |
3988 | 4006 | version "2.4.2"
|
3989 | 4007 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
3990 | 4008 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
0 commit comments