|
203 | 203 | dependencies:
|
204 | 204 | "@babel/types" "^7.12.7"
|
205 | 205 |
|
206 |
| -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
207 |
| - version "7.10.4" |
208 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375" |
209 |
| - integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== |
| 206 | +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
| 207 | + version "7.13.0" |
| 208 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz#806526ce125aed03373bc416a828321e3a6a33af" |
| 209 | + integrity sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ== |
210 | 210 |
|
211 | 211 | "@babel/helper-remap-async-to-generator@^7.12.1":
|
212 | 212 | version "7.12.1"
|
|
460 | 460 | dependencies:
|
461 | 461 | "@babel/helper-plugin-utils" "^7.8.3"
|
462 | 462 |
|
463 |
| -"@babel/plugin-syntax-flow@^7.0.0", "@babel/plugin-syntax-flow@^7.12.1", "@babel/plugin-syntax-flow@^7.2.0": |
| 463 | +"@babel/plugin-syntax-flow@^7.0.0", "@babel/plugin-syntax-flow@^7.2.0": |
464 | 464 | version "7.12.1"
|
465 | 465 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.12.1.tgz#a77670d9abe6d63e8acadf4c31bb1eb5a506bbdd"
|
466 | 466 | integrity sha512-1lBLLmtxrwpm4VKmtVFselI/P3pX+G63fAtUUt6b2Nzgao77KNDwyuRt90Mj2/9pKobtt68FdvjfqohZjg/FCA==
|
467 | 467 | dependencies:
|
468 | 468 | "@babel/helper-plugin-utils" "^7.10.4"
|
469 | 469 |
|
| 470 | +"@babel/plugin-syntax-flow@^7.12.13": |
| 471 | + version "7.12.13" |
| 472 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.12.13.tgz#5df9962503c0a9c918381c929d51d4d6949e7e86" |
| 473 | + integrity sha512-J/RYxnlSLXZLVR7wTRsozxKT8qbsx1mNKJzXEEjQ0Kjx1ZACcyHgbanNWNCFtc36IzuWhYWPpvJFFoexoOWFmA== |
| 474 | + dependencies: |
| 475 | + "@babel/helper-plugin-utils" "^7.12.13" |
| 476 | + |
470 | 477 | "@babel/plugin-syntax-import-meta@^7.8.3":
|
471 | 478 | version "7.10.4"
|
472 | 479 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz#ee601348c370fa334d2207be158777496521fd51"
|
|
625 | 632 | "@babel/helper-builder-binary-assignment-operator-visitor" "^7.10.4"
|
626 | 633 | "@babel/helper-plugin-utils" "^7.10.4"
|
627 | 634 |
|
628 |
| -"@babel/plugin-transform-flow-strip-types@^7.0.0", "@babel/plugin-transform-flow-strip-types@^7.12.1": |
629 |
| - version "7.12.1" |
630 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.12.1.tgz#8430decfa7eb2aea5414ed4a3fa6e1652b7d77c4" |
631 |
| - integrity sha512-8hAtkmsQb36yMmEtk2JZ9JnVyDSnDOdlB+0nEGzIDLuK4yR3JcEjfuFPYkdEPSh8Id+rAMeBEn+X0iVEyho6Hg== |
| 635 | +"@babel/plugin-transform-flow-strip-types@^7.0.0", "@babel/plugin-transform-flow-strip-types@^7.12.13": |
| 636 | + version "7.13.0" |
| 637 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.13.0.tgz#58177a48c209971e8234e99906cb6bd1122addd3" |
| 638 | + integrity sha512-EXAGFMJgSX8gxWD7PZtW/P6M+z74jpx3wm/+9pn+c2dOawPpBkUX7BrfyPvo6ZpXbgRIEuwgwDb/MGlKvu2pOg== |
632 | 639 | dependencies:
|
633 |
| - "@babel/helper-plugin-utils" "^7.10.4" |
634 |
| - "@babel/plugin-syntax-flow" "^7.12.1" |
| 640 | + "@babel/helper-plugin-utils" "^7.13.0" |
| 641 | + "@babel/plugin-syntax-flow" "^7.12.13" |
635 | 642 |
|
636 | 643 | "@babel/plugin-transform-for-of@^7.0.0", "@babel/plugin-transform-for-of@^7.12.1":
|
637 | 644 | version "7.12.1"
|
|
947 | 954 | semver "^5.5.0"
|
948 | 955 |
|
949 | 956 | "@babel/preset-flow@^7.9.0":
|
950 |
| - version "7.12.1" |
951 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.12.1.tgz#1a81d376c5a9549e75352a3888f8c273455ae940" |
952 |
| - integrity sha512-UAoyMdioAhM6H99qPoKvpHMzxmNVXno8GYU/7vZmGaHk6/KqfDYL1W0NxszVbJ2EP271b7e6Ox+Vk2A9QsB3Sw== |
| 957 | + version "7.12.13" |
| 958 | + resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.12.13.tgz#71ee7fe65a95b507ac12bcad65a4ced27d8dfc3e" |
| 959 | + integrity sha512-gcEjiwcGHa3bo9idURBp5fmJPcyFPOszPQjztXrOjUE2wWVqc6fIVJPgWPIQksaQ5XZ2HWiRsf2s1fRGVjUtVw== |
953 | 960 | dependencies:
|
954 |
| - "@babel/helper-plugin-utils" "^7.10.4" |
955 |
| - "@babel/plugin-transform-flow-strip-types" "^7.12.1" |
| 961 | + "@babel/helper-plugin-utils" "^7.12.13" |
| 962 | + "@babel/plugin-transform-flow-strip-types" "^7.12.13" |
956 | 963 |
|
957 | 964 | "@babel/preset-modules@^0.1.3":
|
958 | 965 | version "0.1.3"
|
|
0 commit comments