|
280 | 280 | "@babel/helper-plugin-utils" "^7.0.0"
|
281 | 281 | "@babel/plugin-syntax-object-rest-spread" "^7.2.0"
|
282 | 282 |
|
| 283 | +"@babel/plugin-proposal-object-rest-spread@^7.6.2": |
| 284 | + version "7.6.2" |
| 285 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.6.2.tgz#8ffccc8f3a6545e9f78988b6bf4fe881b88e8096" |
| 286 | + integrity sha512-LDBXlmADCsMZV1Y9OQwMc0MyGZ8Ta/zlD9N67BfQT8uYwkRswiu2hU6nJKrjrt/58aH/vqfQlR/9yId/7A2gWw== |
| 287 | + dependencies: |
| 288 | + "@babel/helper-plugin-utils" "^7.0.0" |
| 289 | + "@babel/plugin-syntax-object-rest-spread" "^7.2.0" |
| 290 | + |
283 | 291 | "@babel/plugin-proposal-optional-catch-binding@^7.2.0":
|
284 | 292 | version "7.2.0"
|
285 | 293 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.2.0.tgz#135d81edb68a081e55e56ec48541ece8065c38f5"
|
|
297 | 305 | "@babel/helper-regex" "^7.4.4"
|
298 | 306 | regexpu-core "^4.5.4"
|
299 | 307 |
|
| 308 | +"@babel/plugin-proposal-unicode-property-regex@^7.6.2": |
| 309 | + version "7.6.2" |
| 310 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.6.2.tgz#05413762894f41bfe42b9a5e80919bd575dcc802" |
| 311 | + integrity sha512-NxHETdmpeSCtiatMRYWVJo7266rrvAC3DTeG5exQBIH/fMIUK7ejDNznBbn3HQl/o9peymRRg7Yqkx6PdUXmMw== |
| 312 | + dependencies: |
| 313 | + "@babel/helper-plugin-utils" "^7.0.0" |
| 314 | + "@babel/helper-regex" "^7.4.4" |
| 315 | + regexpu-core "^4.6.0" |
| 316 | + |
300 | 317 | "@babel/plugin-syntax-async-generators@^7.2.0":
|
301 | 318 | version "7.2.0"
|
302 | 319 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.2.0.tgz#69e1f0db34c6f5a0cf7e2b3323bf159a76c8cb7f"
|
|
377 | 394 | "@babel/helper-plugin-utils" "^7.0.0"
|
378 | 395 | lodash "^4.17.13"
|
379 | 396 |
|
| 397 | +"@babel/plugin-transform-block-scoping@^7.6.3": |
| 398 | + version "7.6.3" |
| 399 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.3.tgz#6e854e51fbbaa84351b15d4ddafe342f3a5d542a" |
| 400 | + integrity sha512-7hvrg75dubcO3ZI2rjYTzUrEuh1E9IyDEhhB6qfcooxhDA33xx2MasuLVgdxzcP6R/lipAC6n9ub9maNW6RKdw== |
| 401 | + dependencies: |
| 402 | + "@babel/helper-plugin-utils" "^7.0.0" |
| 403 | + lodash "^4.17.13" |
| 404 | + |
380 | 405 | "@babel/plugin-transform-classes@^7.3.4", "@babel/plugin-transform-classes@^7.5.5":
|
381 | 406 | version "7.5.5"
|
382 | 407 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.5.5.tgz#d094299d9bd680a14a2a0edae38305ad60fb4de9"
|
|
414 | 439 | "@babel/helper-regex" "^7.4.4"
|
415 | 440 | regexpu-core "^4.5.4"
|
416 | 441 |
|
| 442 | +"@babel/plugin-transform-dotall-regex@^7.6.2": |
| 443 | + version "7.6.2" |
| 444 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.6.2.tgz#44abb948b88f0199a627024e1508acaf8dc9b2f9" |
| 445 | + integrity sha512-KGKT9aqKV+9YMZSkowzYoYEiHqgaDhGmPNZlZxX6UeHC4z30nC1J9IrZuGqbYFB1jaIGdv91ujpze0exiVK8bA== |
| 446 | + dependencies: |
| 447 | + "@babel/helper-plugin-utils" "^7.0.0" |
| 448 | + "@babel/helper-regex" "^7.4.4" |
| 449 | + regexpu-core "^4.6.0" |
| 450 | + |
417 | 451 | "@babel/plugin-transform-duplicate-keys@^7.2.0", "@babel/plugin-transform-duplicate-keys@^7.5.0":
|
418 | 452 | version "7.5.0"
|
419 | 453 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.5.0.tgz#c5dbf5106bf84cdf691222c0974c12b1df931853"
|
|
501 | 535 | dependencies:
|
502 | 536 | regexp-tree "^0.1.13"
|
503 | 537 |
|
| 538 | +"@babel/plugin-transform-named-capturing-groups-regex@^7.6.3": |
| 539 | + version "7.6.3" |
| 540 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.6.3.tgz#aaa6e409dd4fb2e50b6e2a91f7e3a3149dbce0cf" |
| 541 | + integrity sha512-jTkk7/uE6H2s5w6VlMHeWuH+Pcy2lmdwFoeWCVnvIrDUnB5gQqTVI8WfmEAhF2CDEarGrknZcmSFg1+bkfCoSw== |
| 542 | + dependencies: |
| 543 | + regexpu-core "^4.6.0" |
| 544 | + |
504 | 545 | "@babel/plugin-transform-new-target@^7.0.0", "@babel/plugin-transform-new-target@^7.4.4":
|
505 | 546 | version "7.4.4"
|
506 | 547 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.4.4.tgz#18d120438b0cc9ee95a47f2c72bc9768fbed60a5"
|
|
578 | 619 | dependencies:
|
579 | 620 | "@babel/helper-plugin-utils" "^7.0.0"
|
580 | 621 |
|
| 622 | +"@babel/plugin-transform-spread@^7.6.2": |
| 623 | + version "7.6.2" |
| 624 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.6.2.tgz#fc77cf798b24b10c46e1b51b1b88c2bf661bb8dd" |
| 625 | + integrity sha512-DpSvPFryKdK1x+EDJYCy28nmAaIMdxmhot62jAXF/o99iA33Zj2Lmcp3vDmz+MUh0LNYVPvfj5iC3feb3/+PFg== |
| 626 | + dependencies: |
| 627 | + "@babel/helper-plugin-utils" "^7.0.0" |
| 628 | + |
581 | 629 | "@babel/plugin-transform-sticky-regex@^7.2.0":
|
582 | 630 | version "7.2.0"
|
583 | 631 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.2.0.tgz#a1e454b5995560a9c1e0d537dfc15061fd2687e1"
|
|
610 | 658 | "@babel/helper-regex" "^7.4.4"
|
611 | 659 | regexpu-core "^4.5.4"
|
612 | 660 |
|
| 661 | +"@babel/plugin-transform-unicode-regex@^7.6.2": |
| 662 | + version "7.6.2" |
| 663 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.6.2.tgz#b692aad888a7e8d8b1b214be6b9dc03d5031f698" |
| 664 | + integrity sha512-orZI6cWlR3nk2YmYdb0gImrgCUwb5cBUwjf6Ks6dvNVvXERkwtJWOQaEOjPiu0Gu1Tq6Yq/hruCZZOOi9F34Dw== |
| 665 | + dependencies: |
| 666 | + "@babel/helper-plugin-utils" "^7.0.0" |
| 667 | + "@babel/helper-regex" "^7.4.4" |
| 668 | + regexpu-core "^4.6.0" |
| 669 | + |
613 | 670 | "@babel/preset-env@^7.0.0 < 7.4.0":
|
614 | 671 | version "7.3.4"
|
615 | 672 | resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.3.4.tgz#887cf38b6d23c82f19b5135298bdb160062e33e1"
|
|
715 | 772 | js-levenshtein "^1.1.3"
|
716 | 773 | semver "^5.5.0"
|
717 | 774 |
|
| 775 | +"@babel/preset-env@^7.6.3": |
| 776 | + version "7.6.3" |
| 777 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.3.tgz#9e1bf05a2e2d687036d24c40e4639dc46cef2271" |
| 778 | + integrity sha512-CWQkn7EVnwzlOdR5NOm2+pfgSNEZmvGjOhlCHBDq0J8/EStr+G+FvPEiz9B56dR6MoiUFjXhfE4hjLoAKKJtIQ== |
| 779 | + dependencies: |
| 780 | + "@babel/helper-module-imports" "^7.0.0" |
| 781 | + "@babel/helper-plugin-utils" "^7.0.0" |
| 782 | + "@babel/plugin-proposal-async-generator-functions" "^7.2.0" |
| 783 | + "@babel/plugin-proposal-dynamic-import" "^7.5.0" |
| 784 | + "@babel/plugin-proposal-json-strings" "^7.2.0" |
| 785 | + "@babel/plugin-proposal-object-rest-spread" "^7.6.2" |
| 786 | + "@babel/plugin-proposal-optional-catch-binding" "^7.2.0" |
| 787 | + "@babel/plugin-proposal-unicode-property-regex" "^7.6.2" |
| 788 | + "@babel/plugin-syntax-async-generators" "^7.2.0" |
| 789 | + "@babel/plugin-syntax-dynamic-import" "^7.2.0" |
| 790 | + "@babel/plugin-syntax-json-strings" "^7.2.0" |
| 791 | + "@babel/plugin-syntax-object-rest-spread" "^7.2.0" |
| 792 | + "@babel/plugin-syntax-optional-catch-binding" "^7.2.0" |
| 793 | + "@babel/plugin-transform-arrow-functions" "^7.2.0" |
| 794 | + "@babel/plugin-transform-async-to-generator" "^7.5.0" |
| 795 | + "@babel/plugin-transform-block-scoped-functions" "^7.2.0" |
| 796 | + "@babel/plugin-transform-block-scoping" "^7.6.3" |
| 797 | + "@babel/plugin-transform-classes" "^7.5.5" |
| 798 | + "@babel/plugin-transform-computed-properties" "^7.2.0" |
| 799 | + "@babel/plugin-transform-destructuring" "^7.6.0" |
| 800 | + "@babel/plugin-transform-dotall-regex" "^7.6.2" |
| 801 | + "@babel/plugin-transform-duplicate-keys" "^7.5.0" |
| 802 | + "@babel/plugin-transform-exponentiation-operator" "^7.2.0" |
| 803 | + "@babel/plugin-transform-for-of" "^7.4.4" |
| 804 | + "@babel/plugin-transform-function-name" "^7.4.4" |
| 805 | + "@babel/plugin-transform-literals" "^7.2.0" |
| 806 | + "@babel/plugin-transform-member-expression-literals" "^7.2.0" |
| 807 | + "@babel/plugin-transform-modules-amd" "^7.5.0" |
| 808 | + "@babel/plugin-transform-modules-commonjs" "^7.6.0" |
| 809 | + "@babel/plugin-transform-modules-systemjs" "^7.5.0" |
| 810 | + "@babel/plugin-transform-modules-umd" "^7.2.0" |
| 811 | + "@babel/plugin-transform-named-capturing-groups-regex" "^7.6.3" |
| 812 | + "@babel/plugin-transform-new-target" "^7.4.4" |
| 813 | + "@babel/plugin-transform-object-super" "^7.5.5" |
| 814 | + "@babel/plugin-transform-parameters" "^7.4.4" |
| 815 | + "@babel/plugin-transform-property-literals" "^7.2.0" |
| 816 | + "@babel/plugin-transform-regenerator" "^7.4.5" |
| 817 | + "@babel/plugin-transform-reserved-words" "^7.2.0" |
| 818 | + "@babel/plugin-transform-shorthand-properties" "^7.2.0" |
| 819 | + "@babel/plugin-transform-spread" "^7.6.2" |
| 820 | + "@babel/plugin-transform-sticky-regex" "^7.2.0" |
| 821 | + "@babel/plugin-transform-template-literals" "^7.4.4" |
| 822 | + "@babel/plugin-transform-typeof-symbol" "^7.2.0" |
| 823 | + "@babel/plugin-transform-unicode-regex" "^7.6.2" |
| 824 | + "@babel/types" "^7.6.3" |
| 825 | + browserslist "^4.6.0" |
| 826 | + core-js-compat "^3.1.1" |
| 827 | + invariant "^2.2.2" |
| 828 | + js-levenshtein "^1.1.3" |
| 829 | + semver "^5.5.0" |
| 830 | + |
718 | 831 | "@babel/runtime-corejs2@^7.2.0":
|
719 | 832 | version "7.6.0"
|
720 | 833 | resolved "https://registry.yarnpkg.com/@babel/runtime-corejs2/-/runtime-corejs2-7.6.0.tgz#6fcd37c2580070817d62f219db97f67e26f50f9c"
|
|
770 | 883 | lodash "^4.17.13"
|
771 | 884 | to-fast-properties "^2.0.0"
|
772 | 885 |
|
| 886 | +"@babel/types@^7.6.3": |
| 887 | + version "7.6.3" |
| 888 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.3.tgz#3f07d96f854f98e2fbd45c64b0cb942d11e8ba09" |
| 889 | + integrity sha512-CqbcpTxMcpuQTMhjI37ZHVgjBkysg5icREQIEZ0eG1yCNwg3oy+5AaLiOKmjsCj6nqOsa6Hf0ObjRVwokb7srA== |
| 890 | + dependencies: |
| 891 | + esutils "^2.0.2" |
| 892 | + lodash "^4.17.13" |
| 893 | + to-fast-properties "^2.0.0" |
| 894 | + |
773 | 895 |
|
774 | 896 | version "0.4.1"
|
775 | 897 | resolved "https://registry.yarnpkg.com/@cypress/listr-verbose-renderer/-/listr-verbose-renderer-0.4.1.tgz#a77492f4b11dcc7c446a34b3e28721afd33c642a"
|
@@ -10968,7 +11090,7 @@ regexpu-core@^1.0.0:
|
10968 | 11090 | regjsgen "^0.2.0"
|
10969 | 11091 | regjsparser "^0.1.4"
|
10970 | 11092 |
|
10971 |
| -regexpu-core@^4.5.4: |
| 11093 | +regexpu-core@^4.5.4, regexpu-core@^4.6.0: |
10972 | 11094 | version "4.6.0"
|
10973 | 11095 | resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.6.0.tgz#2037c18b327cfce8a6fea2a4ec441f2432afb8b6"
|
10974 | 11096 | integrity sha512-YlVaefl8P5BnFYOITTNzDvan1ulLOiXJzCNZxduTIosN17b87h3bvG9yHMoHaRuo88H4mQ06Aodj5VtYGGGiTg==
|
|
0 commit comments