|
47 | 47 | dependencies: |
48 | 48 | "@babel/highlight" "^7.18.6" |
49 | 49 |
|
50 | | -"@babel/code-frame@^7.18.6", "@babel/code-frame@^7.21.4", "@babel/code-frame@^7.22.5": |
| 50 | +"@babel/code-frame@^7.18.6", "@babel/code-frame@^7.22.5": |
51 | 51 | version "7.22.5" |
52 | 52 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.5.tgz#234d98e1551960604f1246e6475891a570ad5658" |
53 | 53 | integrity sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ== |
54 | 54 | dependencies: |
55 | 55 | "@babel/highlight" "^7.22.5" |
56 | 56 |
|
| 57 | +"@babel/code-frame@^7.22.13": |
| 58 | + version "7.22.13" |
| 59 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 60 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 61 | + dependencies: |
| 62 | + "@babel/highlight" "^7.22.13" |
| 63 | + chalk "^2.4.2" |
| 64 | + |
57 | 65 | "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.22.5": |
58 | 66 | version "7.22.5" |
59 | 67 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.5.tgz#b1f6c86a02d85d2dd3368a2b67c09add8cd0c255" |
|
106 | 114 | json5 "^2.2.2" |
107 | 115 | semver "^6.3.0" |
108 | 116 |
|
109 | | -"@babel/generator@^7.15.4", "@babel/generator@^7.15.8": |
| 117 | +"@babel/generator@^7.15.8": |
110 | 118 | version "7.20.4" |
111 | 119 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.4.tgz#4d9f8f0c30be75fd90a0562099a26e5839602ab8" |
112 | 120 | integrity sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA== |
|
115 | 123 | "@jridgewell/gen-mapping" "^0.3.2" |
116 | 124 | jsesc "^2.5.1" |
117 | 125 |
|
118 | | -"@babel/generator@^7.20.1": |
119 | | - version "7.21.4" |
120 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.4.tgz#64a94b7448989f421f919d5239ef553b37bb26bc" |
121 | | - integrity sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA== |
122 | | - dependencies: |
123 | | - "@babel/types" "^7.21.4" |
124 | | - "@jridgewell/gen-mapping" "^0.3.2" |
125 | | - "@jridgewell/trace-mapping" "^0.3.17" |
126 | | - jsesc "^2.5.1" |
127 | | - |
128 | | -"@babel/generator@^7.21.4": |
129 | | - version "7.21.5" |
130 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.5.tgz#c0c0e5449504c7b7de8236d99338c3e2a340745f" |
131 | | - integrity sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w== |
132 | | - dependencies: |
133 | | - "@babel/types" "^7.21.5" |
134 | | - "@jridgewell/gen-mapping" "^0.3.2" |
135 | | - "@jridgewell/trace-mapping" "^0.3.17" |
136 | | - jsesc "^2.5.1" |
137 | | - |
138 | 126 | "@babel/generator@^7.22.5": |
139 | 127 | version "7.22.5" |
140 | 128 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.5.tgz#1e7bf768688acfb05cf30b2369ef855e82d984f7" |
|
145 | 133 | "@jridgewell/trace-mapping" "^0.3.17" |
146 | 134 | jsesc "^2.5.1" |
147 | 135 |
|
| 136 | +"@babel/generator@^7.23.0": |
| 137 | + version "7.23.0" |
| 138 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 139 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 140 | + dependencies: |
| 141 | + "@babel/types" "^7.23.0" |
| 142 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 143 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 144 | + jsesc "^2.5.1" |
| 145 | + |
148 | 146 | "@babel/helper-annotate-as-pure@^7.22.5": |
149 | 147 | version "7.22.5" |
150 | 148 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882" |
|
221 | 219 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98" |
222 | 220 | integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q== |
223 | 221 |
|
224 | | -"@babel/helper-function-name@^7.15.4": |
225 | | - version "7.19.0" |
226 | | - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c" |
227 | | - integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w== |
228 | | - dependencies: |
229 | | - "@babel/template" "^7.18.10" |
230 | | - "@babel/types" "^7.19.0" |
| 222 | +"@babel/helper-environment-visitor@^7.22.20": |
| 223 | + version "7.22.20" |
| 224 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 225 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
231 | 226 |
|
232 | | -"@babel/helper-function-name@^7.19.0", "@babel/helper-function-name@^7.21.0", "@babel/helper-function-name@^7.22.5": |
| 227 | +"@babel/helper-function-name@^7.22.5": |
233 | 228 | version "7.22.5" |
234 | 229 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be" |
235 | 230 | integrity sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ== |
236 | 231 | dependencies: |
237 | 232 | "@babel/template" "^7.22.5" |
238 | 233 | "@babel/types" "^7.22.5" |
239 | 234 |
|
240 | | -"@babel/helper-hoist-variables@^7.15.4": |
241 | | - version "7.18.6" |
242 | | - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" |
243 | | - integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== |
| 235 | +"@babel/helper-function-name@^7.23.0": |
| 236 | + version "7.23.0" |
| 237 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 238 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
244 | 239 | dependencies: |
245 | | - "@babel/types" "^7.18.6" |
| 240 | + "@babel/template" "^7.22.15" |
| 241 | + "@babel/types" "^7.23.0" |
246 | 242 |
|
247 | | -"@babel/helper-hoist-variables@^7.18.6", "@babel/helper-hoist-variables@^7.22.5": |
| 243 | +"@babel/helper-hoist-variables@^7.22.5": |
248 | 244 | version "7.22.5" |
249 | 245 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
250 | 246 | integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
|
348 | 344 | dependencies: |
349 | 345 | "@babel/types" "^7.22.5" |
350 | 346 |
|
351 | | -"@babel/helper-split-export-declaration@^7.15.4": |
352 | | - version "7.18.6" |
353 | | - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075" |
354 | | - integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA== |
355 | | - dependencies: |
356 | | - "@babel/types" "^7.18.6" |
357 | | - |
358 | 347 | "@babel/helper-split-export-declaration@^7.18.6", "@babel/helper-split-export-declaration@^7.22.5": |
359 | 348 | version "7.22.5" |
360 | 349 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.5.tgz#88cf11050edb95ed08d596f7a044462189127a08" |
361 | 350 | integrity sha512-thqK5QFghPKWLhAV321lxF95yCg2K3Ob5yw+M3VHWfdia0IkPXUtoLH8x/6Fh486QUvzhb8YOWHChTVen2/PoQ== |
362 | 351 | dependencies: |
363 | 352 | "@babel/types" "^7.22.5" |
364 | 353 |
|
| 354 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 355 | + version "7.22.6" |
| 356 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 357 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 358 | + dependencies: |
| 359 | + "@babel/types" "^7.22.5" |
| 360 | + |
365 | 361 | "@babel/helper-string-parser@^7.19.4": |
366 | 362 | version "7.21.5" |
367 | 363 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd" |
|
382 | 378 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193" |
383 | 379 | integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ== |
384 | 380 |
|
| 381 | +"@babel/helper-validator-identifier@^7.22.20": |
| 382 | + version "7.22.20" |
| 383 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 384 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 385 | + |
385 | 386 | "@babel/helper-validator-option@^7.18.6": |
386 | 387 | version "7.21.0" |
387 | 388 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180" |
|
447 | 448 | chalk "^2.0.0" |
448 | 449 | js-tokens "^4.0.0" |
449 | 450 |
|
| 451 | +"@babel/highlight@^7.22.13": |
| 452 | + version "7.22.20" |
| 453 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 454 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 455 | + dependencies: |
| 456 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 457 | + chalk "^2.4.2" |
| 458 | + js-tokens "^4.0.0" |
| 459 | + |
450 | 460 | "@babel/parser@^7.1.0": |
451 | 461 | version "7.15.8" |
452 | 462 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.8.tgz#7bacdcbe71bdc3ff936d510c15dcea7cf0b99016" |
|
462 | 472 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b" |
463 | 473 | integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg== |
464 | 474 |
|
465 | | -"@babel/parser@^7.20.1": |
466 | | - version "7.21.4" |
467 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17" |
468 | | - integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw== |
469 | | - |
470 | | -"@babel/parser@^7.21.4": |
471 | | - version "7.21.8" |
472 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.8.tgz#642af7d0333eab9c0ad70b14ac5e76dbde7bfdf8" |
473 | | - integrity sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA== |
| 475 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 476 | + version "7.23.0" |
| 477 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 478 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
474 | 479 |
|
475 | 480 | "@babel/parser@^7.22.5": |
476 | 481 | version "7.22.5" |
|
1198 | 1203 | "@babel/parser" "^7.22.5" |
1199 | 1204 | "@babel/types" "^7.22.5" |
1200 | 1205 |
|
| 1206 | +"@babel/template@^7.22.15": |
| 1207 | + version "7.22.15" |
| 1208 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 1209 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
| 1210 | + dependencies: |
| 1211 | + "@babel/code-frame" "^7.22.13" |
| 1212 | + "@babel/parser" "^7.22.15" |
| 1213 | + "@babel/types" "^7.22.15" |
| 1214 | + |
1201 | 1215 | "@babel/template@^7.3.3": |
1202 | 1216 | version "7.15.4" |
1203 | 1217 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.15.4.tgz#51898d35dcf3faa670c4ee6afcfd517ee139f194" |
|
1207 | 1221 | "@babel/parser" "^7.15.4" |
1208 | 1222 | "@babel/types" "^7.15.4" |
1209 | 1223 |
|
1210 | | -"@babel/traverse@^7.1.0": |
1211 | | - version "7.15.4" |
1212 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.4.tgz#ff8510367a144bfbff552d9e18e28f3e2889c22d" |
1213 | | - integrity sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA== |
| 1224 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.20.1", "@babel/traverse@^7.22.5": |
| 1225 | + version "7.23.2" |
| 1226 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 1227 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
1214 | 1228 | dependencies: |
1215 | | - "@babel/code-frame" "^7.14.5" |
1216 | | - "@babel/generator" "^7.15.4" |
1217 | | - "@babel/helper-function-name" "^7.15.4" |
1218 | | - "@babel/helper-hoist-variables" "^7.15.4" |
1219 | | - "@babel/helper-split-export-declaration" "^7.15.4" |
1220 | | - "@babel/parser" "^7.15.4" |
1221 | | - "@babel/types" "^7.15.4" |
1222 | | - debug "^4.1.0" |
1223 | | - globals "^11.1.0" |
1224 | | - |
1225 | | -"@babel/traverse@^7.15.4": |
1226 | | - version "7.20.1" |
1227 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.1.tgz#9b15ccbf882f6d107eeeecf263fbcdd208777ec8" |
1228 | | - integrity sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA== |
1229 | | - dependencies: |
1230 | | - "@babel/code-frame" "^7.18.6" |
1231 | | - "@babel/generator" "^7.20.1" |
1232 | | - "@babel/helper-environment-visitor" "^7.18.9" |
1233 | | - "@babel/helper-function-name" "^7.19.0" |
1234 | | - "@babel/helper-hoist-variables" "^7.18.6" |
1235 | | - "@babel/helper-split-export-declaration" "^7.18.6" |
1236 | | - "@babel/parser" "^7.20.1" |
1237 | | - "@babel/types" "^7.20.0" |
1238 | | - debug "^4.1.0" |
1239 | | - globals "^11.1.0" |
1240 | | - |
1241 | | -"@babel/traverse@^7.20.1": |
1242 | | - version "7.21.4" |
1243 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36" |
1244 | | - integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q== |
1245 | | - dependencies: |
1246 | | - "@babel/code-frame" "^7.21.4" |
1247 | | - "@babel/generator" "^7.21.4" |
1248 | | - "@babel/helper-environment-visitor" "^7.18.9" |
1249 | | - "@babel/helper-function-name" "^7.21.0" |
1250 | | - "@babel/helper-hoist-variables" "^7.18.6" |
1251 | | - "@babel/helper-split-export-declaration" "^7.18.6" |
1252 | | - "@babel/parser" "^7.21.4" |
1253 | | - "@babel/types" "^7.21.4" |
1254 | | - debug "^4.1.0" |
1255 | | - globals "^11.1.0" |
1256 | | - |
1257 | | -"@babel/traverse@^7.22.5": |
1258 | | - version "7.22.5" |
1259 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1" |
1260 | | - integrity sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ== |
1261 | | - dependencies: |
1262 | | - "@babel/code-frame" "^7.22.5" |
1263 | | - "@babel/generator" "^7.22.5" |
1264 | | - "@babel/helper-environment-visitor" "^7.22.5" |
1265 | | - "@babel/helper-function-name" "^7.22.5" |
| 1229 | + "@babel/code-frame" "^7.22.13" |
| 1230 | + "@babel/generator" "^7.23.0" |
| 1231 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1232 | + "@babel/helper-function-name" "^7.23.0" |
1266 | 1233 | "@babel/helper-hoist-variables" "^7.22.5" |
1267 | | - "@babel/helper-split-export-declaration" "^7.22.5" |
1268 | | - "@babel/parser" "^7.22.5" |
1269 | | - "@babel/types" "^7.22.5" |
| 1234 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1235 | + "@babel/parser" "^7.23.0" |
| 1236 | + "@babel/types" "^7.23.0" |
1270 | 1237 | debug "^4.1.0" |
1271 | 1238 | globals "^11.1.0" |
1272 | 1239 |
|
|
1296 | 1263 | "@babel/helper-validator-identifier" "^7.19.1" |
1297 | 1264 | to-fast-properties "^2.0.0" |
1298 | 1265 |
|
1299 | | -"@babel/types@^7.18.6", "@babel/types@^7.20.0", "@babel/types@^7.21.4", "@babel/types@^7.21.5", "@babel/types@^7.22.5", "@babel/types@^7.4.4": |
| 1266 | +"@babel/types@^7.20.0", "@babel/types@^7.21.5", "@babel/types@^7.22.5", "@babel/types@^7.4.4": |
1300 | 1267 | version "7.22.5" |
1301 | 1268 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe" |
1302 | 1269 | integrity sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA== |
|
1305 | 1272 | "@babel/helper-validator-identifier" "^7.22.5" |
1306 | 1273 | to-fast-properties "^2.0.0" |
1307 | 1274 |
|
1308 | | -"@babel/types@^7.19.0": |
1309 | | - version "7.21.4" |
1310 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.4.tgz#2d5d6bb7908699b3b416409ffd3b5daa25b030d4" |
1311 | | - integrity sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA== |
1312 | | - dependencies: |
1313 | | - "@babel/helper-string-parser" "^7.19.4" |
1314 | | - "@babel/helper-validator-identifier" "^7.19.1" |
1315 | | - to-fast-properties "^2.0.0" |
1316 | | - |
1317 | 1275 | "@babel/types@^7.20.2": |
1318 | 1276 | version "7.21.5" |
1319 | 1277 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.5.tgz#18dfbd47c39d3904d5db3d3dc2cc80bedb60e5b6" |
|
1323 | 1281 | "@babel/helper-validator-identifier" "^7.19.1" |
1324 | 1282 | to-fast-properties "^2.0.0" |
1325 | 1283 |
|
| 1284 | +"@babel/types@^7.22.15", "@babel/types@^7.23.0": |
| 1285 | + version "7.23.0" |
| 1286 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 1287 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 1288 | + dependencies: |
| 1289 | + "@babel/helper-string-parser" "^7.22.5" |
| 1290 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1291 | + to-fast-properties "^2.0.0" |
| 1292 | + |
1326 | 1293 | "@bcoe/v8-coverage@^0.2.3": |
1327 | 1294 | version "0.2.3" |
1328 | 1295 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
@@ -2269,7 +2236,7 @@ capture-exit@^2.0.0: |
2269 | 2236 | dependencies: |
2270 | 2237 | rsvp "^4.8.4" |
2271 | 2238 |
|
2272 | | -chalk@^2.0.0: |
| 2239 | +chalk@^2.0.0, chalk@^2.4.2: |
2273 | 2240 | version "2.4.2" |
2274 | 2241 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" |
2275 | 2242 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== |
|
0 commit comments