|
9 | 9 | dependencies: |
10 | 10 | "@jridgewell/trace-mapping" "^0.3.0" |
11 | 11 |
|
12 | | -"@babel/cli@7.19.3": |
13 | | - version "7.19.3" |
14 | | - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.19.3.tgz#55914ed388e658e0b924b3a95da1296267e278e2" |
15 | | - integrity sha512-643/TybmaCAe101m2tSVHi9UKpETXP9c/Ff4mD2tAwkdP6esKIfaauZFc67vGEM6r9fekbEGid+sZhbEnSe3dg== |
| 12 | +"@ampproject/remapping@^2.2.0": |
| 13 | + version "2.2.0" |
| 14 | + resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d" |
| 15 | + integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w== |
| 16 | + dependencies: |
| 17 | + "@jridgewell/gen-mapping" "^0.1.0" |
| 18 | + "@jridgewell/trace-mapping" "^0.3.9" |
| 19 | + |
| 20 | +"@babel/cli@7.21.0": |
| 21 | + version "7.21.0" |
| 22 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.21.0.tgz#1868eb70e9824b427fc607610cce8e9e7889e7e1" |
| 23 | + integrity sha512-xi7CxyS8XjSyiwUGCfwf+brtJxjW1/ZTcBUkP10xawIEXLX5HzLn+3aXkgxozcP2UhRhtKTmQurw9Uaes7jZrA== |
16 | 24 | dependencies: |
17 | | - "@jridgewell/trace-mapping" "^0.3.8" |
| 25 | + "@jridgewell/trace-mapping" "^0.3.17" |
18 | 26 | commander "^4.0.1" |
19 | 27 | convert-source-map "^1.1.0" |
20 | 28 | fs-readdir-recursive "^1.1.0" |
|
71 | 79 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30" |
72 | 80 | integrity sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ== |
73 | 81 |
|
| 82 | +"@babel/compat-data@^7.20.5": |
| 83 | + version "7.21.0" |
| 84 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.0.tgz#c241dc454e5b5917e40d37e525e2f4530c399298" |
| 85 | + integrity sha512-gMuZsmsgxk/ENC3O/fRw5QY8A9/uxQbbCEypnLIiYYc/qVJtEV7ouxC3EllIIwNzMqAQee5tanFabWsUOutS7g== |
| 86 | + |
74 | 87 | "@babel/core@7.12.9": |
75 | 88 | version "7.12.9" |
76 | 89 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8" |
|
93 | 106 | semver "^5.4.1" |
94 | 107 | source-map "^0.5.0" |
95 | 108 |
|
96 | | -"@babel/core@7.20.2": |
97 | | - version "7.20.2" |
98 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.2.tgz#8dc9b1620a673f92d3624bd926dc49a52cf25b92" |
99 | | - integrity sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g== |
| 109 | +"@babel/core@7.21.3": |
| 110 | + version "7.21.3" |
| 111 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.3.tgz#cf1c877284a469da5d1ce1d1e53665253fae712e" |
| 112 | + integrity sha512-qIJONzoa/qiHghnm0l1n4i/6IIziDpzqc36FBs4pzMhDUraHqponwJLiAKm1hGLP3OSB/TVNz6rMwVGpwxxySw== |
100 | 113 | dependencies: |
101 | | - "@ampproject/remapping" "^2.1.0" |
| 114 | + "@ampproject/remapping" "^2.2.0" |
102 | 115 | "@babel/code-frame" "^7.18.6" |
103 | | - "@babel/generator" "^7.20.2" |
104 | | - "@babel/helper-compilation-targets" "^7.20.0" |
105 | | - "@babel/helper-module-transforms" "^7.20.2" |
106 | | - "@babel/helpers" "^7.20.1" |
107 | | - "@babel/parser" "^7.20.2" |
108 | | - "@babel/template" "^7.18.10" |
109 | | - "@babel/traverse" "^7.20.1" |
110 | | - "@babel/types" "^7.20.2" |
| 116 | + "@babel/generator" "^7.21.3" |
| 117 | + "@babel/helper-compilation-targets" "^7.20.7" |
| 118 | + "@babel/helper-module-transforms" "^7.21.2" |
| 119 | + "@babel/helpers" "^7.21.0" |
| 120 | + "@babel/parser" "^7.21.3" |
| 121 | + "@babel/template" "^7.20.7" |
| 122 | + "@babel/traverse" "^7.21.3" |
| 123 | + "@babel/types" "^7.21.3" |
111 | 124 | convert-source-map "^1.7.0" |
112 | 125 | debug "^4.1.0" |
113 | 126 | gensync "^1.0.0-beta.2" |
114 | | - json5 "^2.2.1" |
| 127 | + json5 "^2.2.2" |
115 | 128 | semver "^6.3.0" |
116 | 129 |
|
117 | 130 | "@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.7.5": |
|
261 | 274 | "@jridgewell/gen-mapping" "^0.3.0" |
262 | 275 | jsesc "^2.5.1" |
263 | 276 |
|
264 | | -"@babel/generator@^7.20.1", "@babel/generator@^7.20.2": |
| 277 | +"@babel/generator@^7.20.1": |
265 | 278 | version "7.20.4" |
266 | 279 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.4.tgz#4d9f8f0c30be75fd90a0562099a26e5839602ab8" |
267 | 280 | integrity sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA== |
|
270 | 283 | "@jridgewell/gen-mapping" "^0.3.2" |
271 | 284 | jsesc "^2.5.1" |
272 | 285 |
|
| 286 | +"@babel/generator@^7.21.3": |
| 287 | + version "7.21.3" |
| 288 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.3.tgz#232359d0874b392df04045d72ce2fd9bb5045fce" |
| 289 | + integrity sha512-QS3iR1GYC/YGUnW7IdggFeN5c1poPUurnGttOV/bZgPGV+izC/D8HnD6DLwod0fsatNyVn1G3EVWMYIF0nHbeA== |
| 290 | + dependencies: |
| 291 | + "@babel/types" "^7.21.3" |
| 292 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 293 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 294 | + jsesc "^2.5.1" |
| 295 | + |
273 | 296 | "@babel/helper-annotate-as-pure@^7.14.5", "@babel/helper-annotate-as-pure@^7.15.4": |
274 | 297 | version "7.15.4" |
275 | 298 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz#3d0e43b00c5e49fdb6c57e421601a7a658d5f835" |
|
357 | 380 | browserslist "^4.21.3" |
358 | 381 | semver "^6.3.0" |
359 | 382 |
|
| 383 | +"@babel/helper-compilation-targets@^7.20.7": |
| 384 | + version "7.20.7" |
| 385 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb" |
| 386 | + integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ== |
| 387 | + dependencies: |
| 388 | + "@babel/compat-data" "^7.20.5" |
| 389 | + "@babel/helper-validator-option" "^7.18.6" |
| 390 | + browserslist "^4.21.3" |
| 391 | + lru-cache "^5.1.1" |
| 392 | + semver "^6.3.0" |
| 393 | + |
360 | 394 | "@babel/helper-create-class-features-plugin@^7.14.5", "@babel/helper-create-class-features-plugin@^7.15.4": |
361 | 395 | version "7.15.4" |
362 | 396 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.4.tgz#7f977c17bd12a5fba363cb19bea090394bf37d2e" |
|
553 | 587 | "@babel/template" "^7.18.10" |
554 | 588 | "@babel/types" "^7.19.0" |
555 | 589 |
|
| 590 | +"@babel/helper-function-name@^7.21.0": |
| 591 | + version "7.21.0" |
| 592 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4" |
| 593 | + integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg== |
| 594 | + dependencies: |
| 595 | + "@babel/template" "^7.20.7" |
| 596 | + "@babel/types" "^7.21.0" |
| 597 | + |
556 | 598 | "@babel/helper-get-function-arity@^7.15.4": |
557 | 599 | version "7.15.4" |
558 | 600 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz#098818934a137fce78b536a3e015864be1e2879b" |
|
700 | 742 | "@babel/traverse" "^7.18.6" |
701 | 743 | "@babel/types" "^7.18.6" |
702 | 744 |
|
703 | | -"@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.20.2": |
| 745 | +"@babel/helper-module-transforms@^7.19.6": |
704 | 746 | version "7.20.2" |
705 | 747 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz#ac53da669501edd37e658602a21ba14c08748712" |
706 | 748 | integrity sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA== |
|
714 | 756 | "@babel/traverse" "^7.20.1" |
715 | 757 | "@babel/types" "^7.20.2" |
716 | 758 |
|
| 759 | +"@babel/helper-module-transforms@^7.21.2": |
| 760 | + version "7.21.2" |
| 761 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2" |
| 762 | + integrity sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ== |
| 763 | + dependencies: |
| 764 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 765 | + "@babel/helper-module-imports" "^7.18.6" |
| 766 | + "@babel/helper-simple-access" "^7.20.2" |
| 767 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 768 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 769 | + "@babel/template" "^7.20.7" |
| 770 | + "@babel/traverse" "^7.21.2" |
| 771 | + "@babel/types" "^7.21.2" |
| 772 | + |
717 | 773 | "@babel/helper-optimise-call-expression@^7.15.4": |
718 | 774 | version "7.15.4" |
719 | 775 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.15.4.tgz#f310a5121a3b9cc52d9ab19122bd729822dee171" |
|
1030 | 1086 | "@babel/traverse" "^7.17.9" |
1031 | 1087 | "@babel/types" "^7.17.0" |
1032 | 1088 |
|
1033 | | -"@babel/helpers@^7.20.1": |
1034 | | - version "7.20.1" |
1035 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.1.tgz#2ab7a0fcb0a03b5bf76629196ed63c2d7311f4c9" |
1036 | | - integrity sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg== |
| 1089 | +"@babel/helpers@^7.21.0": |
| 1090 | + version "7.21.0" |
| 1091 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.0.tgz#9dd184fb5599862037917cdc9eecb84577dc4e7e" |
| 1092 | + integrity sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA== |
1037 | 1093 | dependencies: |
1038 | | - "@babel/template" "^7.18.10" |
1039 | | - "@babel/traverse" "^7.20.1" |
1040 | | - "@babel/types" "^7.20.0" |
| 1094 | + "@babel/template" "^7.20.7" |
| 1095 | + "@babel/traverse" "^7.21.0" |
| 1096 | + "@babel/types" "^7.21.0" |
1041 | 1097 |
|
1042 | 1098 | "@babel/highlight@^7.14.5": |
1043 | 1099 | version "7.14.5" |
|
1101 | 1157 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.6.tgz#845338edecad65ebffef058d3be851f1d28a63bc" |
1102 | 1158 | integrity sha512-uQVSa9jJUe/G/304lXspfWVpKpK4euFLgGiMQFOCpM/bgcAdeoHwi/OQz23O9GK2osz26ZiXRRV9aV+Yl1O8tw== |
1103 | 1159 |
|
1104 | | -"@babel/parser@^7.20.1", "@babel/parser@^7.20.2": |
| 1160 | +"@babel/parser@^7.20.1": |
1105 | 1161 | version "7.20.3" |
1106 | 1162 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.3.tgz#5358cf62e380cf69efcb87a7bb922ff88bfac6e2" |
1107 | 1163 | integrity sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg== |
1108 | 1164 |
|
| 1165 | +"@babel/parser@^7.20.7", "@babel/parser@^7.21.3": |
| 1166 | + version "7.21.3" |
| 1167 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.3.tgz#1d285d67a19162ff9daa358d4cb41d50c06220b3" |
| 1168 | + integrity sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ== |
| 1169 | + |
1109 | 1170 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6": |
1110 | 1171 | version "7.18.6" |
1111 | 1172 | 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" |
|
2119 | 2180 | dependencies: |
2120 | 2181 | "@babel/helper-plugin-utils" "^7.18.6" |
2121 | 2182 |
|
2122 | | -"@babel/plugin-transform-runtime@7.19.6": |
2123 | | - version "7.19.6" |
2124 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.19.6.tgz#9d2a9dbf4e12644d6f46e5e75bfbf02b5d6e9194" |
2125 | | - integrity sha512-PRH37lz4JU156lYFW1p8OxE5i7d6Sl/zV58ooyr+q1J1lnQPyg5tIiXlIwNVhJaY4W3TmOtdc8jqdXQcB1v5Yw== |
| 2183 | +"@babel/plugin-transform-runtime@7.21.0": |
| 2184 | + version "7.21.0" |
| 2185 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.21.0.tgz#2a884f29556d0a68cd3d152dcc9e6c71dfb6eee8" |
| 2186 | + integrity sha512-ReY6pxwSzEU0b3r2/T/VhqMKg/AkceBT19X0UptA3/tYi5Pe2eXgEUH+NNMC5nok6c6XQz5tyVTUpuezRfSMSg== |
2126 | 2187 | dependencies: |
2127 | 2188 | "@babel/helper-module-imports" "^7.18.6" |
2128 | | - "@babel/helper-plugin-utils" "^7.19.0" |
| 2189 | + "@babel/helper-plugin-utils" "^7.20.2" |
2129 | 2190 | babel-plugin-polyfill-corejs2 "^0.3.3" |
2130 | 2191 | babel-plugin-polyfill-corejs3 "^0.6.0" |
2131 | 2192 | babel-plugin-polyfill-regenerator "^0.4.1" |
|
2532 | 2593 | regenerator-runtime "^0.13.4" |
2533 | 2594 |
|
2534 | 2595 | "@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.8", "@babel/runtime@^7.14.6", "@babel/runtime@^7.3.1", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": |
2535 | | - version "7.15.4" |
2536 | | - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.4.tgz#fd17d16bfdf878e6dd02d19753a39fa8a8d9c84a" |
2537 | | - integrity sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw== |
| 2596 | + version "7.21.0" |
| 2597 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.0.tgz#5b55c9d394e5fcf304909a8b00c07dc217b56673" |
| 2598 | + integrity sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw== |
2538 | 2599 | dependencies: |
2539 | | - regenerator-runtime "^0.13.4" |
| 2600 | + regenerator-runtime "^0.13.11" |
2540 | 2601 |
|
2541 | 2602 | "@babel/runtime@^7.17.8": |
2542 | 2603 | version "7.18.0" |
|
2593 | 2654 | "@babel/parser" "^7.18.6" |
2594 | 2655 | "@babel/types" "^7.18.6" |
2595 | 2656 |
|
| 2657 | +"@babel/template@^7.20.7": |
| 2658 | + version "7.20.7" |
| 2659 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8" |
| 2660 | + integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw== |
| 2661 | + dependencies: |
| 2662 | + "@babel/code-frame" "^7.18.6" |
| 2663 | + "@babel/parser" "^7.20.7" |
| 2664 | + "@babel/types" "^7.20.7" |
| 2665 | + |
2596 | 2666 | "@babel/traverse@^7.1.6", "@babel/traverse@^7.12.11", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.7.2": |
2597 | 2667 | version "7.15.4" |
2598 | 2668 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.4.tgz#ff8510367a144bfbff552d9e18e28f3e2889c22d" |
|
2720 | 2790 | debug "^4.1.0" |
2721 | 2791 | globals "^11.1.0" |
2722 | 2792 |
|
| 2793 | +"@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.3": |
| 2794 | + version "7.21.3" |
| 2795 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.3.tgz#4747c5e7903d224be71f90788b06798331896f67" |
| 2796 | + integrity sha512-XLyopNeaTancVitYZe2MlUEvgKb6YVVPXzofHgqHijCImG33b/uTurMS488ht/Hbsb2XK3U2BnSTxKVNGV3nGQ== |
| 2797 | + dependencies: |
| 2798 | + "@babel/code-frame" "^7.18.6" |
| 2799 | + "@babel/generator" "^7.21.3" |
| 2800 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 2801 | + "@babel/helper-function-name" "^7.21.0" |
| 2802 | + "@babel/helper-hoist-variables" "^7.18.6" |
| 2803 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 2804 | + "@babel/parser" "^7.21.3" |
| 2805 | + "@babel/types" "^7.21.3" |
| 2806 | + debug "^4.1.0" |
| 2807 | + globals "^11.1.0" |
| 2808 | + |
2723 | 2809 | "@babel/types@^7.0.0", "@babel/types@^7.12.11", "@babel/types@^7.12.7", "@babel/types@^7.14.9", "@babel/types@^7.15.4", "@babel/types@^7.15.6", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
2724 | 2810 | version "7.15.6" |
2725 | 2811 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.6.tgz#99abdc48218b2881c058dd0a7ab05b99c9be758f" |
|
2794 | 2880 | "@babel/helper-validator-identifier" "^7.19.1" |
2795 | 2881 | to-fast-properties "^2.0.0" |
2796 | 2882 |
|
| 2883 | +"@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.21.3": |
| 2884 | + version "7.21.3" |
| 2885 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.3.tgz#4865a5357ce40f64e3400b0f3b737dc6d4f64d05" |
| 2886 | + integrity sha512-sBGdETxC+/M4o/zKC0sl6sjWv62WFR/uzxrJ6uYyMLZOUlPnwzw0tKgVHOXxaAd5l2g8pEDM5RZ495GPQI77kg== |
| 2887 | + dependencies: |
| 2888 | + "@babel/helper-string-parser" "^7.19.4" |
| 2889 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 2890 | + to-fast-properties "^2.0.0" |
| 2891 | + |
2797 | 2892 | "@base2/pretty-print-object@1.0.0": |
2798 | 2893 | version "1.0.0" |
2799 | 2894 | resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.0.tgz#860ce718b0b73f4009e153541faff2cb6b85d047" |
|
3449 | 3544 | "@jridgewell/sourcemap-codec" "^1.4.10" |
3450 | 3545 | "@jridgewell/trace-mapping" "^0.3.9" |
3451 | 3546 |
|
| 3547 | +"@jridgewell/resolve-uri@3.1.0": |
| 3548 | + version "3.1.0" |
| 3549 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78" |
| 3550 | + integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w== |
| 3551 | + |
3452 | 3552 | "@jridgewell/resolve-uri@^3.0.3": |
3453 | 3553 | version "3.0.5" |
3454 | 3554 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz#68eb521368db76d040a6315cdb24bf2483037b9c" |
|
3464 | 3564 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" |
3465 | 3565 | integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== |
3466 | 3566 |
|
| 3567 | +"@jridgewell/sourcemap-codec@1.4.14": |
| 3568 | + version "1.4.14" |
| 3569 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24" |
| 3570 | + integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== |
| 3571 | + |
3467 | 3572 | "@jridgewell/sourcemap-codec@^1.4.10": |
3468 | 3573 | version "1.4.11" |
3469 | 3574 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec" |
3470 | 3575 | integrity sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg== |
3471 | 3576 |
|
3472 | | -"@jridgewell/trace-mapping@0.3.9", "@jridgewell/trace-mapping@^0.3.8": |
| 3577 | +"@jridgewell/trace-mapping@0.3.9": |
3473 | 3578 | version "0.3.9" |
3474 | 3579 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz#6534fd5933a53ba7cbf3a17615e273a0d1273ff9" |
3475 | 3580 | integrity sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ== |
|
3501 | 3606 | "@jridgewell/resolve-uri" "^3.0.3" |
3502 | 3607 | "@jridgewell/sourcemap-codec" "^1.4.10" |
3503 | 3608 |
|
| 3609 | +"@jridgewell/trace-mapping@^0.3.17": |
| 3610 | + version "0.3.17" |
| 3611 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985" |
| 3612 | + integrity sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g== |
| 3613 | + dependencies: |
| 3614 | + "@jridgewell/resolve-uri" "3.1.0" |
| 3615 | + "@jridgewell/sourcemap-codec" "1.4.14" |
| 3616 | + |
3504 | 3617 | "@jridgewell/trace-mapping@^0.3.9": |
3505 | 3618 | version "0.3.13" |
3506 | 3619 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz#dcfe3e95f224c8fe97a87a5235defec999aa92ea" |
@@ -13263,6 +13376,11 @@ json5@^2.2.1: |
13263 | 13376 | resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c" |
13264 | 13377 | integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA== |
13265 | 13378 |
|
| 13379 | +json5@^2.2.2: |
| 13380 | + version "2.2.3" |
| 13381 | + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" |
| 13382 | + integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== |
| 13383 | + |
13266 | 13384 | jsonfile@^2.1.0: |
13267 | 13385 | version "2.4.0" |
13268 | 13386 | resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-2.4.0.tgz#3736a2b428b87bbda0cc83b53fa3d633a35c2ae8" |
@@ -17146,6 +17264,11 @@ regenerate@^1.4.2: |
17146 | 17264 | resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a" |
17147 | 17265 | integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== |
17148 | 17266 |
|
| 17267 | +regenerator-runtime@^0.13.11: |
| 17268 | + version "0.13.11" |
| 17269 | + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9" |
| 17270 | + integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg== |
| 17271 | + |
17149 | 17272 | regenerator-runtime@^0.13.4, regenerator-runtime@^0.13.7: |
17150 | 17273 | version "0.13.9" |
17151 | 17274 | resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52" |
|
0 commit comments