|
15 | 15 | "@jridgewell/gen-mapping" "^0.1.0"
|
16 | 16 | "@jridgewell/trace-mapping" "^0.3.9"
|
17 | 17 |
|
18 |
| -"@babel/cli@7.22.15": |
19 |
| - version "7.22.15" |
20 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.22.15.tgz#22ed82d76745a43caa60a89917bedb7c9b5bd145" |
21 |
| - integrity sha512-prtg5f6zCERIaECeTZzd2fMtVjlfjhUcO+fBLQ6DXXdq5FljN+excVitJ2nogsusdf31LeqkjAfXZ7Xq+HmN8g== |
| 18 | +"@babel/cli@7.23.0": |
| 19 | + version "7.23.0" |
| 20 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.23.0.tgz#1d7f37c44d4117c67df46749e0c86e11a58cc64b" |
| 21 | + integrity sha512-17E1oSkGk2IwNILM4jtfAvgjt+ohmpfBky8aLerUfYZhiPNg7ca+CRCxZn8QDxwNhV/upsc2VHBCqGFIR+iBfA== |
22 | 22 | dependencies:
|
23 | 23 | "@jridgewell/trace-mapping" "^0.3.17"
|
24 | 24 | commander "^4.0.1"
|
25 |
| - convert-source-map "^1.1.0" |
| 25 | + convert-source-map "^2.0.0" |
26 | 26 | fs-readdir-recursive "^1.1.0"
|
27 | 27 | glob "^7.2.0"
|
28 | 28 | make-dir "^2.1.0"
|
|
78 | 78 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
|
79 | 79 | integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==
|
80 | 80 |
|
81 |
| -"@babel/core@7.22.20": |
82 |
| - version "7.22.20" |
83 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.20.tgz#e3d0eed84c049e2a2ae0a64d27b6a37edec385b7" |
84 |
| - integrity sha512-Y6jd1ahLubuYweD/zJH+vvOY141v4f9igNQAQ+MBgq9JlHS2iTsZKn1aMsb3vGccZsXI16VzTBw52Xx0DWmtnA== |
| 81 | +"@babel/core@7.23.0": |
| 82 | + version "7.23.0" |
| 83 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.0.tgz#f8259ae0e52a123eb40f552551e647b506a94d83" |
| 84 | + integrity sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ== |
85 | 85 | dependencies:
|
86 | 86 | "@ampproject/remapping" "^2.2.0"
|
87 | 87 | "@babel/code-frame" "^7.22.13"
|
88 |
| - "@babel/generator" "^7.22.15" |
| 88 | + "@babel/generator" "^7.23.0" |
89 | 89 | "@babel/helper-compilation-targets" "^7.22.15"
|
90 |
| - "@babel/helper-module-transforms" "^7.22.20" |
91 |
| - "@babel/helpers" "^7.22.15" |
92 |
| - "@babel/parser" "^7.22.16" |
| 90 | + "@babel/helper-module-transforms" "^7.23.0" |
| 91 | + "@babel/helpers" "^7.23.0" |
| 92 | + "@babel/parser" "^7.23.0" |
93 | 93 | "@babel/template" "^7.22.15"
|
94 |
| - "@babel/traverse" "^7.22.20" |
95 |
| - "@babel/types" "^7.22.19" |
96 |
| - convert-source-map "^1.7.0" |
| 94 | + "@babel/traverse" "^7.23.0" |
| 95 | + "@babel/types" "^7.23.0" |
| 96 | + convert-source-map "^2.0.0" |
97 | 97 | debug "^4.1.0"
|
98 | 98 | gensync "^1.0.0-beta.2"
|
99 | 99 | json5 "^2.2.3"
|
|
129 | 129 | "@jridgewell/gen-mapping" "^0.3.0"
|
130 | 130 | jsesc "^2.5.1"
|
131 | 131 |
|
132 |
| -"@babel/generator@^7.22.15": |
133 |
| - version "7.22.15" |
134 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.15.tgz#1564189c7ec94cb8f77b5e8a90c4d200d21b2339" |
135 |
| - integrity sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA== |
136 |
| - dependencies: |
137 |
| - "@babel/types" "^7.22.15" |
138 |
| - "@jridgewell/gen-mapping" "^0.3.2" |
139 |
| - "@jridgewell/trace-mapping" "^0.3.17" |
140 |
| - jsesc "^2.5.1" |
141 |
| - |
142 | 132 | "@babel/generator@^7.22.5":
|
143 | 133 | version "7.22.5"
|
144 | 134 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.5.tgz#1e7bf768688acfb05cf30b2369ef855e82d984f7"
|
|
149 | 139 | "@jridgewell/trace-mapping" "^0.3.17"
|
150 | 140 | jsesc "^2.5.1"
|
151 | 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 | + |
152 | 152 | "@babel/helper-annotate-as-pure@^7.18.6":
|
153 | 153 | version "7.18.6"
|
154 | 154 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
|
|
304 | 304 | "@babel/template" "^7.22.5"
|
305 | 305 | "@babel/types" "^7.22.5"
|
306 | 306 |
|
| 307 | +"@babel/helper-function-name@^7.23.0": |
| 308 | + version "7.23.0" |
| 309 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 310 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 311 | + dependencies: |
| 312 | + "@babel/template" "^7.22.15" |
| 313 | + "@babel/types" "^7.23.0" |
| 314 | + |
307 | 315 | "@babel/helper-hoist-variables@^7.16.7":
|
308 | 316 | version "7.16.7"
|
309 | 317 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
|
|
371 | 379 | "@babel/helper-split-export-declaration" "^7.22.6"
|
372 | 380 | "@babel/helper-validator-identifier" "^7.22.15"
|
373 | 381 |
|
374 |
| -"@babel/helper-module-transforms@^7.22.20": |
375 |
| - version "7.22.20" |
376 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.20.tgz#da9edc14794babbe7386df438f3768067132f59e" |
377 |
| - integrity sha512-dLT7JVWIUUxKOs1UnJUBR3S70YK+pKX6AbJgB2vMIvEkZkrfJDbYDJesnPshtKV4LhDOR3Oc5YULeDizRek+5A== |
378 |
| - dependencies: |
379 |
| - "@babel/helper-environment-visitor" "^7.22.20" |
380 |
| - "@babel/helper-module-imports" "^7.22.15" |
381 |
| - "@babel/helper-simple-access" "^7.22.5" |
382 |
| - "@babel/helper-split-export-declaration" "^7.22.6" |
383 |
| - "@babel/helper-validator-identifier" "^7.22.20" |
384 |
| - |
385 | 382 | "@babel/helper-module-transforms@^7.22.5":
|
386 | 383 | version "7.22.5"
|
387 | 384 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.5.tgz#0f65daa0716961b6e96b164034e737f60a80d2ef"
|
|
407 | 404 | "@babel/helper-split-export-declaration" "^7.22.6"
|
408 | 405 | "@babel/helper-validator-identifier" "^7.22.5"
|
409 | 406 |
|
| 407 | +"@babel/helper-module-transforms@^7.23.0": |
| 408 | + version "7.23.0" |
| 409 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.0.tgz#3ec246457f6c842c0aee62a01f60739906f7047e" |
| 410 | + integrity sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw== |
| 411 | + dependencies: |
| 412 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 413 | + "@babel/helper-module-imports" "^7.22.15" |
| 414 | + "@babel/helper-simple-access" "^7.22.5" |
| 415 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 416 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 417 | + |
410 | 418 | "@babel/helper-optimise-call-expression@^7.22.5":
|
411 | 419 | version "7.22.5"
|
412 | 420 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz#f21531a9ccbff644fdd156b4077c16ff0c3f609e"
|
|
584 | 592 | "@babel/traverse" "^7.17.9"
|
585 | 593 | "@babel/types" "^7.17.0"
|
586 | 594 |
|
587 |
| -"@babel/helpers@^7.22.15": |
588 |
| - version "7.22.15" |
589 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.15.tgz#f09c3df31e86e3ea0b7ff7556d85cdebd47ea6f1" |
590 |
| - integrity sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw== |
| 595 | +"@babel/helpers@^7.23.0": |
| 596 | + version "7.23.1" |
| 597 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.1.tgz#44e981e8ce2b9e99f8f0b703f3326a4636c16d15" |
| 598 | + integrity sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA== |
591 | 599 | dependencies:
|
592 | 600 | "@babel/template" "^7.22.15"
|
593 |
| - "@babel/traverse" "^7.22.15" |
594 |
| - "@babel/types" "^7.22.15" |
| 601 | + "@babel/traverse" "^7.23.0" |
| 602 | + "@babel/types" "^7.23.0" |
595 | 603 |
|
596 | 604 | "@babel/highlight@^7.16.7":
|
597 | 605 | version "7.17.12"
|
|
625 | 633 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.12.tgz#36c2ed06944e3691ba82735fc4cf62d12d491a23"
|
626 | 634 | integrity sha512-FLzHmN9V3AJIrWfOpvRlZCeVg/WLdicSnTMsLur6uDj9TT8ymUlG9XxURdW/XvuygK+2CW0poOJABdA4m/YKxA==
|
627 | 635 |
|
628 |
| -"@babel/parser@^7.22.15", "@babel/parser@^7.22.16": |
| 636 | +"@babel/parser@^7.22.15": |
629 | 637 | version "7.22.16"
|
630 | 638 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95"
|
631 | 639 | integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==
|
|
635 | 643 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
|
636 | 644 | integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==
|
637 | 645 |
|
| 646 | +"@babel/parser@^7.23.0": |
| 647 | + version "7.23.0" |
| 648 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 649 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 650 | + |
638 | 651 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15":
|
639 | 652 | version "7.22.15"
|
640 | 653 | 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.22.15.tgz#02dc8a03f613ed5fdc29fb2f728397c78146c962"
|
|
1422 | 1435 | debug "^4.1.0"
|
1423 | 1436 | globals "^11.1.0"
|
1424 | 1437 |
|
1425 |
| -"@babel/traverse@^7.22.15": |
1426 |
| - version "7.22.17" |
1427 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.17.tgz#b23c203ab3707e3be816043081b4a994fcacec44" |
1428 |
| - integrity sha512-xK4Uwm0JnAMvxYZxOVecss85WxTEIbTa7bnGyf/+EgCL5Zt3U7htUpEOWv9detPlamGKuRzCqw74xVglDWpPdg== |
1429 |
| - dependencies: |
1430 |
| - "@babel/code-frame" "^7.22.13" |
1431 |
| - "@babel/generator" "^7.22.15" |
1432 |
| - "@babel/helper-environment-visitor" "^7.22.5" |
1433 |
| - "@babel/helper-function-name" "^7.22.5" |
1434 |
| - "@babel/helper-hoist-variables" "^7.22.5" |
1435 |
| - "@babel/helper-split-export-declaration" "^7.22.6" |
1436 |
| - "@babel/parser" "^7.22.16" |
1437 |
| - "@babel/types" "^7.22.17" |
1438 |
| - debug "^4.1.0" |
1439 |
| - globals "^11.1.0" |
1440 |
| - |
1441 |
| -"@babel/traverse@^7.22.20": |
1442 |
| - version "7.22.20" |
1443 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.20.tgz#db572d9cb5c79e02d83e5618b82f6991c07584c9" |
1444 |
| - integrity sha512-eU260mPZbU7mZ0N+X10pxXhQFMGTeLb9eFS0mxehS8HZp9o1uSnFeWQuG1UPrlxgA7QoUzFhOnilHDp0AXCyHw== |
1445 |
| - dependencies: |
1446 |
| - "@babel/code-frame" "^7.22.13" |
1447 |
| - "@babel/generator" "^7.22.15" |
1448 |
| - "@babel/helper-environment-visitor" "^7.22.20" |
1449 |
| - "@babel/helper-function-name" "^7.22.5" |
1450 |
| - "@babel/helper-hoist-variables" "^7.22.5" |
1451 |
| - "@babel/helper-split-export-declaration" "^7.22.6" |
1452 |
| - "@babel/parser" "^7.22.16" |
1453 |
| - "@babel/types" "^7.22.19" |
1454 |
| - debug "^4.1.0" |
1455 |
| - globals "^11.1.0" |
1456 |
| - |
1457 | 1438 | "@babel/traverse@^7.22.5":
|
1458 | 1439 | version "7.22.5"
|
1459 | 1440 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1"
|
|
1470 | 1451 | debug "^4.1.0"
|
1471 | 1452 | globals "^11.1.0"
|
1472 | 1453 |
|
| 1454 | +"@babel/traverse@^7.23.0": |
| 1455 | + version "7.23.0" |
| 1456 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.0.tgz#18196ddfbcf4ccea324b7f6d3ada00d8c5a99c53" |
| 1457 | + integrity sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw== |
| 1458 | + dependencies: |
| 1459 | + "@babel/code-frame" "^7.22.13" |
| 1460 | + "@babel/generator" "^7.23.0" |
| 1461 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1462 | + "@babel/helper-function-name" "^7.23.0" |
| 1463 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1464 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1465 | + "@babel/parser" "^7.23.0" |
| 1466 | + "@babel/types" "^7.23.0" |
| 1467 | + debug "^4.1.0" |
| 1468 | + globals "^11.1.0" |
| 1469 | + |
1473 | 1470 | "@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":
|
1474 | 1471 | version "7.17.12"
|
1475 | 1472 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.12.tgz#1210690a516489c0200f355d87619157fbbd69a0"
|
|
1495 | 1492 | "@babel/helper-validator-identifier" "^7.22.5"
|
1496 | 1493 | to-fast-properties "^2.0.0"
|
1497 | 1494 |
|
1498 |
| -"@babel/types@^7.22.15", "@babel/types@^7.22.17": |
| 1495 | +"@babel/types@^7.22.15": |
1499 | 1496 | version "7.22.17"
|
1500 | 1497 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.17.tgz#f753352c4610ffddf9c8bc6823f9ff03e2303eee"
|
1501 | 1498 | integrity sha512-YSQPHLFtQNE5xN9tHuZnzu8vPr61wVTBZdfv1meex1NBosa4iT05k/Jw06ddJugi4bk7The/oSwQGFcksmEJQg==
|
|
1522 | 1519 | "@babel/helper-validator-identifier" "^7.22.5"
|
1523 | 1520 | to-fast-properties "^2.0.0"
|
1524 | 1521 |
|
| 1522 | +"@babel/types@^7.23.0": |
| 1523 | + version "7.23.0" |
| 1524 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 1525 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 1526 | + dependencies: |
| 1527 | + "@babel/helper-string-parser" "^7.22.5" |
| 1528 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1529 | + to-fast-properties "^2.0.0" |
| 1530 | + |
1525 | 1531 |
|
1526 | 1532 | version "1.0.2"
|
1527 | 1533 | resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.2.tgz#e30192222fd13e3c1e97040163d6628a95f70844"
|
@@ -3812,13 +3818,18 @@ conventional-commits-parser@^3.0.0, conventional-commits-parser@^3.2.0:
|
3812 | 3818 | split2 "^3.0.0"
|
3813 | 3819 | through2 "^4.0.0"
|
3814 | 3820 |
|
3815 |
| -convert-source-map@^1.1.0, convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.5.1, convert-source-map@^1.6.0, convert-source-map@^1.7.0: |
| 3821 | +convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.5.1, convert-source-map@^1.6.0, convert-source-map@^1.7.0: |
3816 | 3822 | version "1.8.0"
|
3817 | 3823 | resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369"
|
3818 | 3824 | integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==
|
3819 | 3825 | dependencies:
|
3820 | 3826 | safe-buffer "~5.1.1"
|
3821 | 3827 |
|
| 3828 | +convert-source-map@^2.0.0: |
| 3829 | + version "2.0.0" |
| 3830 | + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a" |
| 3831 | + integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg== |
| 3832 | + |
3822 | 3833 | copy-descriptor@^0.1.0:
|
3823 | 3834 | version "0.1.1"
|
3824 | 3835 | resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
|
|
0 commit comments