|
14 | 14 | dependencies:
|
15 | 15 | "@azu/format-text" "^1.0.1"
|
16 | 16 |
|
17 |
| -"@babel/cli@^7.5.5": |
18 |
| - version "7.5.5" |
19 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.5.5.tgz#bdb6d9169e93e241a08f5f7b0265195bf38ef5ec" |
20 |
| - integrity sha512-UHI+7pHv/tk9g6WXQKYz+kmXTI77YtuY3vqC59KIqcoWEjsJJSG6rAxKaLsgj3LDyadsPrCB929gVOKM6Hui0w== |
| 17 | +"@babel/cli@^7.6.0": |
| 18 | + version "7.6.0" |
| 19 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.6.0.tgz#1470a04394eaf37862989ea4912adf440fa6ff8d" |
| 20 | + integrity sha512-1CTDyGUjQqW3Mz4gfKZ04KGOckyyaNmKneAMlABPS+ZyuxWv3FrVEVz7Ag08kNIztVx8VaJ8YgvYLSNlMKAT5Q== |
21 | 21 | dependencies:
|
22 | 22 | commander "^2.8.1"
|
23 | 23 | convert-source-map "^1.1.0"
|
|
29 | 29 | slash "^2.0.0"
|
30 | 30 | source-map "^0.5.0"
|
31 | 31 | optionalDependencies:
|
32 |
| - chokidar "^2.0.4" |
| 32 | + chokidar "^2.1.8" |
33 | 33 |
|
34 | 34 | "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5":
|
35 | 35 | version "7.5.5"
|
|
38 | 38 | dependencies:
|
39 | 39 | "@babel/highlight" "^7.0.0"
|
40 | 40 |
|
41 |
| -"@babel/core@^7.5.5": |
42 |
| - version "7.5.5" |
43 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.5.tgz#17b2686ef0d6bc58f963dddd68ab669755582c30" |
44 |
| - integrity sha512-i4qoSr2KTtce0DmkuuQBV4AuQgGPUcPXMr9L5MyYAtk06z068lQ10a4O009fe5OB/DfNV+h+qqT7ddNV8UnRjg== |
| 41 | +"@babel/core@^7.6.0": |
| 42 | + version "7.6.0" |
| 43 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.0.tgz#9b00f73554edd67bebc86df8303ef678be3d7b48" |
| 44 | + integrity sha512-FuRhDRtsd6IptKpHXAa+4WPZYY2ZzgowkbLBecEDDSje1X/apG7jQM33or3NdOmjXBKWGOg4JmSiRfUfuTtHXw== |
45 | 45 | dependencies:
|
46 | 46 | "@babel/code-frame" "^7.5.5"
|
47 |
| - "@babel/generator" "^7.5.5" |
48 |
| - "@babel/helpers" "^7.5.5" |
49 |
| - "@babel/parser" "^7.5.5" |
50 |
| - "@babel/template" "^7.4.4" |
51 |
| - "@babel/traverse" "^7.5.5" |
52 |
| - "@babel/types" "^7.5.5" |
| 47 | + "@babel/generator" "^7.6.0" |
| 48 | + "@babel/helpers" "^7.6.0" |
| 49 | + "@babel/parser" "^7.6.0" |
| 50 | + "@babel/template" "^7.6.0" |
| 51 | + "@babel/traverse" "^7.6.0" |
| 52 | + "@babel/types" "^7.6.0" |
53 | 53 | convert-source-map "^1.1.0"
|
54 | 54 | debug "^4.1.0"
|
55 | 55 | json5 "^2.1.0"
|
|
69 | 69 | source-map "^0.5.0"
|
70 | 70 | trim-right "^1.0.1"
|
71 | 71 |
|
| 72 | +"@babel/generator@^7.6.0": |
| 73 | + version "7.6.0" |
| 74 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.0.tgz#e2c21efbfd3293ad819a2359b448f002bfdfda56" |
| 75 | + integrity sha512-Ms8Mo7YBdMMn1BYuNtKuP/z0TgEIhbcyB8HVR6PPNYp4P61lMsABiS4A3VG1qznjXVCf3r+fVHhm4efTYVsySA== |
| 76 | + dependencies: |
| 77 | + "@babel/types" "^7.6.0" |
| 78 | + jsesc "^2.5.1" |
| 79 | + lodash "^4.17.13" |
| 80 | + source-map "^0.5.0" |
| 81 | + trim-right "^1.0.1" |
| 82 | + |
72 | 83 | "@babel/helper-annotate-as-pure@^7.0.0":
|
73 | 84 | version "7.0.0"
|
74 | 85 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
|
|
93 | 104 | "@babel/traverse" "^7.4.4"
|
94 | 105 | "@babel/types" "^7.4.4"
|
95 | 106 |
|
96 |
| -"@babel/helper-create-class-features-plugin@^7.5.5": |
97 |
| - version "7.5.5" |
98 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.5.5.tgz#401f302c8ddbc0edd36f7c6b2887d8fa1122e5a4" |
99 |
| - integrity sha512-ZsxkyYiRA7Bg+ZTRpPvB6AbOFKTFFK4LrvTet8lInm0V468MWCaSYJE+I7v2z2r8KNLtYiV+K5kTCnR7dvyZjg== |
| 107 | +"@babel/helper-create-class-features-plugin@^7.6.0": |
| 108 | + version "7.6.0" |
| 109 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.6.0.tgz#769711acca889be371e9bc2eb68641d55218021f" |
| 110 | + integrity sha512-O1QWBko4fzGju6VoVvrZg0RROCVifcLxiApnGP3OWfWzvxRZFCoBD81K5ur5e3bVY2Vf/5rIJm8cqPKn8HUJng== |
100 | 111 | dependencies:
|
101 | 112 | "@babel/helper-function-name" "^7.1.0"
|
102 | 113 | "@babel/helper-member-expression-to-functions" "^7.5.5"
|
|
236 | 247 | "@babel/traverse" "^7.1.0"
|
237 | 248 | "@babel/types" "^7.2.0"
|
238 | 249 |
|
239 |
| -"@babel/helpers@^7.5.5": |
240 |
| - version "7.5.5" |
241 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.5.tgz#63908d2a73942229d1e6685bc2a0e730dde3b75e" |
242 |
| - integrity sha512-nRq2BUhxZFnfEn/ciJuhklHvFOqjJUD5wpx+1bxUF2axL9C+v4DE/dmp5sT2dKnpOs4orZWzpAZqlCy8QqE/7g== |
| 250 | +"@babel/helpers@^7.6.0": |
| 251 | + version "7.6.0" |
| 252 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.6.0.tgz#21961d16c6a3c3ab597325c34c465c0887d31c6e" |
| 253 | + integrity sha512-W9kao7OBleOjfXtFGgArGRX6eCP0UEcA2ZWEWNkJdRZnHhW4eEbeswbG3EwaRsnQUAEGWYgMq1HsIXuNNNy2eQ== |
243 | 254 | dependencies:
|
244 |
| - "@babel/template" "^7.4.4" |
245 |
| - "@babel/traverse" "^7.5.5" |
246 |
| - "@babel/types" "^7.5.5" |
| 255 | + "@babel/template" "^7.6.0" |
| 256 | + "@babel/traverse" "^7.6.0" |
| 257 | + "@babel/types" "^7.6.0" |
247 | 258 |
|
248 | 259 | "@babel/highlight@^7.0.0":
|
249 | 260 | version "7.5.0"
|
|
259 | 270 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.5.tgz#02f077ac8817d3df4a832ef59de67565e71cca4b"
|
260 | 271 | integrity sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g==
|
261 | 272 |
|
| 273 | +"@babel/parser@^7.6.0": |
| 274 | + version "7.6.0" |
| 275 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.0.tgz#3e05d0647432a8326cb28d0de03895ae5a57f39b" |
| 276 | + integrity sha512-+o2q111WEx4srBs7L9eJmcwi655eD8sXniLqMB93TBK9GrNzGrxDWSjiqz2hLU0Ha8MTXFIP0yd9fNdP+m43ZQ== |
| 277 | + |
262 | 278 | "@babel/plugin-proposal-async-generator-functions@^7.2.0":
|
263 | 279 | version "7.2.0"
|
264 | 280 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e"
|
|
374 | 390 | dependencies:
|
375 | 391 | "@babel/helper-plugin-utils" "^7.0.0"
|
376 | 392 |
|
377 |
| -"@babel/plugin-transform-block-scoping@^7.5.5": |
378 |
| - version "7.5.5" |
379 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.5.5.tgz#a35f395e5402822f10d2119f6f8e045e3639a2ce" |
380 |
| - integrity sha512-82A3CLRRdYubkG85lKwhZB0WZoHxLGsJdux/cOVaJCJpvYFl1LVzAIFyRsa7CvXqW8rBM4Zf3Bfn8PHt5DP0Sg== |
| 393 | +"@babel/plugin-transform-block-scoping@^7.6.0": |
| 394 | + version "7.6.0" |
| 395 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.0.tgz#c49e21228c4bbd4068a35667e6d951c75439b1dc" |
| 396 | + integrity sha512-tIt4E23+kw6TgL/edACZwP1OUKrjOTyMrFMLoT5IOFrfMRabCgekjqFd5o6PaAMildBu46oFkekIdMuGkkPEpA== |
381 | 397 | dependencies:
|
382 | 398 | "@babel/helper-plugin-utils" "^7.0.0"
|
383 | 399 | lodash "^4.17.13"
|
|
403 | 419 | dependencies:
|
404 | 420 | "@babel/helper-plugin-utils" "^7.0.0"
|
405 | 421 |
|
406 |
| -"@babel/plugin-transform-destructuring@^7.5.0": |
407 |
| - version "7.5.0" |
408 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.5.0.tgz#f6c09fdfe3f94516ff074fe877db7bc9ef05855a" |
409 |
| - integrity sha512-YbYgbd3TryYYLGyC7ZR+Tq8H/+bCmwoaxHfJHupom5ECstzbRLTch6gOQbhEY9Z4hiCNHEURgq06ykFv9JZ/QQ== |
| 422 | +"@babel/plugin-transform-destructuring@^7.6.0": |
| 423 | + version "7.6.0" |
| 424 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.6.0.tgz#44bbe08b57f4480094d57d9ffbcd96d309075ba6" |
| 425 | + integrity sha512-2bGIS5P1v4+sWTCnKNDZDxbGvEqi0ijeqM/YqHtVGrvG2y0ySgnEEhXErvE9dA0bnIzY9bIzdFK0jFA46ASIIQ== |
410 | 426 | dependencies:
|
411 | 427 | "@babel/helper-plugin-utils" "^7.0.0"
|
412 | 428 |
|
|
472 | 488 | "@babel/helper-plugin-utils" "^7.0.0"
|
473 | 489 | babel-plugin-dynamic-import-node "^2.3.0"
|
474 | 490 |
|
475 |
| -"@babel/plugin-transform-modules-commonjs@^7.5.0": |
476 |
| - version "7.5.0" |
477 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.5.0.tgz#425127e6045231360858eeaa47a71d75eded7a74" |
478 |
| - integrity sha512-xmHq0B+ytyrWJvQTc5OWAC4ii6Dhr0s22STOoydokG51JjWhyYo5mRPXoi+ZmtHQhZZwuXNN+GG5jy5UZZJxIQ== |
| 491 | +"@babel/plugin-transform-modules-commonjs@^7.6.0": |
| 492 | + version "7.6.0" |
| 493 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.6.0.tgz#39dfe957de4420445f1fcf88b68a2e4aa4515486" |
| 494 | + integrity sha512-Ma93Ix95PNSEngqomy5LSBMAQvYKVe3dy+JlVJSHEXZR5ASL9lQBedMiCyVtmTLraIDVRE3ZjTZvmXXD2Ozw3g== |
479 | 495 | dependencies:
|
480 | 496 | "@babel/helper-module-transforms" "^7.4.4"
|
481 | 497 | "@babel/helper-plugin-utils" "^7.0.0"
|
|
499 | 515 | "@babel/helper-module-transforms" "^7.1.0"
|
500 | 516 | "@babel/helper-plugin-utils" "^7.0.0"
|
501 | 517 |
|
502 |
| -"@babel/plugin-transform-named-capturing-groups-regex@^7.4.5": |
503 |
| - version "7.4.5" |
504 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.4.5.tgz#9d269fd28a370258199b4294736813a60bbdd106" |
505 |
| - integrity sha512-z7+2IsWafTBbjNsOxU/Iv5CvTJlr5w4+HGu1HovKYTtgJ362f7kBcQglkfmlspKKZ3bgrbSGvLfNx++ZJgCWsg== |
| 518 | +"@babel/plugin-transform-named-capturing-groups-regex@^7.6.0": |
| 519 | + version "7.6.0" |
| 520 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.6.0.tgz#1e6e663097813bb4f53d42df0750cf28ad3bb3f1" |
| 521 | + integrity sha512-jem7uytlmrRl3iCAuQyw8BpB4c4LWvSpvIeXKpMb+7j84lkx4m4mYr5ErAcmN5KM7B6BqrAvRGjBIbbzqCczew== |
506 | 522 | dependencies:
|
507 |
| - regexp-tree "^0.1.6" |
| 523 | + regexp-tree "^0.1.13" |
508 | 524 |
|
509 | 525 | "@babel/plugin-transform-new-target@^7.4.4":
|
510 | 526 | version "7.4.4"
|
|
588 | 604 | dependencies:
|
589 | 605 | "@babel/helper-plugin-utils" "^7.0.0"
|
590 | 606 |
|
591 |
| -"@babel/plugin-transform-typescript@^7.3.2": |
592 |
| - version "7.5.5" |
593 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.5.5.tgz#6d862766f09b2da1cb1f7d505fe2aedab6b7d4b8" |
594 |
| - integrity sha512-pehKf4m640myZu5B2ZviLaiBlxMCjSZ1qTEO459AXKX5GnPueyulJeCqZFs1nz/Ya2dDzXQ1NxZ/kKNWyD4h6w== |
| 607 | +"@babel/plugin-transform-typescript@^7.6.0": |
| 608 | + version "7.6.0" |
| 609 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.6.0.tgz#48d78405f1aa856ebeea7288a48a19ed8da377a6" |
| 610 | + integrity sha512-yzw7EopOOr6saONZ3KA3lpizKnWRTe+rfBqg4AmQbSow7ik7fqmzrfIqt053osLwLE2AaTqGinLM2tl6+M/uog== |
595 | 611 | dependencies:
|
596 |
| - "@babel/helper-create-class-features-plugin" "^7.5.5" |
| 612 | + "@babel/helper-create-class-features-plugin" "^7.6.0" |
597 | 613 | "@babel/helper-plugin-utils" "^7.0.0"
|
598 | 614 | "@babel/plugin-syntax-typescript" "^7.2.0"
|
599 | 615 |
|
|
606 | 622 | "@babel/helper-regex" "^7.4.4"
|
607 | 623 | regexpu-core "^4.5.4"
|
608 | 624 |
|
609 |
| -"@babel/preset-env@^7.5.5": |
610 |
| - version "7.5.5" |
611 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.5.5.tgz#bc470b53acaa48df4b8db24a570d6da1fef53c9a" |
612 |
| - integrity sha512-GMZQka/+INwsMz1A5UEql8tG015h5j/qjptpKY2gJ7giy8ohzU710YciJB5rcKsWGWHiW3RUnHib0E5/m3Tp3A== |
| 625 | +"@babel/preset-env@^7.6.0": |
| 626 | + version "7.6.0" |
| 627 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.0.tgz#aae4141c506100bb2bfaa4ac2a5c12b395619e50" |
| 628 | + integrity sha512-1efzxFv/TcPsNXlRhMzRnkBFMeIqBBgzwmZwlFDw5Ubj0AGLeufxugirwZmkkX/ayi3owsSqoQ4fw8LkfK9SYg== |
613 | 629 | dependencies:
|
614 | 630 | "@babel/helper-module-imports" "^7.0.0"
|
615 | 631 | "@babel/helper-plugin-utils" "^7.0.0"
|
|
627 | 643 | "@babel/plugin-transform-arrow-functions" "^7.2.0"
|
628 | 644 | "@babel/plugin-transform-async-to-generator" "^7.5.0"
|
629 | 645 | "@babel/plugin-transform-block-scoped-functions" "^7.2.0"
|
630 |
| - "@babel/plugin-transform-block-scoping" "^7.5.5" |
| 646 | + "@babel/plugin-transform-block-scoping" "^7.6.0" |
631 | 647 | "@babel/plugin-transform-classes" "^7.5.5"
|
632 | 648 | "@babel/plugin-transform-computed-properties" "^7.2.0"
|
633 |
| - "@babel/plugin-transform-destructuring" "^7.5.0" |
| 649 | + "@babel/plugin-transform-destructuring" "^7.6.0" |
634 | 650 | "@babel/plugin-transform-dotall-regex" "^7.4.4"
|
635 | 651 | "@babel/plugin-transform-duplicate-keys" "^7.5.0"
|
636 | 652 | "@babel/plugin-transform-exponentiation-operator" "^7.2.0"
|
|
639 | 655 | "@babel/plugin-transform-literals" "^7.2.0"
|
640 | 656 | "@babel/plugin-transform-member-expression-literals" "^7.2.0"
|
641 | 657 | "@babel/plugin-transform-modules-amd" "^7.5.0"
|
642 |
| - "@babel/plugin-transform-modules-commonjs" "^7.5.0" |
| 658 | + "@babel/plugin-transform-modules-commonjs" "^7.6.0" |
643 | 659 | "@babel/plugin-transform-modules-systemjs" "^7.5.0"
|
644 | 660 | "@babel/plugin-transform-modules-umd" "^7.2.0"
|
645 |
| - "@babel/plugin-transform-named-capturing-groups-regex" "^7.4.5" |
| 661 | + "@babel/plugin-transform-named-capturing-groups-regex" "^7.6.0" |
646 | 662 | "@babel/plugin-transform-new-target" "^7.4.4"
|
647 | 663 | "@babel/plugin-transform-object-super" "^7.5.5"
|
648 | 664 | "@babel/plugin-transform-parameters" "^7.4.4"
|
|
655 | 671 | "@babel/plugin-transform-template-literals" "^7.4.4"
|
656 | 672 | "@babel/plugin-transform-typeof-symbol" "^7.2.0"
|
657 | 673 | "@babel/plugin-transform-unicode-regex" "^7.4.4"
|
658 |
| - "@babel/types" "^7.5.5" |
| 674 | + "@babel/types" "^7.6.0" |
659 | 675 | browserslist "^4.6.0"
|
660 | 676 | core-js-compat "^3.1.1"
|
661 | 677 | invariant "^2.2.2"
|
662 | 678 | js-levenshtein "^1.1.3"
|
663 | 679 | semver "^5.5.0"
|
664 | 680 |
|
665 |
| -"@babel/preset-typescript@^7.3.3": |
666 |
| - version "7.3.3" |
667 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.3.3.tgz#88669911053fa16b2b276ea2ede2ca603b3f307a" |
668 |
| - integrity sha512-mzMVuIP4lqtn4du2ynEfdO0+RYcslwrZiJHXu4MGaC1ctJiW2fyaeDrtjJGs7R/KebZ1sgowcIoWf4uRpEfKEg== |
| 681 | +"@babel/preset-typescript@^7.6.0": |
| 682 | + version "7.6.0" |
| 683 | + resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.6.0.tgz#25768cb8830280baf47c45ab1a519a9977498c98" |
| 684 | + integrity sha512-4xKw3tTcCm0qApyT6PqM9qniseCE79xGHiUnNdKGdxNsGUc2X7WwZybqIpnTmoukg3nhPceI5KPNzNqLNeIJww== |
669 | 685 | dependencies:
|
670 | 686 | "@babel/helper-plugin-utils" "^7.0.0"
|
671 |
| - "@babel/plugin-transform-typescript" "^7.3.2" |
| 687 | + "@babel/plugin-transform-typescript" "^7.6.0" |
672 | 688 |
|
673 |
| -"@babel/register@^7.5.5": |
674 |
| - version "7.5.5" |
675 |
| - resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.5.5.tgz#40fe0d474c8c8587b28d6ae18a03eddad3dac3c1" |
676 |
| - integrity sha512-pdd5nNR+g2qDkXZlW1yRCWFlNrAn2PPdnZUB72zjX4l1Vv4fMRRLwyf+n/idFCLI1UgVGboUU8oVziwTBiyNKQ== |
| 689 | +"@babel/register@^7.6.0": |
| 690 | + version "7.6.0" |
| 691 | + resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.6.0.tgz#76b6f466714680f4becafd45beeb2a7b87431abf" |
| 692 | + integrity sha512-78BomdN8el+x/nkup9KwtjJXuptW5oXMFmP11WoM2VJBjxrKv4grC3qjpLL8RGGUYUGsm57xnjYFM2uom+jWUQ== |
677 | 693 | dependencies:
|
678 |
| - core-js "^3.0.0" |
679 | 694 | find-cache-dir "^2.0.0"
|
680 | 695 | lodash "^4.17.13"
|
681 | 696 | mkdirp "^0.5.1"
|
|
691 | 706 | "@babel/parser" "^7.4.4"
|
692 | 707 | "@babel/types" "^7.4.4"
|
693 | 708 |
|
| 709 | +"@babel/template@^7.6.0": |
| 710 | + version "7.6.0" |
| 711 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.6.0.tgz#7f0159c7f5012230dad64cca42ec9bdb5c9536e6" |
| 712 | + integrity sha512-5AEH2EXD8euCk446b7edmgFdub/qfH1SN6Nii3+fyXP807QRx9Q73A2N5hNwRRslC2H9sNzaFhsPubkS4L8oNQ== |
| 713 | + dependencies: |
| 714 | + "@babel/code-frame" "^7.0.0" |
| 715 | + "@babel/parser" "^7.6.0" |
| 716 | + "@babel/types" "^7.6.0" |
| 717 | + |
694 | 718 | "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5":
|
695 | 719 | version "7.5.5"
|
696 | 720 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.5.tgz#f664f8f368ed32988cd648da9f72d5ca70f165bb"
|
|
706 | 730 | globals "^11.1.0"
|
707 | 731 | lodash "^4.17.13"
|
708 | 732 |
|
| 733 | +"@babel/traverse@^7.6.0": |
| 734 | + version "7.6.0" |
| 735 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.0.tgz#389391d510f79be7ce2ddd6717be66d3fed4b516" |
| 736 | + integrity sha512-93t52SaOBgml/xY74lsmt7xOR4ufYvhb5c5qiM6lu4J/dWGMAfAh6eKw4PjLes6DI6nQgearoxnFJk60YchpvQ== |
| 737 | + dependencies: |
| 738 | + "@babel/code-frame" "^7.5.5" |
| 739 | + "@babel/generator" "^7.6.0" |
| 740 | + "@babel/helper-function-name" "^7.1.0" |
| 741 | + "@babel/helper-split-export-declaration" "^7.4.4" |
| 742 | + "@babel/parser" "^7.6.0" |
| 743 | + "@babel/types" "^7.6.0" |
| 744 | + debug "^4.1.0" |
| 745 | + globals "^11.1.0" |
| 746 | + lodash "^4.17.13" |
| 747 | + |
709 | 748 | "@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5":
|
710 | 749 | version "7.5.5"
|
711 | 750 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a"
|
|
715 | 754 | lodash "^4.17.13"
|
716 | 755 | to-fast-properties "^2.0.0"
|
717 | 756 |
|
| 757 | +"@babel/types@^7.6.0": |
| 758 | + version "7.6.1" |
| 759 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.1.tgz#53abf3308add3ac2a2884d539151c57c4b3ac648" |
| 760 | + integrity sha512-X7gdiuaCmA0uRjCmRtYJNAVCc/q+5xSgsfKJHqMN4iNLILX39677fJE1O40arPMh0TTtS9ItH67yre6c7k6t0g== |
| 761 | + dependencies: |
| 762 | + esutils "^2.0.2" |
| 763 | + lodash "^4.17.13" |
| 764 | + to-fast-properties "^2.0.0" |
| 765 | + |
718 | 766 |
|
719 | 767 | version "2.1.2"
|
720 | 768 | resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.2.tgz#1f981cd5b83e85cfdeb386fc693d4baab392fa54"
|
@@ -1252,7 +1300,7 @@ charenc@~0.0.1:
|
1252 | 1300 | resolved "https://registry.yarnpkg.com/charenc/-/charenc-0.0.2.tgz#c0a1d2f3a7092e03774bfa83f14c0fc5790a8667"
|
1253 | 1301 | integrity sha1-wKHS86cJLgN3S/qD8UwPxXkKhmc=
|
1254 | 1302 |
|
1255 |
| -chokidar@^2.0.4: |
| 1303 | +chokidar@^2.1.8: |
1256 | 1304 | version "2.1.8"
|
1257 | 1305 | resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917"
|
1258 | 1306 | integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==
|
@@ -1415,11 +1463,6 @@ core-js-compat@^3.1.1:
|
1415 | 1463 | browserslist "^4.6.6"
|
1416 | 1464 | semver "^6.3.0"
|
1417 | 1465 |
|
1418 |
| -core-js@^3.0.0: |
1419 |
| - version "3.2.1" |
1420 |
| - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.2.1.tgz#cd41f38534da6cc59f7db050fe67307de9868b09" |
1421 |
| - integrity sha512-Qa5XSVefSVPRxy2XfUC13WbvqkxhkwB3ve+pgCQveNgYzbM/UxZeu1dcOX/xr4UmfUd+muuvsaxilQzCyUurMw== |
1422 |
| - |
1423 | 1466 | core-util-is@~1.0.0:
|
1424 | 1467 | version "1.0.2"
|
1425 | 1468 | resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
|
@@ -3689,7 +3732,7 @@ regex-not@^1.0.0, regex-not@^1.0.2:
|
3689 | 3732 | extend-shallow "^3.0.2"
|
3690 | 3733 | safe-regex "^1.1.0"
|
3691 | 3734 |
|
3692 |
| -regexp-tree@^0.1.6: |
| 3735 | +regexp-tree@^0.1.13: |
3693 | 3736 | version "0.1.13"
|
3694 | 3737 | resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.13.tgz#5b19ab9377edc68bc3679256840bb29afc158d7f"
|
3695 | 3738 | integrity sha512-hwdV/GQY5F8ReLZWO+W1SRoN5YfpOKY6852+tBFcma72DKBIcHjPRIlIvQN35bCOljuAfP2G2iB0FC/w236mUw==
|
|
0 commit comments