|
36 | 36 | semver "^5.4.1" |
37 | 37 | source-map "^0.5.0" |
38 | 38 |
|
39 | | -"@babel/core@^7.12.9": |
40 | | - version "7.12.9" |
41 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8" |
42 | | - integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ== |
| 39 | +"@babel/core@^7.12.10": |
| 40 | + version "7.12.10" |
| 41 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.10.tgz#b79a2e1b9f70ed3d84bbfb6d8c4ef825f606bccd" |
| 42 | + integrity sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w== |
43 | 43 | dependencies: |
44 | 44 | "@babel/code-frame" "^7.10.4" |
45 | | - "@babel/generator" "^7.12.5" |
| 45 | + "@babel/generator" "^7.12.10" |
46 | 46 | "@babel/helper-module-transforms" "^7.12.1" |
47 | 47 | "@babel/helpers" "^7.12.5" |
48 | | - "@babel/parser" "^7.12.7" |
| 48 | + "@babel/parser" "^7.12.10" |
49 | 49 | "@babel/template" "^7.12.7" |
50 | | - "@babel/traverse" "^7.12.9" |
51 | | - "@babel/types" "^7.12.7" |
| 50 | + "@babel/traverse" "^7.12.10" |
| 51 | + "@babel/types" "^7.12.10" |
52 | 52 | convert-source-map "^1.7.0" |
53 | 53 | debug "^4.1.0" |
54 | 54 | gensync "^1.0.0-beta.1" |
55 | 55 | json5 "^2.1.2" |
56 | 56 | lodash "^4.17.19" |
57 | | - resolve "^1.3.2" |
58 | 57 | semver "^5.4.1" |
59 | 58 | source-map "^0.5.0" |
60 | 59 |
|
|
67 | 66 | jsesc "^2.5.1" |
68 | 67 | source-map "^0.5.0" |
69 | 68 |
|
| 69 | +"@babel/generator@^7.12.10": |
| 70 | + version "7.12.10" |
| 71 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.10.tgz#2b188fc329fb8e4f762181703beffc0fe6df3460" |
| 72 | + integrity sha512-6mCdfhWgmqLdtTkhXjnIz0LcdVCd26wS2JXRtj2XY0u5klDsXBREA/pG5NVOuVnF2LUrBGNFtQkIqqTbblg0ww== |
| 73 | + dependencies: |
| 74 | + "@babel/types" "^7.12.10" |
| 75 | + jsesc "^2.5.1" |
| 76 | + source-map "^0.5.0" |
| 77 | + |
70 | 78 | "@babel/generator@^7.12.5": |
71 | 79 | version "7.12.5" |
72 | 80 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.5.tgz#a2c50de5c8b6d708ab95be5e6053936c1884a4de" |
|
394 | 402 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.3.tgz#a305415ebe7a6c7023b40b5122a0662d928334cd" |
395 | 403 | integrity sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw== |
396 | 404 |
|
| 405 | +"@babel/parser@^7.12.10": |
| 406 | + version "7.12.10" |
| 407 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.10.tgz#824600d59e96aea26a5a2af5a9d812af05c3ae81" |
| 408 | + integrity sha512-PJdRPwyoOqFAWfLytxrWwGrAxghCgh/yTNCYciOz8QgjflA7aZhECPZAa2VUedKg2+QMWkI0L9lynh2SNmNEgA== |
| 409 | + |
397 | 410 | "@babel/parser@^7.12.7": |
398 | 411 | version "7.12.7" |
399 | 412 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056" |
|
1016 | 1029 | globals "^11.1.0" |
1017 | 1030 | lodash "^4.17.19" |
1018 | 1031 |
|
1019 | | -"@babel/traverse@^7.12.5": |
1020 | | - version "7.12.7" |
1021 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.7.tgz#572a722408681cef17d6b0bef69ef2e728ca69f1" |
1022 | | - integrity sha512-nMWaqsQEeSvMNypswUDzjqQ+0rR6pqCtoQpsqGJC4/Khm9cISwPTSpai57F6/jDaOoEGz8yE/WxcO3PV6tKSmQ== |
| 1032 | +"@babel/traverse@^7.12.10": |
| 1033 | + version "7.12.10" |
| 1034 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.10.tgz#2d1f4041e8bf42ea099e5b2dc48d6a594c00017a" |
| 1035 | + integrity sha512-6aEtf0IeRgbYWzta29lePeYSk+YAFIC3kyqESeft8o5CkFlYIMX+EQDDWEiAQ9LHOA3d0oHdgrSsID/CKqXJlg== |
1023 | 1036 | dependencies: |
1024 | 1037 | "@babel/code-frame" "^7.10.4" |
1025 | | - "@babel/generator" "^7.12.5" |
| 1038 | + "@babel/generator" "^7.12.10" |
1026 | 1039 | "@babel/helper-function-name" "^7.10.4" |
1027 | 1040 | "@babel/helper-split-export-declaration" "^7.11.0" |
1028 | | - "@babel/parser" "^7.12.7" |
1029 | | - "@babel/types" "^7.12.7" |
| 1041 | + "@babel/parser" "^7.12.10" |
| 1042 | + "@babel/types" "^7.12.10" |
1030 | 1043 | debug "^4.1.0" |
1031 | 1044 | globals "^11.1.0" |
1032 | 1045 | lodash "^4.17.19" |
1033 | 1046 |
|
1034 | | -"@babel/traverse@^7.12.9": |
1035 | | - version "7.12.9" |
1036 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.9.tgz#fad26c972eabbc11350e0b695978de6cc8e8596f" |
1037 | | - integrity sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw== |
| 1047 | +"@babel/traverse@^7.12.5": |
| 1048 | + version "7.12.7" |
| 1049 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.7.tgz#572a722408681cef17d6b0bef69ef2e728ca69f1" |
| 1050 | + integrity sha512-nMWaqsQEeSvMNypswUDzjqQ+0rR6pqCtoQpsqGJC4/Khm9cISwPTSpai57F6/jDaOoEGz8yE/WxcO3PV6tKSmQ== |
1038 | 1051 | dependencies: |
1039 | 1052 | "@babel/code-frame" "^7.10.4" |
1040 | 1053 | "@babel/generator" "^7.12.5" |
|
1082 | 1095 | lodash "^4.17.19" |
1083 | 1096 | to-fast-properties "^2.0.0" |
1084 | 1097 |
|
| 1098 | +"@babel/types@^7.12.10": |
| 1099 | + version "7.12.10" |
| 1100 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.10.tgz#7965e4a7260b26f09c56bcfcb0498af1f6d9b260" |
| 1101 | + integrity sha512-sf6wboJV5mGyip2hIpDSKsr80RszPinEFjsHTalMxZAZkoQ2/2yQzxlcFN52SJqsyPfLtPmenL4g2KB3KJXPDw== |
| 1102 | + dependencies: |
| 1103 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 1104 | + lodash "^4.17.19" |
| 1105 | + to-fast-properties "^2.0.0" |
| 1106 | + |
1085 | 1107 | "@babel/types@^7.12.5", "@babel/types@^7.12.7": |
1086 | 1108 | version "7.12.7" |
1087 | 1109 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13" |
|
0 commit comments