|
9 | 9 | dependencies:
|
10 | 10 | "@babel/highlight" "^7.10.4"
|
11 | 11 |
|
12 |
| -"@babel/core@7.10.4": |
13 |
| - version "7.10.4" |
14 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.4.tgz#780e8b83e496152f8dd7df63892b2e052bf1d51d" |
15 |
| - integrity sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA== |
| 12 | +"@babel/core@7.10.5": |
| 13 | + version "7.10.5" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330" |
| 15 | + integrity sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w== |
16 | 16 | dependencies:
|
17 | 17 | "@babel/code-frame" "^7.10.4"
|
18 |
| - "@babel/generator" "^7.10.4" |
19 |
| - "@babel/helper-module-transforms" "^7.10.4" |
| 18 | + "@babel/generator" "^7.10.5" |
| 19 | + "@babel/helper-module-transforms" "^7.10.5" |
20 | 20 | "@babel/helpers" "^7.10.4"
|
21 |
| - "@babel/parser" "^7.10.4" |
| 21 | + "@babel/parser" "^7.10.5" |
22 | 22 | "@babel/template" "^7.10.4"
|
23 |
| - "@babel/traverse" "^7.10.4" |
24 |
| - "@babel/types" "^7.10.4" |
| 23 | + "@babel/traverse" "^7.10.5" |
| 24 | + "@babel/types" "^7.10.5" |
25 | 25 | convert-source-map "^1.7.0"
|
26 | 26 | debug "^4.1.0"
|
27 | 27 | gensync "^1.0.0-beta.1"
|
28 | 28 | json5 "^2.1.2"
|
29 |
| - lodash "^4.17.13" |
| 29 | + lodash "^4.17.19" |
30 | 30 | resolve "^1.3.2"
|
31 | 31 | semver "^5.4.1"
|
32 | 32 | source-map "^0.5.0"
|
|
41 | 41 | lodash "^4.17.13"
|
42 | 42 | source-map "^0.5.0"
|
43 | 43 |
|
| 44 | +"@babel/generator@^7.10.5": |
| 45 | + version "7.10.5" |
| 46 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.5.tgz#1b903554bc8c583ee8d25f1e8969732e6b829a69" |
| 47 | + integrity sha512-3vXxr3FEW7E7lJZiWQ3bM4+v/Vyr9C+hpolQ8BGFr9Y8Ri2tFLWTixmwKBafDujO1WVah4fhZBeU1bieKdghig== |
| 48 | + dependencies: |
| 49 | + "@babel/types" "^7.10.5" |
| 50 | + jsesc "^2.5.1" |
| 51 | + source-map "^0.5.0" |
| 52 | + |
44 | 53 | "@babel/helper-function-name@^7.10.4":
|
45 | 54 | version "7.10.4"
|
46 | 55 | resolved "https://registry.npm.taobao.org/@babel/helper-function-name/download/@babel/helper-function-name-7.10.4.tgz?cache=0&sync_timestamp=1593522977138&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-function-name%2Fdownload%2F%40babel%2Fhelper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a"
|
|
71 | 80 | dependencies:
|
72 | 81 | "@babel/types" "^7.10.4"
|
73 | 82 |
|
74 |
| -"@babel/helper-module-transforms@^7.10.4": |
75 |
| - version "7.10.4" |
76 |
| - resolved "https://registry.npm.taobao.org/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.10.4.tgz?cache=0&sync_timestamp=1593522962937&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-module-transforms%2Fdownload%2F%40babel%2Fhelper-module-transforms-7.10.4.tgz#ca1f01fdb84e48c24d7506bb818c961f1da8805d" |
77 |
| - integrity sha1-yh8B/bhOSMJNdQa7gYyWHx2ogF0= |
| 83 | +"@babel/helper-module-transforms@^7.10.5": |
| 84 | + version "7.10.5" |
| 85 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz#120c271c0b3353673fcdfd8c053db3c544a260d6" |
| 86 | + integrity sha512-4P+CWMJ6/j1W915ITJaUkadLObmCRRSC234uctJfn/vHrsLNxsR8dwlcXv9ZhJWzl77awf+mWXSZEKt5t0OnlA== |
78 | 87 | dependencies:
|
79 | 88 | "@babel/helper-module-imports" "^7.10.4"
|
80 | 89 | "@babel/helper-replace-supers" "^7.10.4"
|
81 | 90 | "@babel/helper-simple-access" "^7.10.4"
|
82 | 91 | "@babel/helper-split-export-declaration" "^7.10.4"
|
83 | 92 | "@babel/template" "^7.10.4"
|
84 |
| - "@babel/types" "^7.10.4" |
85 |
| - lodash "^4.17.13" |
| 93 | + "@babel/types" "^7.10.5" |
| 94 | + lodash "^4.17.19" |
86 | 95 |
|
87 | 96 | "@babel/helper-optimise-call-expression@^7.10.4":
|
88 | 97 | version "7.10.4"
|
|
144 | 153 | resolved "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.10.4.tgz?cache=0&sync_timestamp=1593521083313&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
|
145 | 154 | integrity sha1-nu3yfhmY2Hc5+1AopRIFV8BqGmQ=
|
146 | 155 |
|
| 156 | +"@babel/parser@^7.10.5": |
| 157 | + version "7.10.5" |
| 158 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b" |
| 159 | + integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ== |
| 160 | + |
147 | 161 | "@babel/template@^7.10.4":
|
148 | 162 | version "7.10.4"
|
149 | 163 | resolved "https://registry.npm.taobao.org/@babel/template/download/@babel/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278"
|
|
168 | 182 | globals "^11.1.0"
|
169 | 183 | lodash "^4.17.13"
|
170 | 184 |
|
| 185 | +"@babel/traverse@^7.10.5": |
| 186 | + version "7.10.5" |
| 187 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564" |
| 188 | + integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ== |
| 189 | + dependencies: |
| 190 | + "@babel/code-frame" "^7.10.4" |
| 191 | + "@babel/generator" "^7.10.5" |
| 192 | + "@babel/helper-function-name" "^7.10.4" |
| 193 | + "@babel/helper-split-export-declaration" "^7.10.4" |
| 194 | + "@babel/parser" "^7.10.5" |
| 195 | + "@babel/types" "^7.10.5" |
| 196 | + debug "^4.1.0" |
| 197 | + globals "^11.1.0" |
| 198 | + lodash "^4.17.19" |
| 199 | + |
171 | 200 | "@babel/types@^7.10.4":
|
172 | 201 | version "7.10.4"
|
173 | 202 | resolved "https://registry.npm.taobao.org/@babel/types/download/@babel/types-7.10.4.tgz?cache=0&sync_timestamp=1593522838025&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftypes%2Fdownload%2F%40babel%2Ftypes-7.10.4.tgz#369517188352e18219981efd156bfdb199fff1ee"
|
|
177 | 206 | lodash "^4.17.13"
|
178 | 207 | to-fast-properties "^2.0.0"
|
179 | 208 |
|
| 209 | +"@babel/types@^7.10.5": |
| 210 | + version "7.10.5" |
| 211 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz#d88ae7e2fde86bfbfe851d4d81afa70a997b5d15" |
| 212 | + integrity sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q== |
| 213 | + dependencies: |
| 214 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 215 | + lodash "^4.17.19" |
| 216 | + to-fast-properties "^2.0.0" |
| 217 | + |
180 | 218 | "@webassemblyjs/ast@1.9.0":
|
181 | 219 | version "1.9.0"
|
182 | 220 | resolved "https://registry.npm.taobao.org/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz?cache=0&sync_timestamp=1580599461432&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40webassemblyjs%2Fast%2Fdownload%2F%40webassemblyjs%2Fast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"
|
@@ -2398,6 +2436,11 @@ lodash@^4.17.13, lodash@^4.17.4:
|
2398 | 2436 | resolved "https://registry.npm.taobao.org/lodash/download/lodash-4.17.15.tgz?cache=0&sync_timestamp=1571657272199&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash%2Fdownload%2Flodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
|
2399 | 2437 | integrity sha1-tEf2ZwoEVbv+7dETku/zMOoJdUg=
|
2400 | 2438 |
|
| 2439 | +lodash@^4.17.19: |
| 2440 | + version "4.17.19" |
| 2441 | + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b" |
| 2442 | + integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ== |
| 2443 | + |
2401 | 2444 | loose-envify@^1.0.0:
|
2402 | 2445 | version "1.4.0"
|
2403 | 2446 | resolved "https://registry.npm.taobao.org/loose-envify/download/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
|
|
0 commit comments