|
57 | 57 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730" |
58 | 58 | integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ== |
59 | 59 |
|
60 | | -"@babel/core@7.22.20": |
61 | | - version "7.22.20" |
62 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.20.tgz#e3d0eed84c049e2a2ae0a64d27b6a37edec385b7" |
63 | | - integrity sha512-Y6jd1ahLubuYweD/zJH+vvOY141v4f9igNQAQ+MBgq9JlHS2iTsZKn1aMsb3vGccZsXI16VzTBw52Xx0DWmtnA== |
| 60 | +"@babel/core@7.23.0": |
| 61 | + version "7.23.0" |
| 62 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.0.tgz#f8259ae0e52a123eb40f552551e647b506a94d83" |
| 63 | + integrity sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ== |
64 | 64 | dependencies: |
65 | 65 | "@ampproject/remapping" "^2.2.0" |
66 | 66 | "@babel/code-frame" "^7.22.13" |
67 | | - "@babel/generator" "^7.22.15" |
| 67 | + "@babel/generator" "^7.23.0" |
68 | 68 | "@babel/helper-compilation-targets" "^7.22.15" |
69 | | - "@babel/helper-module-transforms" "^7.22.20" |
70 | | - "@babel/helpers" "^7.22.15" |
71 | | - "@babel/parser" "^7.22.16" |
| 69 | + "@babel/helper-module-transforms" "^7.23.0" |
| 70 | + "@babel/helpers" "^7.23.0" |
| 71 | + "@babel/parser" "^7.23.0" |
72 | 72 | "@babel/template" "^7.22.15" |
73 | | - "@babel/traverse" "^7.22.20" |
74 | | - "@babel/types" "^7.22.19" |
75 | | - convert-source-map "^1.7.0" |
| 73 | + "@babel/traverse" "^7.23.0" |
| 74 | + "@babel/types" "^7.23.0" |
| 75 | + convert-source-map "^2.0.0" |
76 | 76 | debug "^4.1.0" |
77 | 77 | gensync "^1.0.0-beta.2" |
78 | 78 | json5 "^2.2.3" |
|
108 | 108 | jsesc "^2.5.1" |
109 | 109 | source-map "^0.5.0" |
110 | 110 |
|
111 | | -"@babel/generator@^7.22.15": |
112 | | - version "7.22.15" |
113 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.15.tgz#1564189c7ec94cb8f77b5e8a90c4d200d21b2339" |
114 | | - integrity sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA== |
115 | | - dependencies: |
116 | | - "@babel/types" "^7.22.15" |
117 | | - "@jridgewell/gen-mapping" "^0.3.2" |
118 | | - "@jridgewell/trace-mapping" "^0.3.17" |
119 | | - jsesc "^2.5.1" |
120 | | - |
121 | 111 | "@babel/generator@^7.22.5": |
122 | 112 | version "7.22.5" |
123 | 113 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.5.tgz#1e7bf768688acfb05cf30b2369ef855e82d984f7" |
|
128 | 118 | "@jridgewell/trace-mapping" "^0.3.17" |
129 | 119 | jsesc "^2.5.1" |
130 | 120 |
|
| 121 | +"@babel/generator@^7.23.0": |
| 122 | + version "7.23.0" |
| 123 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 124 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 125 | + dependencies: |
| 126 | + "@babel/types" "^7.23.0" |
| 127 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 128 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 129 | + jsesc "^2.5.1" |
| 130 | + |
131 | 131 | "@babel/helper-annotate-as-pure@^7.16.0": |
132 | 132 | version "7.16.0" |
133 | 133 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d" |
|
341 | 341 | "@babel/template" "^7.22.5" |
342 | 342 | "@babel/types" "^7.22.5" |
343 | 343 |
|
| 344 | +"@babel/helper-function-name@^7.23.0": |
| 345 | + version "7.23.0" |
| 346 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 347 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 348 | + dependencies: |
| 349 | + "@babel/template" "^7.22.15" |
| 350 | + "@babel/types" "^7.23.0" |
| 351 | + |
344 | 352 | "@babel/helper-get-function-arity@^7.16.0": |
345 | 353 | version "7.16.0" |
346 | 354 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.0.tgz#0088c7486b29a9cb5d948b1a1de46db66e089cfa" |
|
422 | 430 | "@babel/helper-split-export-declaration" "^7.22.6" |
423 | 431 | "@babel/helper-validator-identifier" "^7.22.15" |
424 | 432 |
|
425 | | -"@babel/helper-module-transforms@^7.22.20": |
426 | | - version "7.22.20" |
427 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.20.tgz#da9edc14794babbe7386df438f3768067132f59e" |
428 | | - integrity sha512-dLT7JVWIUUxKOs1UnJUBR3S70YK+pKX6AbJgB2vMIvEkZkrfJDbYDJesnPshtKV4LhDOR3Oc5YULeDizRek+5A== |
429 | | - dependencies: |
430 | | - "@babel/helper-environment-visitor" "^7.22.20" |
431 | | - "@babel/helper-module-imports" "^7.22.15" |
432 | | - "@babel/helper-simple-access" "^7.22.5" |
433 | | - "@babel/helper-split-export-declaration" "^7.22.6" |
434 | | - "@babel/helper-validator-identifier" "^7.22.20" |
435 | | - |
436 | 433 | "@babel/helper-module-transforms@^7.22.5": |
437 | 434 | version "7.22.5" |
438 | 435 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.5.tgz#0f65daa0716961b6e96b164034e737f60a80d2ef" |
|
458 | 455 | "@babel/helper-split-export-declaration" "^7.22.6" |
459 | 456 | "@babel/helper-validator-identifier" "^7.22.5" |
460 | 457 |
|
| 458 | +"@babel/helper-module-transforms@^7.23.0": |
| 459 | + version "7.23.0" |
| 460 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.0.tgz#3ec246457f6c842c0aee62a01f60739906f7047e" |
| 461 | + integrity sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw== |
| 462 | + dependencies: |
| 463 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 464 | + "@babel/helper-module-imports" "^7.22.15" |
| 465 | + "@babel/helper-simple-access" "^7.22.5" |
| 466 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 467 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 468 | + |
461 | 469 | "@babel/helper-optimise-call-expression@^7.16.0": |
462 | 470 | version "7.16.0" |
463 | 471 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz#cecdb145d70c54096b1564f8e9f10cd7d193b338" |
|
684 | 692 | "@babel/traverse" "^7.16.5" |
685 | 693 | "@babel/types" "^7.16.0" |
686 | 694 |
|
687 | | -"@babel/helpers@^7.22.15": |
688 | | - version "7.22.15" |
689 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.15.tgz#f09c3df31e86e3ea0b7ff7556d85cdebd47ea6f1" |
690 | | - integrity sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw== |
| 695 | +"@babel/helpers@^7.23.0": |
| 696 | + version "7.23.1" |
| 697 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.1.tgz#44e981e8ce2b9e99f8f0b703f3326a4636c16d15" |
| 698 | + integrity sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA== |
691 | 699 | dependencies: |
692 | 700 | "@babel/template" "^7.22.15" |
693 | | - "@babel/traverse" "^7.22.15" |
694 | | - "@babel/types" "^7.22.15" |
| 701 | + "@babel/traverse" "^7.23.0" |
| 702 | + "@babel/types" "^7.23.0" |
695 | 703 |
|
696 | 704 | "@babel/highlight@^7.16.0": |
697 | 705 | version "7.16.0" |
|
725 | 733 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.6.tgz#8f194828193e8fa79166f34a4b4e52f3e769a314" |
726 | 734 | integrity sha512-Gr86ujcNuPDnNOY8mi383Hvi8IYrJVJYuf3XcuBM/Dgd+bINn/7tHqsj+tKkoreMbmGsFLsltI/JJd8fOFWGDQ== |
727 | 735 |
|
728 | | -"@babel/parser@^7.22.15", "@babel/parser@^7.22.16": |
| 736 | +"@babel/parser@^7.22.15": |
729 | 737 | version "7.22.16" |
730 | 738 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95" |
731 | 739 | integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA== |
|
735 | 743 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea" |
736 | 744 | integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q== |
737 | 745 |
|
| 746 | +"@babel/parser@^7.23.0": |
| 747 | + version "7.23.0" |
| 748 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 749 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 750 | + |
738 | 751 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2": |
739 | 752 | version "7.16.2" |
740 | 753 | 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.16.2.tgz#2977fca9b212db153c195674e57cfab807733183" |
|
2000 | 2013 | debug "^4.1.0" |
2001 | 2014 | globals "^11.1.0" |
2002 | 2015 |
|
2003 | | -"@babel/traverse@^7.22.15": |
2004 | | - version "7.22.17" |
2005 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.17.tgz#b23c203ab3707e3be816043081b4a994fcacec44" |
2006 | | - integrity sha512-xK4Uwm0JnAMvxYZxOVecss85WxTEIbTa7bnGyf/+EgCL5Zt3U7htUpEOWv9detPlamGKuRzCqw74xVglDWpPdg== |
2007 | | - dependencies: |
2008 | | - "@babel/code-frame" "^7.22.13" |
2009 | | - "@babel/generator" "^7.22.15" |
2010 | | - "@babel/helper-environment-visitor" "^7.22.5" |
2011 | | - "@babel/helper-function-name" "^7.22.5" |
2012 | | - "@babel/helper-hoist-variables" "^7.22.5" |
2013 | | - "@babel/helper-split-export-declaration" "^7.22.6" |
2014 | | - "@babel/parser" "^7.22.16" |
2015 | | - "@babel/types" "^7.22.17" |
2016 | | - debug "^4.1.0" |
2017 | | - globals "^11.1.0" |
2018 | | - |
2019 | | -"@babel/traverse@^7.22.20": |
2020 | | - version "7.22.20" |
2021 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.20.tgz#db572d9cb5c79e02d83e5618b82f6991c07584c9" |
2022 | | - integrity sha512-eU260mPZbU7mZ0N+X10pxXhQFMGTeLb9eFS0mxehS8HZp9o1uSnFeWQuG1UPrlxgA7QoUzFhOnilHDp0AXCyHw== |
2023 | | - dependencies: |
2024 | | - "@babel/code-frame" "^7.22.13" |
2025 | | - "@babel/generator" "^7.22.15" |
2026 | | - "@babel/helper-environment-visitor" "^7.22.20" |
2027 | | - "@babel/helper-function-name" "^7.22.5" |
2028 | | - "@babel/helper-hoist-variables" "^7.22.5" |
2029 | | - "@babel/helper-split-export-declaration" "^7.22.6" |
2030 | | - "@babel/parser" "^7.22.16" |
2031 | | - "@babel/types" "^7.22.19" |
2032 | | - debug "^4.1.0" |
2033 | | - globals "^11.1.0" |
2034 | | - |
2035 | 2016 | "@babel/traverse@^7.22.5": |
2036 | 2017 | version "7.22.5" |
2037 | 2018 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1" |
|
2048 | 2029 | debug "^4.1.0" |
2049 | 2030 | globals "^11.1.0" |
2050 | 2031 |
|
| 2032 | +"@babel/traverse@^7.23.0": |
| 2033 | + version "7.23.0" |
| 2034 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.0.tgz#18196ddfbcf4ccea324b7f6d3ada00d8c5a99c53" |
| 2035 | + integrity sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw== |
| 2036 | + dependencies: |
| 2037 | + "@babel/code-frame" "^7.22.13" |
| 2038 | + "@babel/generator" "^7.23.0" |
| 2039 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 2040 | + "@babel/helper-function-name" "^7.23.0" |
| 2041 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 2042 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 2043 | + "@babel/parser" "^7.23.0" |
| 2044 | + "@babel/types" "^7.23.0" |
| 2045 | + debug "^4.1.0" |
| 2046 | + globals "^11.1.0" |
| 2047 | + |
2051 | 2048 | "@babel/types@^7.16.0", "@babel/types@^7.4.4": |
2052 | 2049 | version "7.16.0" |
2053 | 2050 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba" |
|
2073 | 2070 | "@babel/helper-validator-identifier" "^7.22.5" |
2074 | 2071 | to-fast-properties "^2.0.0" |
2075 | 2072 |
|
2076 | | -"@babel/types@^7.22.15", "@babel/types@^7.22.17": |
| 2073 | +"@babel/types@^7.22.15": |
2077 | 2074 | version "7.22.17" |
2078 | 2075 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.17.tgz#f753352c4610ffddf9c8bc6823f9ff03e2303eee" |
2079 | 2076 | integrity sha512-YSQPHLFtQNE5xN9tHuZnzu8vPr61wVTBZdfv1meex1NBosa4iT05k/Jw06ddJugi4bk7The/oSwQGFcksmEJQg== |
|
2100 | 2097 | "@babel/helper-validator-identifier" "^7.22.5" |
2101 | 2098 | to-fast-properties "^2.0.0" |
2102 | 2099 |
|
| 2100 | +"@babel/types@^7.23.0": |
| 2101 | + version "7.23.0" |
| 2102 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 2103 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 2104 | + dependencies: |
| 2105 | + "@babel/helper-string-parser" "^7.22.5" |
| 2106 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 2107 | + to-fast-properties "^2.0.0" |
| 2108 | + |
2103 | 2109 | "@bcoe/v8-coverage@^0.2.3": |
2104 | 2110 | version "0.2.3" |
2105 | 2111 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
@@ -4122,6 +4128,11 @@ convert-source-map@^1.6.0, convert-source-map@^1.7.0: |
4122 | 4128 | dependencies: |
4123 | 4129 | safe-buffer "~5.1.1" |
4124 | 4130 |
|
| 4131 | +convert-source-map@^2.0.0: |
| 4132 | + version "2.0.0" |
| 4133 | + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a" |
| 4134 | + integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg== |
| 4135 | + |
4125 | 4136 | convert-to-spaces@^2.0.1: |
4126 | 4137 | version "2.0.1" |
4127 | 4138 | resolved "https://registry.yarnpkg.com/convert-to-spaces/-/convert-to-spaces-2.0.1.tgz#61a6c98f8aa626c16b296b862a91412a33bceb6b" |
|
0 commit comments