|
25 | 25 | invariant "^2.2.4" |
26 | 26 | semver "^5.5.0" |
27 | 27 |
|
28 | | -"@babel/core@7.10.4": |
29 | | - version "7.10.4" |
30 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.4.tgz#780e8b83e496152f8dd7df63892b2e052bf1d51d" |
31 | | - integrity sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA== |
| 28 | +"@babel/core@7.10.5": |
| 29 | + version "7.10.5" |
| 30 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330" |
| 31 | + integrity sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w== |
32 | 32 | dependencies: |
33 | 33 | "@babel/code-frame" "^7.10.4" |
34 | | - "@babel/generator" "^7.10.4" |
35 | | - "@babel/helper-module-transforms" "^7.10.4" |
| 34 | + "@babel/generator" "^7.10.5" |
| 35 | + "@babel/helper-module-transforms" "^7.10.5" |
36 | 36 | "@babel/helpers" "^7.10.4" |
37 | | - "@babel/parser" "^7.10.4" |
| 37 | + "@babel/parser" "^7.10.5" |
38 | 38 | "@babel/template" "^7.10.4" |
39 | | - "@babel/traverse" "^7.10.4" |
40 | | - "@babel/types" "^7.10.4" |
| 39 | + "@babel/traverse" "^7.10.5" |
| 40 | + "@babel/types" "^7.10.5" |
41 | 41 | convert-source-map "^1.7.0" |
42 | 42 | debug "^4.1.0" |
43 | 43 | gensync "^1.0.0-beta.1" |
44 | 44 | json5 "^2.1.2" |
45 | | - lodash "^4.17.13" |
| 45 | + lodash "^4.17.19" |
46 | 46 | resolve "^1.3.2" |
47 | 47 | semver "^5.4.1" |
48 | 48 | source-map "^0.5.0" |
|
79 | 79 | lodash "^4.17.13" |
80 | 80 | source-map "^0.5.0" |
81 | 81 |
|
| 82 | +"@babel/generator@^7.10.5": |
| 83 | + version "7.10.5" |
| 84 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.5.tgz#1b903554bc8c583ee8d25f1e8969732e6b829a69" |
| 85 | + integrity sha512-3vXxr3FEW7E7lJZiWQ3bM4+v/Vyr9C+hpolQ8BGFr9Y8Ri2tFLWTixmwKBafDujO1WVah4fhZBeU1bieKdghig== |
| 86 | + dependencies: |
| 87 | + "@babel/types" "^7.10.5" |
| 88 | + jsesc "^2.5.1" |
| 89 | + source-map "^0.5.0" |
| 90 | + |
82 | 91 | "@babel/generator@^7.9.0": |
83 | 92 | version "7.9.4" |
84 | 93 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.4.tgz#12441e90c3b3c4159cdecf312075bf1a8ce2dbce" |
|
266 | 275 | "@babel/types" "^7.10.4" |
267 | 276 | lodash "^4.17.13" |
268 | 277 |
|
| 278 | +"@babel/helper-module-transforms@^7.10.5": |
| 279 | + version "7.10.5" |
| 280 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz#120c271c0b3353673fcdfd8c053db3c544a260d6" |
| 281 | + integrity sha512-4P+CWMJ6/j1W915ITJaUkadLObmCRRSC234uctJfn/vHrsLNxsR8dwlcXv9ZhJWzl77awf+mWXSZEKt5t0OnlA== |
| 282 | + dependencies: |
| 283 | + "@babel/helper-module-imports" "^7.10.4" |
| 284 | + "@babel/helper-replace-supers" "^7.10.4" |
| 285 | + "@babel/helper-simple-access" "^7.10.4" |
| 286 | + "@babel/helper-split-export-declaration" "^7.10.4" |
| 287 | + "@babel/template" "^7.10.4" |
| 288 | + "@babel/types" "^7.10.5" |
| 289 | + lodash "^4.17.19" |
| 290 | + |
269 | 291 | "@babel/helper-module-transforms@^7.9.0": |
270 | 292 | version "7.9.0" |
271 | 293 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5" |
|
449 | 471 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64" |
450 | 472 | integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA== |
451 | 473 |
|
| 474 | +"@babel/parser@^7.10.5": |
| 475 | + version "7.10.5" |
| 476 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b" |
| 477 | + integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ== |
| 478 | + |
452 | 479 | "@babel/plugin-proposal-async-generator-functions@^7.10.4": |
453 | 480 | version "7.10.4" |
454 | 481 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.4.tgz#4b65abb3d9bacc6c657aaa413e56696f9f170fc6" |
|
1110 | 1137 | globals "^11.1.0" |
1111 | 1138 | lodash "^4.17.13" |
1112 | 1139 |
|
| 1140 | +"@babel/traverse@^7.10.5": |
| 1141 | + version "7.10.5" |
| 1142 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564" |
| 1143 | + integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ== |
| 1144 | + dependencies: |
| 1145 | + "@babel/code-frame" "^7.10.4" |
| 1146 | + "@babel/generator" "^7.10.5" |
| 1147 | + "@babel/helper-function-name" "^7.10.4" |
| 1148 | + "@babel/helper-split-export-declaration" "^7.10.4" |
| 1149 | + "@babel/parser" "^7.10.5" |
| 1150 | + "@babel/types" "^7.10.5" |
| 1151 | + debug "^4.1.0" |
| 1152 | + globals "^11.1.0" |
| 1153 | + lodash "^4.17.19" |
| 1154 | + |
1113 | 1155 | "@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0": |
1114 | 1156 | version "7.9.0" |
1115 | 1157 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5" |
|
1128 | 1170 | lodash "^4.17.13" |
1129 | 1171 | to-fast-properties "^2.0.0" |
1130 | 1172 |
|
| 1173 | +"@babel/types@^7.10.5": |
| 1174 | + version "7.10.5" |
| 1175 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz#d88ae7e2fde86bfbfe851d4d81afa70a997b5d15" |
| 1176 | + integrity sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q== |
| 1177 | + dependencies: |
| 1178 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 1179 | + lodash "^4.17.19" |
| 1180 | + to-fast-properties "^2.0.0" |
| 1181 | + |
1131 | 1182 | "@babel/types@^7.3.3": |
1132 | 1183 | version "7.9.5" |
1133 | 1184 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444" |
@@ -6113,6 +6164,11 @@ lodash@4.17.15, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17. |
6113 | 6164 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" |
6114 | 6165 | integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== |
6115 | 6166 |
|
| 6167 | +lodash@^4.17.19: |
| 6168 | + version "4.17.19" |
| 6169 | + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b" |
| 6170 | + integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ== |
| 6171 | + |
6116 | 6172 | log-symbols@^4.0.0: |
6117 | 6173 | version "4.0.0" |
6118 | 6174 | resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.0.0.tgz#69b3cc46d20f448eccdb75ea1fa733d9e821c920" |
|
0 commit comments