|
17 | 17 | "@babel/highlight" "^7.0.0" |
18 | 18 |
|
19 | 19 | "@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.4.3": |
20 | | - version "7.4.4" |
21 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.4.tgz#84055750b05fcd50f9915a826b44fa347a825250" |
22 | | - integrity sha512-lQgGX3FPRgbz2SKmhMtYgJvVzGZrmjaF4apZ2bLwofAKiSjxU0drPh4S/VasyYXwaTs+A1gvQ45BN8SQJzHsQQ== |
| 20 | + version "7.4.5" |
| 21 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.5.tgz#081f97e8ffca65a9b4b0fdc7e274e703f000c06a" |
| 22 | + integrity sha512-OvjIh6aqXtlsA8ujtGKfC7LYWksYSX8yQcM8Ay3LuvVeQ63lcOKgoZWVqcpFwkd29aYU9rVx7jxhfhiEDV9MZA== |
23 | 23 | dependencies: |
24 | 24 | "@babel/code-frame" "^7.0.0" |
25 | 25 | "@babel/generator" "^7.4.4" |
26 | 26 | "@babel/helpers" "^7.4.4" |
27 | | - "@babel/parser" "^7.4.4" |
| 27 | + "@babel/parser" "^7.4.5" |
28 | 28 | "@babel/template" "^7.4.4" |
29 | | - "@babel/traverse" "^7.4.4" |
| 29 | + "@babel/traverse" "^7.4.5" |
30 | 30 | "@babel/types" "^7.4.4" |
31 | 31 | convert-source-map "^1.1.0" |
32 | 32 | debug "^4.1.0" |
|
300 | 300 | esutils "^2.0.2" |
301 | 301 | js-tokens "^4.0.0" |
302 | 302 |
|
303 | | -"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.4.4": |
304 | | - version "7.4.4" |
305 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.4.tgz#5977129431b8fe33471730d255ce8654ae1250b6" |
306 | | - integrity sha512-5pCS4mOsL+ANsFZGdvNLybx4wtqAZJ0MJjMHxvzI3bvIsz6sQvzW8XX92EYIkiPtIvcfG3Aj+Ir5VNyjnZhP7w== |
| 303 | +"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.4.4", "@babel/parser@^7.4.5": |
| 304 | + version "7.4.5" |
| 305 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.5.tgz#04af8d5d5a2b044a2a1bffacc1e5e6673544e872" |
| 306 | + integrity sha512-9mUqkL1FF5T7f0WDFfAoDdiMVPWsdD1gZYzSnaXsxUCUqzuch/8of9G3VUSNiZmMBoRxT3neyVsqeiL/ZPcjew== |
307 | 307 |
|
308 | 308 | "@babel/plugin-external-helpers@^7.0.0": |
309 | 309 | version "7.2.0" |
|
732 | 732 | invariant "^2.2.0" |
733 | 733 | lodash "^4.2.0" |
734 | 734 |
|
735 | | -"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.0", "@babel/traverse@^7.4.4": |
736 | | - version "7.4.4" |
737 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.4.tgz#0776f038f6d78361860b6823887d4f3937133fe8" |
738 | | - integrity sha512-Gw6qqkw/e6AGzlyj9KnkabJX7VcubqPtkUQVAwkc0wUMldr3A/hezNB3Rc5eIvId95iSGkGIOe5hh1kMKf951A== |
| 735 | +"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.4.5": |
| 736 | + version "7.4.5" |
| 737 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.5.tgz#4e92d1728fd2f1897dafdd321efbff92156c3216" |
| 738 | + integrity sha512-Vc+qjynwkjRmIFGxy0KYoPj4FdVDxLej89kMHFsWScq999uX+pwcX4v9mWRjW0KcAYTPAuVQl2LKP1wEVLsp+A== |
739 | 739 | dependencies: |
740 | 740 | "@babel/code-frame" "^7.0.0" |
741 | 741 | "@babel/generator" "^7.4.4" |
742 | 742 | "@babel/helper-function-name" "^7.1.0" |
743 | 743 | "@babel/helper-split-export-declaration" "^7.4.4" |
744 | | - "@babel/parser" "^7.4.4" |
| 744 | + "@babel/parser" "^7.4.5" |
745 | 745 | "@babel/types" "^7.4.4" |
746 | 746 | debug "^4.1.0" |
747 | 747 | globals "^11.1.0" |
|
0 commit comments