|
18 | 18 | optionalDependencies: |
19 | 19 | chokidar "^2.1.8" |
20 | 20 |
|
21 | | -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.8.3": |
22 | | - version "7.8.3" |
23 | | - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e" |
24 | | - integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g== |
25 | | - dependencies: |
26 | | - "@babel/highlight" "^7.8.3" |
27 | | - |
28 | | -"@babel/code-frame@^7.10.4": |
| 21 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4": |
29 | 22 | version "7.10.4" |
30 | 23 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a" |
31 | 24 | integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== |
|
38 | 31 | integrity sha512-725AQupWJZ8ba0jbKceeFblZTY90McUBWMwHhkFQ9q1zKPJ95GUktljFcgcsIVwRnTnRKlcYzfiNImg5G9m6ZQ== |
39 | 32 |
|
40 | 33 | "@babel/core@^7.1.0", "@babel/core@^7.7.2", "@babel/core@^7.7.5": |
41 | | - version "7.9.6" |
42 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.6.tgz#d9aa1f580abf3b2286ef40b6904d390904c63376" |
43 | | - integrity sha512-nD3deLvbsApbHAHttzIssYqgb883yU/d9roe4RZymBCDaZryMJDbptVpEpeQuRh4BJ+SYI8le9YGxKvFEvl1Wg== |
44 | | - dependencies: |
45 | | - "@babel/code-frame" "^7.8.3" |
46 | | - "@babel/generator" "^7.9.6" |
47 | | - "@babel/helper-module-transforms" "^7.9.0" |
48 | | - "@babel/helpers" "^7.9.6" |
49 | | - "@babel/parser" "^7.9.6" |
50 | | - "@babel/template" "^7.8.6" |
51 | | - "@babel/traverse" "^7.9.6" |
52 | | - "@babel/types" "^7.9.6" |
| 34 | + version "7.12.3" |
| 35 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8" |
| 36 | + integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g== |
| 37 | + dependencies: |
| 38 | + "@babel/code-frame" "^7.10.4" |
| 39 | + "@babel/generator" "^7.12.1" |
| 40 | + "@babel/helper-module-transforms" "^7.12.1" |
| 41 | + "@babel/helpers" "^7.12.1" |
| 42 | + "@babel/parser" "^7.12.3" |
| 43 | + "@babel/template" "^7.10.4" |
| 44 | + "@babel/traverse" "^7.12.1" |
| 45 | + "@babel/types" "^7.12.1" |
53 | 46 | convert-source-map "^1.7.0" |
54 | 47 | debug "^4.1.0" |
55 | 48 | gensync "^1.0.0-beta.1" |
56 | 49 | json5 "^2.1.2" |
57 | | - lodash "^4.17.13" |
| 50 | + lodash "^4.17.19" |
58 | 51 | resolve "^1.3.2" |
59 | 52 | semver "^5.4.1" |
60 | 53 | source-map "^0.5.0" |
|
68 | 61 | jsesc "^2.5.1" |
69 | 62 | source-map "^0.5.0" |
70 | 63 |
|
71 | | -"@babel/generator@^7.9.6": |
72 | | - version "7.9.6" |
73 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.6.tgz#5408c82ac5de98cda0d77d8124e99fa1f2170a43" |
74 | | - integrity sha512-+htwWKJbH2bL72HRluF8zumBxzuX0ZZUFl3JLNyoUjM/Ho8wnVpPXM6aUz8cfKDqQ/h7zHqKt4xzJteUosckqQ== |
75 | | - dependencies: |
76 | | - "@babel/types" "^7.9.6" |
77 | | - jsesc "^2.5.1" |
78 | | - lodash "^4.17.13" |
79 | | - source-map "^0.5.0" |
80 | | - |
81 | 64 | "@babel/helper-annotate-as-pure@^7.10.4": |
82 | 65 | version "7.10.4" |
83 | 66 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3" |
|
156 | 139 | "@babel/template" "^7.10.4" |
157 | 140 | "@babel/types" "^7.10.4" |
158 | 141 |
|
159 | | -"@babel/helper-function-name@^7.9.5": |
160 | | - version "7.9.5" |
161 | | - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c" |
162 | | - integrity sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw== |
163 | | - dependencies: |
164 | | - "@babel/helper-get-function-arity" "^7.8.3" |
165 | | - "@babel/template" "^7.8.3" |
166 | | - "@babel/types" "^7.9.5" |
167 | | - |
168 | 142 | "@babel/helper-get-function-arity@^7.10.4": |
169 | 143 | version "7.10.4" |
170 | 144 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2" |
171 | 145 | integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A== |
172 | 146 | dependencies: |
173 | 147 | "@babel/types" "^7.10.4" |
174 | 148 |
|
175 | | -"@babel/helper-get-function-arity@^7.8.3": |
176 | | - version "7.8.3" |
177 | | - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5" |
178 | | - integrity sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA== |
179 | | - dependencies: |
180 | | - "@babel/types" "^7.8.3" |
181 | | - |
182 | 149 | "@babel/helper-hoist-variables@^7.10.4": |
183 | 150 | version "7.10.4" |
184 | 151 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz#d49b001d1d5a68ca5e6604dda01a6297f7c9381e" |
|
193 | 160 | dependencies: |
194 | 161 | "@babel/types" "^7.12.1" |
195 | 162 |
|
196 | | -"@babel/helper-member-expression-to-functions@^7.8.3": |
197 | | - version "7.8.3" |
198 | | - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz#659b710498ea6c1d9907e0c73f206eee7dadc24c" |
199 | | - integrity sha512-fO4Egq88utkQFjbPrSHGmGLFqmrshs11d46WI+WZDESt7Wu7wN2G2Iu+NMMZJFDOVRHAMIkB5SNh30NtwCA7RA== |
200 | | - dependencies: |
201 | | - "@babel/types" "^7.8.3" |
202 | | - |
203 | | -"@babel/helper-module-imports@^7.12.1", "@babel/helper-module-imports@^7.8.3": |
| 163 | +"@babel/helper-module-imports@^7.12.1": |
204 | 164 | version "7.12.1" |
205 | 165 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.1.tgz#1644c01591a15a2f084dd6d092d9430eb1d1216c" |
206 | 166 | integrity sha512-ZeC1TlMSvikvJNy1v/wPIazCu3NdOwgYZLIkmIyAsGhqkNpiDoQQRmaCK8YP4Pq3GPTLPV9WXaPCJKvx06JxKA== |
|
222 | 182 | "@babel/types" "^7.12.1" |
223 | 183 | lodash "^4.17.19" |
224 | 184 |
|
225 | | -"@babel/helper-module-transforms@^7.9.0": |
226 | | - version "7.9.0" |
227 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5" |
228 | | - integrity sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA== |
229 | | - dependencies: |
230 | | - "@babel/helper-module-imports" "^7.8.3" |
231 | | - "@babel/helper-replace-supers" "^7.8.6" |
232 | | - "@babel/helper-simple-access" "^7.8.3" |
233 | | - "@babel/helper-split-export-declaration" "^7.8.3" |
234 | | - "@babel/template" "^7.8.6" |
235 | | - "@babel/types" "^7.9.0" |
236 | | - lodash "^4.17.13" |
237 | | - |
238 | 185 | "@babel/helper-optimise-call-expression@^7.10.4": |
239 | 186 | version "7.10.4" |
240 | 187 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673" |
241 | 188 | integrity sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg== |
242 | 189 | dependencies: |
243 | 190 | "@babel/types" "^7.10.4" |
244 | 191 |
|
245 | | -"@babel/helper-optimise-call-expression@^7.8.3": |
246 | | - version "7.8.3" |
247 | | - resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz#7ed071813d09c75298ef4f208956006b6111ecb9" |
248 | | - integrity sha512-Kag20n86cbO2AvHca6EJsvqAd82gc6VMGule4HwebwMlwkpXuVqrNRj6CkCV2sKxgi9MyAUnZVnZ6lJ1/vKhHQ== |
249 | | - dependencies: |
250 | | - "@babel/types" "^7.8.3" |
251 | | - |
252 | 192 | "@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": |
253 | 193 | version "7.10.4" |
254 | 194 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375" |
|
280 | 220 | "@babel/traverse" "^7.12.1" |
281 | 221 | "@babel/types" "^7.12.1" |
282 | 222 |
|
283 | | -"@babel/helper-replace-supers@^7.8.6": |
284 | | - version "7.9.6" |
285 | | - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.9.6.tgz#03149d7e6a5586ab6764996cd31d6981a17e1444" |
286 | | - integrity sha512-qX+chbxkbArLyCImk3bWV+jB5gTNU/rsze+JlcF6Nf8tVTigPJSI1o1oBow/9Resa1yehUO9lIipsmu9oG4RzA== |
287 | | - dependencies: |
288 | | - "@babel/helper-member-expression-to-functions" "^7.8.3" |
289 | | - "@babel/helper-optimise-call-expression" "^7.8.3" |
290 | | - "@babel/traverse" "^7.9.6" |
291 | | - "@babel/types" "^7.9.6" |
292 | | - |
293 | 223 | "@babel/helper-simple-access@^7.12.1": |
294 | 224 | version "7.12.1" |
295 | 225 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136" |
296 | 226 | integrity sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA== |
297 | 227 | dependencies: |
298 | 228 | "@babel/types" "^7.12.1" |
299 | 229 |
|
300 | | -"@babel/helper-simple-access@^7.8.3": |
301 | | - version "7.8.3" |
302 | | - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz#7f8109928b4dab4654076986af575231deb639ae" |
303 | | - integrity sha512-VNGUDjx5cCWg4vvCTR8qQ7YJYZ+HBjxOgXEl7ounz+4Sn7+LMD3CFrCTEU6/qXKbA2nKg21CwhhBzO0RpRbdCw== |
304 | | - dependencies: |
305 | | - "@babel/template" "^7.8.3" |
306 | | - "@babel/types" "^7.8.3" |
307 | | - |
308 | 230 | "@babel/helper-skip-transparent-expression-wrappers@^7.12.1": |
309 | 231 | version "7.12.1" |
310 | 232 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz#462dc63a7e435ade8468385c63d2b84cce4b3cbf" |
|
319 | 241 | dependencies: |
320 | 242 | "@babel/types" "^7.11.0" |
321 | 243 |
|
322 | | -"@babel/helper-split-export-declaration@^7.8.3": |
323 | | - version "7.8.3" |
324 | | - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9" |
325 | | - integrity sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA== |
326 | | - dependencies: |
327 | | - "@babel/types" "^7.8.3" |
328 | | - |
329 | 244 | "@babel/helper-validator-identifier@^7.10.4": |
330 | 245 | version "7.10.4" |
331 | 246 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2" |
|
346 | 261 | "@babel/traverse" "^7.10.4" |
347 | 262 | "@babel/types" "^7.10.4" |
348 | 263 |
|
349 | | -"@babel/helpers@^7.9.6": |
350 | | - version "7.9.6" |
351 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.6.tgz#092c774743471d0bb6c7de3ad465ab3d3486d580" |
352 | | - integrity sha512-tI4bUbldloLcHWoRUMAj4g1bF313M/o6fBKhIsb3QnGVPwRm9JsNf/gqMkQ7zjqReABiffPV6RWj7hEglID5Iw== |
| 264 | +"@babel/helpers@^7.12.1": |
| 265 | + version "7.12.1" |
| 266 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.1.tgz#8a8261c1d438ec18cb890434df4ec768734c1e79" |
| 267 | + integrity sha512-9JoDSBGoWtmbay98efmT2+mySkwjzeFeAL9BuWNoVQpkPFQF8SIIFUfY5os9u8wVzglzoiPRSW7cuJmBDUt43g== |
353 | 268 | dependencies: |
354 | | - "@babel/template" "^7.8.3" |
355 | | - "@babel/traverse" "^7.9.6" |
356 | | - "@babel/types" "^7.9.6" |
| 269 | + "@babel/template" "^7.10.4" |
| 270 | + "@babel/traverse" "^7.12.1" |
| 271 | + "@babel/types" "^7.12.1" |
357 | 272 |
|
358 | 273 | "@babel/highlight@^7.10.4": |
359 | 274 | version "7.10.4" |
|
364 | 279 | chalk "^2.0.0" |
365 | 280 | js-tokens "^4.0.0" |
366 | 281 |
|
367 | | -"@babel/highlight@^7.8.3": |
368 | | - version "7.8.3" |
369 | | - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797" |
370 | | - integrity sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg== |
371 | | - dependencies: |
372 | | - chalk "^2.0.0" |
373 | | - esutils "^2.0.2" |
374 | | - js-tokens "^4.0.0" |
375 | | - |
376 | | -"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.9.6": |
377 | | - version "7.9.6" |
378 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7" |
379 | | - integrity sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q== |
380 | | - |
381 | | -"@babel/parser@^7.10.4", "@babel/parser@^7.12.1": |
| 282 | +"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.12.1", "@babel/parser@^7.12.3", "@babel/parser@^7.7.5": |
382 | 283 | version "7.12.3" |
383 | 284 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.3.tgz#a305415ebe7a6c7023b40b5122a0662d928334cd" |
384 | 285 | integrity sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw== |
|
1001 | 902 | dependencies: |
1002 | 903 | regenerator-runtime "^0.13.4" |
1003 | 904 |
|
1004 | | -"@babel/template@^7.10.4": |
| 905 | +"@babel/template@^7.10.4", "@babel/template@^7.3.3", "@babel/template@^7.7.4": |
1005 | 906 | version "7.10.4" |
1006 | 907 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278" |
1007 | 908 | integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA== |
|
1010 | 911 | "@babel/parser" "^7.10.4" |
1011 | 912 | "@babel/types" "^7.10.4" |
1012 | 913 |
|
1013 | | -"@babel/template@^7.3.3", "@babel/template@^7.7.4", "@babel/template@^7.8.3", "@babel/template@^7.8.6": |
1014 | | - version "7.8.6" |
1015 | | - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b" |
1016 | | - integrity sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg== |
1017 | | - dependencies: |
1018 | | - "@babel/code-frame" "^7.8.3" |
1019 | | - "@babel/parser" "^7.8.6" |
1020 | | - "@babel/types" "^7.8.6" |
1021 | | - |
1022 | | -"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.9.6": |
1023 | | - version "7.9.6" |
1024 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.6.tgz#5540d7577697bf619cc57b92aa0f1c231a94f442" |
1025 | | - integrity sha512-b3rAHSjbxy6VEAvlxM8OV/0X4XrG72zoxme6q1MOoe2vd0bEc+TwayhuC1+Dfgqh1QEG+pj7atQqvUprHIccsg== |
1026 | | - dependencies: |
1027 | | - "@babel/code-frame" "^7.8.3" |
1028 | | - "@babel/generator" "^7.9.6" |
1029 | | - "@babel/helper-function-name" "^7.9.5" |
1030 | | - "@babel/helper-split-export-declaration" "^7.8.3" |
1031 | | - "@babel/parser" "^7.9.6" |
1032 | | - "@babel/types" "^7.9.6" |
1033 | | - debug "^4.1.0" |
1034 | | - globals "^11.1.0" |
1035 | | - lodash "^4.17.13" |
1036 | | - |
1037 | | -"@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1": |
| 914 | +"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.7.4": |
1038 | 915 | version "7.12.1" |
1039 | 916 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.1.tgz#941395e0c5cc86d5d3e75caa095d3924526f0c1e" |
1040 | 917 | integrity sha512-MA3WPoRt1ZHo2ZmoGKNqi20YnPt0B1S0GTZEPhhd+hw2KGUzBlHuVunj6K4sNuK+reEvyiPwtp0cpaqLzJDmAw== |
|
1049 | 926 | globals "^11.1.0" |
1050 | 927 | lodash "^4.17.19" |
1051 | 928 |
|
1052 | | -"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5", "@babel/types@^7.9.6": |
| 929 | +"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
1053 | 930 | version "7.12.1" |
1054 | 931 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.1.tgz#e109d9ab99a8de735be287ee3d6a9947a190c4ae" |
1055 | 932 | integrity sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA== |
|
0 commit comments