|
429 | 429 | dependencies:
|
430 | 430 | "@babel/helper-plugin-utils" "^7.0.0"
|
431 | 431 |
|
432 |
| -"@babel/plugin-transform-block-scoping@^7.6.2": |
433 |
| - version "7.6.2" |
434 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.2.tgz#96c33ab97a9ae500cc6f5b19e04a7e6553360a79" |
435 |
| - integrity sha512-zZT8ivau9LOQQaOGC7bQLQOT4XPkPXgN2ERfUgk1X8ql+mVkLc4E8eKk+FO3o0154kxzqenWCorfmEXpEZcrSQ== |
| 432 | +"@babel/plugin-transform-block-scoping@^7.6.3": |
| 433 | + version "7.6.3" |
| 434 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.3.tgz#6e854e51fbbaa84351b15d4ddafe342f3a5d542a" |
| 435 | + integrity sha512-7hvrg75dubcO3ZI2rjYTzUrEuh1E9IyDEhhB6qfcooxhDA33xx2MasuLVgdxzcP6R/lipAC6n9ub9maNW6RKdw== |
436 | 436 | dependencies:
|
437 | 437 | "@babel/helper-plugin-utils" "^7.0.0"
|
438 | 438 | lodash "^4.17.13"
|
|
562 | 562 | "@babel/helper-module-transforms" "^7.1.0"
|
563 | 563 | "@babel/helper-plugin-utils" "^7.0.0"
|
564 | 564 |
|
565 |
| -"@babel/plugin-transform-named-capturing-groups-regex@^7.6.2": |
566 |
| - version "7.6.2" |
567 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.6.2.tgz#c1ca0bb84b94f385ca302c3932e870b0fb0e522b" |
568 |
| - integrity sha512-xBdB+XOs+lgbZc2/4F5BVDVcDNS4tcSKQc96KmlqLEAwz6tpYPEvPdmDfvVG0Ssn8lAhronaRs6Z6KSexIpK5g== |
| 565 | +"@babel/plugin-transform-named-capturing-groups-regex@^7.6.3": |
| 566 | + version "7.6.3" |
| 567 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.6.3.tgz#aaa6e409dd4fb2e50b6e2a91f7e3a3149dbce0cf" |
| 568 | + integrity sha512-jTkk7/uE6H2s5w6VlMHeWuH+Pcy2lmdwFoeWCVnvIrDUnB5gQqTVI8WfmEAhF2CDEarGrknZcmSFg1+bkfCoSw== |
569 | 569 | dependencies:
|
570 | 570 | regexpu-core "^4.6.0"
|
571 | 571 |
|
|
703 | 703 | regexpu-core "^4.6.0"
|
704 | 704 |
|
705 | 705 | "@babel/preset-env@^7.6.2":
|
706 |
| - version "7.6.2" |
707 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.2.tgz#abbb3ed785c7fe4220d4c82a53621d71fc0c75d3" |
708 |
| - integrity sha512-Ru7+mfzy9M1/YTEtlDS8CD45jd22ngb9tXnn64DvQK3ooyqSw9K4K9DUWmYknTTVk4TqygL9dqCrZgm1HMea/Q== |
| 706 | + version "7.6.3" |
| 707 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.3.tgz#9e1bf05a2e2d687036d24c40e4639dc46cef2271" |
| 708 | + integrity sha512-CWQkn7EVnwzlOdR5NOm2+pfgSNEZmvGjOhlCHBDq0J8/EStr+G+FvPEiz9B56dR6MoiUFjXhfE4hjLoAKKJtIQ== |
709 | 709 | dependencies:
|
710 | 710 | "@babel/helper-module-imports" "^7.0.0"
|
711 | 711 | "@babel/helper-plugin-utils" "^7.0.0"
|
|
723 | 723 | "@babel/plugin-transform-arrow-functions" "^7.2.0"
|
724 | 724 | "@babel/plugin-transform-async-to-generator" "^7.5.0"
|
725 | 725 | "@babel/plugin-transform-block-scoped-functions" "^7.2.0"
|
726 |
| - "@babel/plugin-transform-block-scoping" "^7.6.2" |
| 726 | + "@babel/plugin-transform-block-scoping" "^7.6.3" |
727 | 727 | "@babel/plugin-transform-classes" "^7.5.5"
|
728 | 728 | "@babel/plugin-transform-computed-properties" "^7.2.0"
|
729 | 729 | "@babel/plugin-transform-destructuring" "^7.6.0"
|
|
738 | 738 | "@babel/plugin-transform-modules-commonjs" "^7.6.0"
|
739 | 739 | "@babel/plugin-transform-modules-systemjs" "^7.5.0"
|
740 | 740 | "@babel/plugin-transform-modules-umd" "^7.2.0"
|
741 |
| - "@babel/plugin-transform-named-capturing-groups-regex" "^7.6.2" |
| 741 | + "@babel/plugin-transform-named-capturing-groups-regex" "^7.6.3" |
742 | 742 | "@babel/plugin-transform-new-target" "^7.4.4"
|
743 | 743 | "@babel/plugin-transform-object-super" "^7.5.5"
|
744 | 744 | "@babel/plugin-transform-parameters" "^7.4.4"
|
|
751 | 751 | "@babel/plugin-transform-template-literals" "^7.4.4"
|
752 | 752 | "@babel/plugin-transform-typeof-symbol" "^7.2.0"
|
753 | 753 | "@babel/plugin-transform-unicode-regex" "^7.6.2"
|
754 |
| - "@babel/types" "^7.6.0" |
| 754 | + "@babel/types" "^7.6.3" |
755 | 755 | browserslist "^4.6.0"
|
756 | 756 | core-js-compat "^3.1.1"
|
757 | 757 | invariant "^2.2.2"
|
|
839 | 839 | globals "^11.1.0"
|
840 | 840 | lodash "^4.17.13"
|
841 | 841 |
|
842 |
| -"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5": |
843 |
| - version "7.5.5" |
844 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a" |
845 |
| - integrity sha512-s63F9nJioLqOlW3UkyMd+BYhXt44YuaFm/VV0VwuteqjYwRrObkU7ra9pY4wAJR3oXi8hJrMcrcJdO/HH33vtw== |
846 |
| - dependencies: |
847 |
| - esutils "^2.0.2" |
848 |
| - lodash "^4.17.13" |
849 |
| - to-fast-properties "^2.0.0" |
850 |
| - |
851 |
| -"@babel/types@^7.6.0": |
852 |
| - version "7.6.1" |
853 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.1.tgz#53abf3308add3ac2a2884d539151c57c4b3ac648" |
854 |
| - integrity sha512-X7gdiuaCmA0uRjCmRtYJNAVCc/q+5xSgsfKJHqMN4iNLILX39677fJE1O40arPMh0TTtS9ItH67yre6c7k6t0g== |
| 842 | +"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5", "@babel/types@^7.6.0", "@babel/types@^7.6.3": |
| 843 | + version "7.6.3" |
| 844 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.3.tgz#3f07d96f854f98e2fbd45c64b0cb942d11e8ba09" |
| 845 | + integrity sha512-CqbcpTxMcpuQTMhjI37ZHVgjBkysg5icREQIEZ0eG1yCNwg3oy+5AaLiOKmjsCj6nqOsa6Hf0ObjRVwokb7srA== |
855 | 846 | dependencies:
|
856 | 847 | esutils "^2.0.2"
|
857 | 848 | lodash "^4.17.13"
|
|
0 commit comments