|
208 | 208 | events "^3.0.0"
|
209 | 209 | tslib "^2.2.0"
|
210 | 210 |
|
211 |
| -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.22.13": |
212 |
| - version "7.22.13" |
213 |
| - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
214 |
| - integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 211 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.21.4", "@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.1", "@babel/code-frame@^7.24.2": |
| 212 | + version "7.24.2" |
| 213 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae" |
| 214 | + integrity sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ== |
215 | 215 | dependencies:
|
216 |
| - "@babel/highlight" "^7.22.13" |
217 |
| - chalk "^2.4.2" |
218 |
| - |
219 |
| -"@babel/code-frame@^7.21.4", "@babel/code-frame@^7.23.5": |
220 |
| - version "7.23.5" |
221 |
| - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244" |
222 |
| - integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA== |
223 |
| - dependencies: |
224 |
| - "@babel/highlight" "^7.23.4" |
225 |
| - chalk "^2.4.2" |
| 216 | + "@babel/highlight" "^7.24.2" |
| 217 | + picocolors "^1.0.0" |
226 | 218 |
|
227 |
| -"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9", "@babel/compat-data@^7.23.3": |
| 219 | +"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.3": |
228 | 220 | version "7.23.3"
|
229 | 221 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.3.tgz#3febd552541e62b5e883a25eb3effd7c7379db11"
|
230 | 222 | integrity sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==
|
|
234 | 226 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
|
235 | 227 | integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
|
236 | 228 |
|
237 |
| -"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.22.1": |
238 |
| - version "7.23.3" |
239 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.3.tgz#5ec09c8803b91f51cc887dedc2654a35852849c9" |
240 |
| - integrity sha512-Jg+msLuNuCJDyBvFv5+OKOUjWMZgd85bKjbICd3zWrKAo+bJ49HJufi7CQE0q0uR8NGyO6xkCACScNqyjHSZew== |
| 229 | +"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.23.0", "@babel/core@^7.23.2", "@babel/core@^7.24.3": |
| 230 | + version "7.24.3" |
| 231 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.3.tgz#568864247ea10fbd4eff04dda1e05f9e2ea985c3" |
| 232 | + integrity sha512-5FcvN1JHw2sHJChotgx8Ek0lyuh4kCKelgMTTqhYJJtloNvUfpAFMeNQUtdlIaktwrSV9LtCdqwk48wL2wBacQ== |
241 | 233 | dependencies:
|
242 | 234 | "@ampproject/remapping" "^2.2.0"
|
243 |
| - "@babel/code-frame" "^7.22.13" |
244 |
| - "@babel/generator" "^7.23.3" |
245 |
| - "@babel/helper-compilation-targets" "^7.22.15" |
246 |
| - "@babel/helper-module-transforms" "^7.23.3" |
247 |
| - "@babel/helpers" "^7.23.2" |
248 |
| - "@babel/parser" "^7.23.3" |
249 |
| - "@babel/template" "^7.22.15" |
250 |
| - "@babel/traverse" "^7.23.3" |
251 |
| - "@babel/types" "^7.23.3" |
252 |
| - convert-source-map "^2.0.0" |
253 |
| - debug "^4.1.0" |
254 |
| - gensync "^1.0.0-beta.2" |
255 |
| - json5 "^2.2.3" |
256 |
| - semver "^6.3.1" |
257 |
| - |
258 |
| -"@babel/core@^7.23.0", "@babel/core@^7.23.2": |
259 |
| - version "7.23.9" |
260 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.9.tgz#b028820718000f267870822fec434820e9b1e4d1" |
261 |
| - integrity sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw== |
262 |
| - dependencies: |
263 |
| - "@ampproject/remapping" "^2.2.0" |
264 |
| - "@babel/code-frame" "^7.23.5" |
265 |
| - "@babel/generator" "^7.23.6" |
| 235 | + "@babel/code-frame" "^7.24.2" |
| 236 | + "@babel/generator" "^7.24.1" |
266 | 237 | "@babel/helper-compilation-targets" "^7.23.6"
|
267 | 238 | "@babel/helper-module-transforms" "^7.23.3"
|
268 |
| - "@babel/helpers" "^7.23.9" |
269 |
| - "@babel/parser" "^7.23.9" |
270 |
| - "@babel/template" "^7.23.9" |
271 |
| - "@babel/traverse" "^7.23.9" |
272 |
| - "@babel/types" "^7.23.9" |
| 239 | + "@babel/helpers" "^7.24.1" |
| 240 | + "@babel/parser" "^7.24.1" |
| 241 | + "@babel/template" "^7.24.0" |
| 242 | + "@babel/traverse" "^7.24.1" |
| 243 | + "@babel/types" "^7.24.0" |
273 | 244 | convert-source-map "^2.0.0"
|
274 | 245 | debug "^4.1.0"
|
275 | 246 | gensync "^1.0.0-beta.2"
|
276 | 247 | json5 "^2.2.3"
|
277 | 248 | semver "^6.3.1"
|
278 | 249 |
|
279 |
| -"@babel/generator@^7.23.0", "@babel/generator@^7.23.6": |
280 |
| - version "7.23.6" |
281 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.6.tgz#9e1fca4811c77a10580d17d26b57b036133f3c2e" |
282 |
| - integrity sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw== |
| 250 | +"@babel/generator@^7.23.0", "@babel/generator@^7.24.1": |
| 251 | + version "7.24.1" |
| 252 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.1.tgz#e67e06f68568a4ebf194d1c6014235344f0476d0" |
| 253 | + integrity sha512-DfCRfZsBcrPEHUfuBMgbJ1Ut01Y/itOs+hY2nFLgqsqXd52/iSiVq5TITtUasIUgm+IIKdY2/1I7auiQOEeC9A== |
283 | 254 | dependencies:
|
284 |
| - "@babel/types" "^7.23.6" |
285 |
| - "@jridgewell/gen-mapping" "^0.3.2" |
286 |
| - "@jridgewell/trace-mapping" "^0.3.17" |
287 |
| - jsesc "^2.5.1" |
288 |
| - |
289 |
| -"@babel/generator@^7.23.3": |
290 |
| - version "7.23.3" |
291 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.3.tgz#86e6e83d95903fbe7613f448613b8b319f330a8e" |
292 |
| - integrity sha512-keeZWAV4LU3tW0qRi19HRpabC/ilM0HRBBzf9/k8FFiG4KVpiv0FIy4hHfLfFQZNhziCTPTmd59zoyv6DNISzg== |
293 |
| - dependencies: |
294 |
| - "@babel/types" "^7.23.3" |
295 |
| - "@jridgewell/gen-mapping" "^0.3.2" |
296 |
| - "@jridgewell/trace-mapping" "^0.3.17" |
| 255 | + "@babel/types" "^7.24.0" |
| 256 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 257 | + "@jridgewell/trace-mapping" "^0.3.25" |
297 | 258 | jsesc "^2.5.1"
|
298 | 259 |
|
299 | 260 | "@babel/helper-annotate-as-pure@^7.22.5":
|
|
310 | 271 | dependencies:
|
311 | 272 | "@babel/types" "^7.22.15"
|
312 | 273 |
|
313 |
| -"@babel/helper-compilation-targets@^7.22.15", "@babel/helper-compilation-targets@^7.22.6": |
314 |
| - version "7.22.15" |
315 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz#0698fc44551a26cf29f18d4662d5bf545a6cfc52" |
316 |
| - integrity sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw== |
317 |
| - dependencies: |
318 |
| - "@babel/compat-data" "^7.22.9" |
319 |
| - "@babel/helper-validator-option" "^7.22.15" |
320 |
| - browserslist "^4.21.9" |
321 |
| - lru-cache "^5.1.1" |
322 |
| - semver "^6.3.1" |
323 |
| - |
324 |
| -"@babel/helper-compilation-targets@^7.23.6": |
| 274 | +"@babel/helper-compilation-targets@^7.22.15", "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.23.6": |
325 | 275 | version "7.23.6"
|
326 | 276 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz#4d79069b16cbcf1461289eccfbbd81501ae39991"
|
327 | 277 | integrity sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==
|
|
463 | 413 | dependencies:
|
464 | 414 | "@babel/types" "^7.22.5"
|
465 | 415 |
|
466 |
| -"@babel/helper-string-parser@^7.22.5": |
467 |
| - version "7.22.5" |
468 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
469 |
| - integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
470 |
| - |
471 | 416 | "@babel/helper-string-parser@^7.23.4":
|
472 | 417 | version "7.23.4"
|
473 | 418 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
|
|
497 | 442 | "@babel/template" "^7.22.15"
|
498 | 443 | "@babel/types" "^7.22.19"
|
499 | 444 |
|
500 |
| -"@babel/helpers@^7.23.2": |
501 |
| - version "7.23.2" |
502 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.2.tgz#2832549a6e37d484286e15ba36a5330483cac767" |
503 |
| - integrity sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ== |
| 445 | +"@babel/helpers@^7.24.1": |
| 446 | + version "7.24.1" |
| 447 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.1.tgz#183e44714b9eba36c3038e442516587b1e0a1a94" |
| 448 | + integrity sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg== |
504 | 449 | dependencies:
|
505 |
| - "@babel/template" "^7.22.15" |
506 |
| - "@babel/traverse" "^7.23.2" |
507 |
| - "@babel/types" "^7.23.0" |
| 450 | + "@babel/template" "^7.24.0" |
| 451 | + "@babel/traverse" "^7.24.1" |
| 452 | + "@babel/types" "^7.24.0" |
508 | 453 |
|
509 |
| -"@babel/helpers@^7.23.9": |
510 |
| - version "7.23.9" |
511 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.9.tgz#c3e20bbe7f7a7e10cb9b178384b4affdf5995c7d" |
512 |
| - integrity sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ== |
513 |
| - dependencies: |
514 |
| - "@babel/template" "^7.23.9" |
515 |
| - "@babel/traverse" "^7.23.9" |
516 |
| - "@babel/types" "^7.23.9" |
517 |
| - |
518 |
| -"@babel/highlight@^7.22.13": |
519 |
| - version "7.22.20" |
520 |
| - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
521 |
| - integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
522 |
| - dependencies: |
523 |
| - "@babel/helper-validator-identifier" "^7.22.20" |
524 |
| - chalk "^2.4.2" |
525 |
| - js-tokens "^4.0.0" |
526 |
| - |
527 |
| -"@babel/highlight@^7.23.4": |
528 |
| - version "7.23.4" |
529 |
| - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b" |
530 |
| - integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A== |
| 454 | +"@babel/highlight@^7.24.2": |
| 455 | + version "7.24.2" |
| 456 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.2.tgz#3f539503efc83d3c59080a10e6634306e0370d26" |
| 457 | + integrity sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA== |
531 | 458 | dependencies:
|
532 | 459 | "@babel/helper-validator-identifier" "^7.22.20"
|
533 | 460 | chalk "^2.4.2"
|
534 | 461 | js-tokens "^4.0.0"
|
| 462 | + picocolors "^1.0.0" |
535 | 463 |
|
536 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.22.15", "@babel/parser@^7.23.3", "@babel/parser@^7.6.0", "@babel/parser@^7.9.6": |
537 |
| - version "7.23.3" |
538 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.3.tgz#0ce0be31a4ca4f1884b5786057cadcb6c3be58f9" |
539 |
| - integrity sha512-uVsWNvlVsIninV2prNz/3lHCb+5CJ+e+IUBfbjToAHODtfGYLfCFuY4AU7TskI+dAKk+njsPiBjq1gKTvZOBaw== |
540 |
| - |
541 |
| -"@babel/parser@^7.23.0", "@babel/parser@^7.23.9": |
542 |
| - version "7.23.9" |
543 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b" |
544 |
| - integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA== |
| 464 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.0", "@babel/parser@^7.24.0", "@babel/parser@^7.24.1", "@babel/parser@^7.6.0", "@babel/parser@^7.9.6": |
| 465 | + version "7.24.1" |
| 466 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.1.tgz#1e416d3627393fab1cb5b0f2f1796a100ae9133a" |
| 467 | + integrity sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg== |
545 | 468 |
|
546 | 469 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.23.3":
|
547 | 470 | version "7.23.3"
|
|
1280 | 1203 | dependencies:
|
1281 | 1204 | regenerator-runtime "^0.14.0"
|
1282 | 1205 |
|
1283 |
| -"@babel/template@^7.22.15", "@babel/template@^7.7.0": |
1284 |
| - version "7.22.15" |
1285 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
1286 |
| - integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
1287 |
| - dependencies: |
1288 |
| - "@babel/code-frame" "^7.22.13" |
1289 |
| - "@babel/parser" "^7.22.15" |
1290 |
| - "@babel/types" "^7.22.15" |
1291 |
| - |
1292 |
| -"@babel/template@^7.23.9": |
1293 |
| - version "7.23.9" |
1294 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.23.9.tgz#f881d0487cba2828d3259dcb9ef5005a9731011a" |
1295 |
| - integrity sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA== |
| 1206 | +"@babel/template@^7.22.15", "@babel/template@^7.24.0", "@babel/template@^7.7.0": |
| 1207 | + version "7.24.0" |
| 1208 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50" |
| 1209 | + integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA== |
1296 | 1210 | dependencies:
|
1297 | 1211 | "@babel/code-frame" "^7.23.5"
|
1298 |
| - "@babel/parser" "^7.23.9" |
1299 |
| - "@babel/types" "^7.23.9" |
1300 |
| - |
1301 |
| -"@babel/traverse@^7.23.2", "@babel/traverse@^7.23.3": |
1302 |
| - version "7.23.3" |
1303 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.3.tgz#26ee5f252e725aa7aca3474aa5b324eaf7908b5b" |
1304 |
| - integrity sha512-+K0yF1/9yR0oHdE0StHuEj3uTPzwwbrLGfNOndVJVV2TqA5+j3oljJUb4nmB954FLGjNem976+B+eDuLIjesiQ== |
1305 |
| - dependencies: |
1306 |
| - "@babel/code-frame" "^7.22.13" |
1307 |
| - "@babel/generator" "^7.23.3" |
1308 |
| - "@babel/helper-environment-visitor" "^7.22.20" |
1309 |
| - "@babel/helper-function-name" "^7.23.0" |
1310 |
| - "@babel/helper-hoist-variables" "^7.22.5" |
1311 |
| - "@babel/helper-split-export-declaration" "^7.22.6" |
1312 |
| - "@babel/parser" "^7.23.3" |
1313 |
| - "@babel/types" "^7.23.3" |
1314 |
| - debug "^4.1.0" |
1315 |
| - globals "^11.1.0" |
| 1212 | + "@babel/parser" "^7.24.0" |
| 1213 | + "@babel/types" "^7.24.0" |
1316 | 1214 |
|
1317 |
| -"@babel/traverse@^7.23.9": |
1318 |
| - version "7.23.9" |
1319 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.9.tgz#2f9d6aead6b564669394c5ce0f9302bb65b9d950" |
1320 |
| - integrity sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg== |
| 1215 | +"@babel/traverse@^7.23.2", "@babel/traverse@^7.24.1": |
| 1216 | + version "7.24.1" |
| 1217 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.1.tgz#d65c36ac9dd17282175d1e4a3c49d5b7988f530c" |
| 1218 | + integrity sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ== |
1321 | 1219 | dependencies:
|
1322 |
| - "@babel/code-frame" "^7.23.5" |
1323 |
| - "@babel/generator" "^7.23.6" |
| 1220 | + "@babel/code-frame" "^7.24.1" |
| 1221 | + "@babel/generator" "^7.24.1" |
1324 | 1222 | "@babel/helper-environment-visitor" "^7.22.20"
|
1325 | 1223 | "@babel/helper-function-name" "^7.23.0"
|
1326 | 1224 | "@babel/helper-hoist-variables" "^7.22.5"
|
1327 | 1225 | "@babel/helper-split-export-declaration" "^7.22.6"
|
1328 |
| - "@babel/parser" "^7.23.9" |
1329 |
| - "@babel/types" "^7.23.9" |
| 1226 | + "@babel/parser" "^7.24.1" |
| 1227 | + "@babel/types" "^7.24.0" |
1330 | 1228 | debug "^4.3.1"
|
1331 | 1229 | globals "^11.1.0"
|
1332 | 1230 |
|
1333 |
| -"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.3", "@babel/types@^7.4.4", "@babel/types@^7.6.1", "@babel/types@^7.9.6": |
1334 |
| - version "7.23.3" |
1335 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.3.tgz#d5ea892c07f2ec371ac704420f4dcdb07b5f9598" |
1336 |
| - integrity sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw== |
1337 |
| - dependencies: |
1338 |
| - "@babel/helper-string-parser" "^7.22.5" |
1339 |
| - "@babel/helper-validator-identifier" "^7.22.20" |
1340 |
| - to-fast-properties "^2.0.0" |
1341 |
| - |
1342 |
| -"@babel/types@^7.23.6", "@babel/types@^7.23.9": |
1343 |
| - version "7.23.9" |
1344 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002" |
1345 |
| - integrity sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q== |
| 1231 | +"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.24.0", "@babel/types@^7.4.4", "@babel/types@^7.6.1", "@babel/types@^7.9.6": |
| 1232 | + version "7.24.0" |
| 1233 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf" |
| 1234 | + integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w== |
1346 | 1235 | dependencies:
|
1347 | 1236 | "@babel/helper-string-parser" "^7.23.4"
|
1348 | 1237 | "@babel/helper-validator-identifier" "^7.22.20"
|
|
1934 | 1823 | "@types/yargs" "^17.0.8"
|
1935 | 1824 | chalk "^4.0.0"
|
1936 | 1825 |
|
1937 |
| -"@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2": |
| 1826 | +"@jridgewell/gen-mapping@^0.3.0": |
1938 | 1827 | version "0.3.3"
|
1939 | 1828 | resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
|
1940 | 1829 | integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==
|
|
1943 | 1832 | "@jridgewell/sourcemap-codec" "^1.4.10"
|
1944 | 1833 | "@jridgewell/trace-mapping" "^0.3.9"
|
1945 | 1834 |
|
| 1835 | +"@jridgewell/gen-mapping@^0.3.5": |
| 1836 | + version "0.3.5" |
| 1837 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36" |
| 1838 | + integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg== |
| 1839 | + dependencies: |
| 1840 | + "@jridgewell/set-array" "^1.2.1" |
| 1841 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 1842 | + "@jridgewell/trace-mapping" "^0.3.24" |
| 1843 | + |
1946 | 1844 | "@jridgewell/resolve-uri@^3.0.3", "@jridgewell/resolve-uri@^3.1.0":
|
1947 | 1845 | version "3.1.1"
|
1948 | 1846 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
|
|
1953 | 1851 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
|
1954 | 1852 | integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
|
1955 | 1853 |
|
| 1854 | +"@jridgewell/set-array@^1.2.1": |
| 1855 | + version "1.2.1" |
| 1856 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280" |
| 1857 | + integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A== |
| 1858 | + |
1956 | 1859 | "@jridgewell/source-map@^0.3.3":
|
1957 | 1860 | version "0.3.5"
|
1958 | 1861 | resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.5.tgz#a3bb4d5c6825aab0d281268f47f6ad5853431e91"
|
|
1990 | 1893 | "@jridgewell/resolve-uri" "^3.1.0"
|
1991 | 1894 | "@jridgewell/sourcemap-codec" "^1.4.14"
|
1992 | 1895 |
|
1993 |
| -"@jridgewell/trace-mapping@^0.3.20": |
| 1896 | +"@jridgewell/trace-mapping@^0.3.20", "@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25": |
1994 | 1897 | version "0.3.25"
|
1995 | 1898 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
|
1996 | 1899 | integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
|
@@ -5854,7 +5757,7 @@ browserify-zlib@^0.1.4:
|
5854 | 5757 | dependencies:
|
5855 | 5758 | pako "~0.2.0"
|
5856 | 5759 |
|
5857 |
| -browserslist@^4.0.0, browserslist@^4.14.5, browserslist@^4.21.9, browserslist@^4.22.1: |
| 5760 | +browserslist@^4.0.0, browserslist@^4.14.5, browserslist@^4.22.1: |
5858 | 5761 | version "4.22.1"
|
5859 | 5762 | resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.22.1.tgz#ba91958d1a59b87dab6fed8dfbcb3da5e2e9c619"
|
5860 | 5763 | integrity sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==
|
|
0 commit comments