|
9 | 9 | dependencies: |
10 | 10 | "@babel/highlight" "^7.0.0" |
11 | 11 |
|
12 | | -"@babel/core@^7.4.3": |
13 | | - version "7.4.3" |
14 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.3.tgz#198d6d3af4567be3989550d97e068de94503074f" |
15 | | - integrity sha512-oDpASqKFlbspQfzAE7yaeTmdljSH2ADIvBlb0RwbStltTuWa0+7CCI1fYVINNv9saHPa1W7oaKeuNuKj+RQCvA== |
| 12 | +"@babel/core@^7.4.4": |
| 13 | + version "7.4.4" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.4.tgz#84055750b05fcd50f9915a826b44fa347a825250" |
| 15 | + integrity sha512-lQgGX3FPRgbz2SKmhMtYgJvVzGZrmjaF4apZ2bLwofAKiSjxU0drPh4S/VasyYXwaTs+A1gvQ45BN8SQJzHsQQ== |
16 | 16 | dependencies: |
17 | 17 | "@babel/code-frame" "^7.0.0" |
18 | | - "@babel/generator" "^7.4.0" |
19 | | - "@babel/helpers" "^7.4.3" |
20 | | - "@babel/parser" "^7.4.3" |
21 | | - "@babel/template" "^7.4.0" |
22 | | - "@babel/traverse" "^7.4.3" |
23 | | - "@babel/types" "^7.4.0" |
| 18 | + "@babel/generator" "^7.4.4" |
| 19 | + "@babel/helpers" "^7.4.4" |
| 20 | + "@babel/parser" "^7.4.4" |
| 21 | + "@babel/template" "^7.4.4" |
| 22 | + "@babel/traverse" "^7.4.4" |
| 23 | + "@babel/types" "^7.4.4" |
24 | 24 | convert-source-map "^1.1.0" |
25 | 25 | debug "^4.1.0" |
26 | 26 | json5 "^2.1.0" |
|
29 | 29 | semver "^5.4.1" |
30 | 30 | source-map "^0.5.0" |
31 | 31 |
|
32 | | -"@babel/generator@^7.4.0": |
33 | | - version "7.4.0" |
34 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.4.0.tgz#c230e79589ae7a729fd4631b9ded4dc220418196" |
35 | | - integrity sha512-/v5I+a1jhGSKLgZDcmAUZ4K/VePi43eRkUs3yePW1HB1iANOD5tqJXwGSG4BZhSksP8J9ejSlwGeTiiOFZOrXQ== |
| 32 | +"@babel/generator@^7.4.4": |
| 33 | + version "7.4.4" |
| 34 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.4.4.tgz#174a215eb843fc392c7edcaabeaa873de6e8f041" |
| 35 | + integrity sha512-53UOLK6TVNqKxf7RUh8NE851EHRxOOeVXKbK2bivdb+iziMyk03Sr4eaE9OELCbyZAAafAKPDwF2TPUES5QbxQ== |
36 | 36 | dependencies: |
37 | | - "@babel/types" "^7.4.0" |
| 37 | + "@babel/types" "^7.4.4" |
38 | 38 | jsesc "^2.5.1" |
39 | 39 | lodash "^4.17.11" |
40 | 40 | source-map "^0.5.0" |
|
194 | 194 | dependencies: |
195 | 195 | "@babel/types" "^7.4.0" |
196 | 196 |
|
197 | | -"@babel/helpers@^7.4.3": |
198 | | - version "7.4.3" |
199 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.4.3.tgz#7b1d354363494b31cb9a2417ae86af32b7853a3b" |
200 | | - integrity sha512-BMh7X0oZqb36CfyhvtbSmcWc3GXocfxv3yNsAEuM0l+fAqSO22rQrUpijr3oE/10jCTrB6/0b9kzmG4VetCj8Q== |
| 197 | +"@babel/helper-split-export-declaration@^7.4.4": |
| 198 | + version "7.4.4" |
| 199 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677" |
| 200 | + integrity sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q== |
201 | 201 | dependencies: |
202 | | - "@babel/template" "^7.4.0" |
203 | | - "@babel/traverse" "^7.4.3" |
204 | | - "@babel/types" "^7.4.0" |
| 202 | + "@babel/types" "^7.4.4" |
| 203 | + |
| 204 | +"@babel/helpers@^7.4.4": |
| 205 | + version "7.4.4" |
| 206 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.4.4.tgz#868b0ef59c1dd4e78744562d5ce1b59c89f2f2a5" |
| 207 | + integrity sha512-igczbR/0SeuPR8RFfC7tGrbdTbFL3QTvH6D+Z6zNxnTe//GyqmtHmDkzrqDmyZ3eSwPqB/LhyKoU5DXsp+Vp2A== |
| 208 | + dependencies: |
| 209 | + "@babel/template" "^7.4.4" |
| 210 | + "@babel/traverse" "^7.4.4" |
| 211 | + "@babel/types" "^7.4.4" |
205 | 212 |
|
206 | 213 | "@babel/highlight@^7.0.0": |
207 | 214 | version "7.0.0" |
|
212 | 219 | esutils "^2.0.2" |
213 | 220 | js-tokens "^4.0.0" |
214 | 221 |
|
215 | | -"@babel/parser@^7.4.0", "@babel/parser@^7.4.3": |
216 | | - version "7.4.3" |
217 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.3.tgz#eb3ac80f64aa101c907d4ce5406360fe75b7895b" |
218 | | - integrity sha512-gxpEUhTS1sGA63EGQGuA+WESPR/6tz6ng7tSHFCmaTJK/cGK8y37cBTspX+U2xCAue2IQVvF6Z0oigmjwD8YGQ== |
| 222 | +"@babel/parser@^7.4.4": |
| 223 | + version "7.4.4" |
| 224 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.4.tgz#5977129431b8fe33471730d255ce8654ae1250b6" |
| 225 | + integrity sha512-5pCS4mOsL+ANsFZGdvNLybx4wtqAZJ0MJjMHxvzI3bvIsz6sQvzW8XX92EYIkiPtIvcfG3Aj+Ir5VNyjnZhP7w== |
219 | 226 |
|
220 | 227 | "@babel/plugin-proposal-class-properties@^7.0.0": |
221 | 228 | version "7.4.0" |
|
537 | 544 | dependencies: |
538 | 545 | regenerator-runtime "^0.13.2" |
539 | 546 |
|
540 | | -"@babel/template@^7.0.0", "@babel/template@^7.1.0", "@babel/template@^7.2.2", "@babel/template@^7.4.0": |
541 | | - version "7.4.0" |
542 | | - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.4.0.tgz#12474e9c077bae585c5d835a95c0b0b790c25c8b" |
543 | | - integrity sha512-SOWwxxClTTh5NdbbYZ0BmaBVzxzTh2tO/TeLTbF6MO6EzVhHTnff8CdBXx3mEtazFBoysmEM6GU/wF+SuSx4Fw== |
| 547 | +"@babel/template@^7.0.0", "@babel/template@^7.1.0", "@babel/template@^7.2.2", "@babel/template@^7.4.4": |
| 548 | + version "7.4.4" |
| 549 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.4.4.tgz#f4b88d1225689a08f5bc3a17483545be9e4ed237" |
| 550 | + integrity sha512-CiGzLN9KgAvgZsnivND7rkA+AeJ9JB0ciPOD4U59GKbQP2iQl+olF1l76kJOupqidozfZ32ghwBEJDhnk9MEcw== |
544 | 551 | dependencies: |
545 | 552 | "@babel/code-frame" "^7.0.0" |
546 | | - "@babel/parser" "^7.4.0" |
547 | | - "@babel/types" "^7.4.0" |
| 553 | + "@babel/parser" "^7.4.4" |
| 554 | + "@babel/types" "^7.4.4" |
548 | 555 |
|
549 | | -"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.0", "@babel/traverse@^7.4.3": |
550 | | - version "7.4.3" |
551 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.3.tgz#1a01f078fc575d589ff30c0f71bf3c3d9ccbad84" |
552 | | - integrity sha512-HmA01qrtaCwwJWpSKpA948cBvU5BrmviAief/b3AVw936DtcdsTexlbyzNuDnthwhOQ37xshn7hvQaEQk7ISYQ== |
| 556 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.0", "@babel/traverse@^7.4.4": |
| 557 | + version "7.4.4" |
| 558 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.4.tgz#0776f038f6d78361860b6823887d4f3937133fe8" |
| 559 | + integrity sha512-Gw6qqkw/e6AGzlyj9KnkabJX7VcubqPtkUQVAwkc0wUMldr3A/hezNB3Rc5eIvId95iSGkGIOe5hh1kMKf951A== |
553 | 560 | dependencies: |
554 | 561 | "@babel/code-frame" "^7.0.0" |
555 | | - "@babel/generator" "^7.4.0" |
| 562 | + "@babel/generator" "^7.4.4" |
556 | 563 | "@babel/helper-function-name" "^7.1.0" |
557 | | - "@babel/helper-split-export-declaration" "^7.4.0" |
558 | | - "@babel/parser" "^7.4.3" |
559 | | - "@babel/types" "^7.4.0" |
| 564 | + "@babel/helper-split-export-declaration" "^7.4.4" |
| 565 | + "@babel/parser" "^7.4.4" |
| 566 | + "@babel/types" "^7.4.4" |
560 | 567 | debug "^4.1.0" |
561 | 568 | globals "^11.1.0" |
562 | 569 | lodash "^4.17.11" |
563 | 570 |
|
564 | | -"@babel/types@^7.0.0", "@babel/types@^7.2.2", "@babel/types@^7.3.0", "@babel/types@^7.4.0": |
565 | | - version "7.4.0" |
566 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.0.tgz#670724f77d24cce6cc7d8cf64599d511d164894c" |
567 | | - integrity sha512-aPvkXyU2SPOnztlgo8n9cEiXW755mgyvueUPcpStqdzoSPm0fjO0vQBjLkt3JKJW7ufikfcnMTTPsN1xaTsBPA== |
| 571 | +"@babel/types@^7.0.0", "@babel/types@^7.2.2", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4": |
| 572 | + version "7.4.4" |
| 573 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.4.tgz#8db9e9a629bb7c29370009b4b779ed93fe57d5f0" |
| 574 | + integrity sha512-dOllgYdnEFOebhkKCjzSVFqw/PmmB8pH6RGOWkY4GsboQNd47b1fBThBSwlHAq9alF9vc1M3+6oqR47R50L0tQ== |
568 | 575 | dependencies: |
569 | 576 | esutils "^2.0.2" |
570 | 577 | lodash "^4.17.11" |
|
0 commit comments