|
9 | 9 | dependencies:
|
10 | 10 | "@babel/highlight" "^7.10.4"
|
11 | 11 |
|
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== |
| 12 | +"@babel/core@7.11.4": |
| 13 | + version "7.11.4" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.4.tgz#4301dfdfafa01eeb97f1896c5501a3f0655d4229" |
| 15 | + integrity sha512-5deljj5HlqRXN+5oJTY7Zs37iH3z3b++KjiKtIsJy1NrjOOVSEaJHEetLBhyu0aQOSNNZ/0IuEAan9GzRuDXHg== |
16 | 16 | dependencies:
|
17 | 17 | "@babel/code-frame" "^7.10.4"
|
18 |
| - "@babel/generator" "^7.10.5" |
19 |
| - "@babel/helper-module-transforms" "^7.10.5" |
| 18 | + "@babel/generator" "^7.11.4" |
| 19 | + "@babel/helper-module-transforms" "^7.11.0" |
20 | 20 | "@babel/helpers" "^7.10.4"
|
21 |
| - "@babel/parser" "^7.10.5" |
| 21 | + "@babel/parser" "^7.11.4" |
22 | 22 | "@babel/template" "^7.10.4"
|
23 |
| - "@babel/traverse" "^7.10.5" |
24 |
| - "@babel/types" "^7.10.5" |
| 23 | + "@babel/traverse" "^7.11.0" |
| 24 | + "@babel/types" "^7.11.0" |
25 | 25 | convert-source-map "^1.7.0"
|
26 | 26 | debug "^4.1.0"
|
27 | 27 | gensync "^1.0.0-beta.1"
|
|
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== |
| 44 | +"@babel/generator@^7.11.0", "@babel/generator@^7.11.4": |
| 45 | + version "7.11.4" |
| 46 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.4.tgz#1ec7eec00defba5d6f83e50e3ee72ae2fee482be" |
| 47 | + integrity sha512-Rn26vueFx0eOoz7iifCN2UHT6rGtnkSGWSoDRIy8jZN3B91PzeSULbswfLoOWuTuAcNwpG/mxy+uCTDnZ9Mp1g== |
48 | 48 | dependencies:
|
49 |
| - "@babel/types" "^7.10.5" |
| 49 | + "@babel/types" "^7.11.0" |
50 | 50 | jsesc "^2.5.1"
|
51 | 51 | source-map "^0.5.0"
|
52 | 52 |
|
|
80 | 80 | dependencies:
|
81 | 81 | "@babel/types" "^7.10.4"
|
82 | 82 |
|
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== |
| 83 | +"@babel/helper-module-transforms@^7.11.0": |
| 84 | + version "7.11.0" |
| 85 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359" |
| 86 | + integrity sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg== |
87 | 87 | dependencies:
|
88 | 88 | "@babel/helper-module-imports" "^7.10.4"
|
89 | 89 | "@babel/helper-replace-supers" "^7.10.4"
|
90 | 90 | "@babel/helper-simple-access" "^7.10.4"
|
91 |
| - "@babel/helper-split-export-declaration" "^7.10.4" |
| 91 | + "@babel/helper-split-export-declaration" "^7.11.0" |
92 | 92 | "@babel/template" "^7.10.4"
|
93 |
| - "@babel/types" "^7.10.5" |
| 93 | + "@babel/types" "^7.11.0" |
94 | 94 | lodash "^4.17.19"
|
95 | 95 |
|
96 | 96 | "@babel/helper-optimise-call-expression@^7.10.4":
|
|
125 | 125 | dependencies:
|
126 | 126 | "@babel/types" "^7.10.4"
|
127 | 127 |
|
| 128 | +"@babel/helper-split-export-declaration@^7.11.0": |
| 129 | + version "7.11.0" |
| 130 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f" |
| 131 | + integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg== |
| 132 | + dependencies: |
| 133 | + "@babel/types" "^7.11.0" |
| 134 | + |
128 | 135 | "@babel/helper-validator-identifier@^7.10.4":
|
129 | 136 | version "7.10.4"
|
130 | 137 | resolved "https://registry.npm.taobao.org/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.10.4.tgz?cache=0&sync_timestamp=1593521083613&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-validator-identifier%2Fdownload%2F%40babel%2Fhelper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
|
|
153 | 160 | 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"
|
154 | 161 | integrity sha1-nu3yfhmY2Hc5+1AopRIFV8BqGmQ=
|
155 | 162 |
|
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== |
| 163 | +"@babel/parser@^7.11.0", "@babel/parser@^7.11.4": |
| 164 | + version "7.11.4" |
| 165 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.4.tgz#6fa1a118b8b0d80d0267b719213dc947e88cc0ca" |
| 166 | + integrity sha512-MggwidiH+E9j5Sh8pbrX5sJvMcsqS5o+7iB42M9/k0CD63MjYbdP4nhSh7uB5wnv2/RVzTZFTxzF/kIa5mrCqA== |
160 | 167 |
|
161 | 168 | "@babel/template@^7.10.4":
|
162 | 169 | version "7.10.4"
|
|
182 | 189 | globals "^11.1.0"
|
183 | 190 | lodash "^4.17.13"
|
184 | 191 |
|
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== |
| 192 | +"@babel/traverse@^7.11.0": |
| 193 | + version "7.11.0" |
| 194 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24" |
| 195 | + integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg== |
189 | 196 | dependencies:
|
190 | 197 | "@babel/code-frame" "^7.10.4"
|
191 |
| - "@babel/generator" "^7.10.5" |
| 198 | + "@babel/generator" "^7.11.0" |
192 | 199 | "@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" |
| 200 | + "@babel/helper-split-export-declaration" "^7.11.0" |
| 201 | + "@babel/parser" "^7.11.0" |
| 202 | + "@babel/types" "^7.11.0" |
196 | 203 | debug "^4.1.0"
|
197 | 204 | globals "^11.1.0"
|
198 | 205 | lodash "^4.17.19"
|
|
206 | 213 | lodash "^4.17.13"
|
207 | 214 | to-fast-properties "^2.0.0"
|
208 | 215 |
|
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== |
| 216 | +"@babel/types@^7.11.0": |
| 217 | + version "7.11.0" |
| 218 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d" |
| 219 | + integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA== |
213 | 220 | dependencies:
|
214 | 221 | "@babel/helper-validator-identifier" "^7.10.4"
|
215 | 222 | lodash "^4.17.19"
|
|
0 commit comments