|
638 | 638 | dependencies: |
639 | 639 | "@babel/helper-plugin-utils" "^7.12.13" |
640 | 640 |
|
641 | | -"@babel/plugin-transform-block-scoping@^7.12.13", "@babel/plugin-transform-block-scoping@^7.13.16": |
| 641 | +"@babel/plugin-transform-block-scoping@^7.12.13": |
642 | 642 | version "7.13.16" |
643 | 643 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.13.16.tgz#a9c0f10794855c63b1d629914c7dcfeddd185892" |
644 | 644 | integrity sha512-ad3PHUxGnfWF4Efd3qFuznEtZKoBp0spS+DgqzVzRPV7urEBvPLue3y2j80w4Jf2YLzZHj8TOv/Lmvdmh3b2xg== |
645 | 645 | dependencies: |
646 | 646 | "@babel/helper-plugin-utils" "^7.13.0" |
647 | 647 |
|
| 648 | +"@babel/plugin-transform-block-scoping@^7.14.1": |
| 649 | + version "7.14.1" |
| 650 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.1.tgz#ac1b3a8e3d8cbb31efc6b9be2f74eb9823b74ab2" |
| 651 | + integrity sha512-2mQXd0zBrwfp0O1moWIhPpEeTKDvxyHcnma3JATVP1l+CctWBuot6OJG8LQ4DnBj4ZZPSmlb/fm4mu47EOAnVA== |
| 652 | + dependencies: |
| 653 | + "@babel/helper-plugin-utils" "^7.13.0" |
| 654 | + |
648 | 655 | "@babel/plugin-transform-classes@^7.13.0": |
649 | 656 | version "7.13.0" |
650 | 657 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.13.0.tgz#0265155075c42918bf4d3a4053134176ad9b533b" |
|
931 | 938 | "@babel/helper-create-regexp-features-plugin" "^7.12.13" |
932 | 939 | "@babel/helper-plugin-utils" "^7.12.13" |
933 | 940 |
|
934 | | - |
935 | | - version "7.14.0" |
936 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.0.tgz#236f88cd5da625e625dd40500d4824523f50e6c5" |
937 | | - integrity sha512-GWRCdBv2whxqqaSi7bo/BEXf070G/fWFMEdCnmoRg2CZJy4GK06ovFuEjJrZhDRXYgBsYtxVbG8GUHvw+UWBkQ== |
| 941 | + |
| 942 | + version "7.14.1" |
| 943 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.1.tgz#b55914e2e68885ea03f69600b2d3537e54574a93" |
| 944 | + integrity sha512-0M4yL1l7V4l+j/UHvxcdvNfLB9pPtIooHTbEhgD/6UGyh8Hy3Bm1Mj0buzjDXATCSz3JFibVdnoJZCrlUCanrQ== |
938 | 945 | dependencies: |
939 | 946 | "@babel/compat-data" "^7.14.0" |
940 | 947 | "@babel/helper-compilation-targets" "^7.13.16" |
|
973 | 980 | "@babel/plugin-transform-arrow-functions" "^7.13.0" |
974 | 981 | "@babel/plugin-transform-async-to-generator" "^7.13.0" |
975 | 982 | "@babel/plugin-transform-block-scoped-functions" "^7.12.13" |
976 | | - "@babel/plugin-transform-block-scoping" "^7.13.16" |
| 983 | + "@babel/plugin-transform-block-scoping" "^7.14.1" |
977 | 984 | "@babel/plugin-transform-classes" "^7.13.0" |
978 | 985 | "@babel/plugin-transform-computed-properties" "^7.13.0" |
979 | 986 | "@babel/plugin-transform-destructuring" "^7.13.17" |
|
1003 | 1010 | "@babel/plugin-transform-unicode-escapes" "^7.12.13" |
1004 | 1011 | "@babel/plugin-transform-unicode-regex" "^7.12.13" |
1005 | 1012 | "@babel/preset-modules" "^0.1.4" |
1006 | | - "@babel/types" "^7.14.0" |
| 1013 | + "@babel/types" "^7.14.1" |
1007 | 1014 | babel-plugin-polyfill-corejs2 "^0.2.0" |
1008 | 1015 | babel-plugin-polyfill-corejs3 "^0.2.0" |
1009 | 1016 | babel-plugin-polyfill-regenerator "^0.2.0" |
|
1188 | 1195 | "@babel/helper-validator-identifier" "^7.14.0" |
1189 | 1196 | to-fast-properties "^2.0.0" |
1190 | 1197 |
|
| 1198 | +"@babel/types@^7.14.1": |
| 1199 | + version "7.14.1" |
| 1200 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.1.tgz#095bd12f1c08ab63eff6e8f7745fa7c9cc15a9db" |
| 1201 | + integrity sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA== |
| 1202 | + dependencies: |
| 1203 | + "@babel/helper-validator-identifier" "^7.14.0" |
| 1204 | + to-fast-properties "^2.0.0" |
| 1205 | + |
1191 | 1206 | "@bcoe/v8-coverage@^0.2.3": |
1192 | 1207 | version "0.2.3" |
1193 | 1208 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
0 commit comments