|
9 | 9 | dependencies: |
10 | 10 | "@babel/highlight" "^7.0.0" |
11 | 11 |
|
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== |
| 12 | +"@babel/core@^7.4.5": |
| 13 | + version "7.4.5" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.5.tgz#081f97e8ffca65a9b4b0fdc7e274e703f000c06a" |
| 15 | + integrity sha512-OvjIh6aqXtlsA8ujtGKfC7LYWksYSX8yQcM8Ay3LuvVeQ63lcOKgoZWVqcpFwkd29aYU9rVx7jxhfhiEDV9MZA== |
16 | 16 | dependencies: |
17 | 17 | "@babel/code-frame" "^7.0.0" |
18 | 18 | "@babel/generator" "^7.4.4" |
19 | 19 | "@babel/helpers" "^7.4.4" |
20 | | - "@babel/parser" "^7.4.4" |
| 20 | + "@babel/parser" "^7.4.5" |
21 | 21 | "@babel/template" "^7.4.4" |
22 | | - "@babel/traverse" "^7.4.4" |
| 22 | + "@babel/traverse" "^7.4.5" |
23 | 23 | "@babel/types" "^7.4.4" |
24 | 24 | convert-source-map "^1.1.0" |
25 | 25 | debug "^4.1.0" |
|
219 | 219 | esutils "^2.0.2" |
220 | 220 | js-tokens "^4.0.0" |
221 | 221 |
|
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== |
| 222 | +"@babel/parser@^7.4.4", "@babel/parser@^7.4.5": |
| 223 | + version "7.4.5" |
| 224 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.5.tgz#04af8d5d5a2b044a2a1bffacc1e5e6673544e872" |
| 225 | + integrity sha512-9mUqkL1FF5T7f0WDFfAoDdiMVPWsdD1gZYzSnaXsxUCUqzuch/8of9G3VUSNiZmMBoRxT3neyVsqeiL/ZPcjew== |
226 | 226 |
|
227 | 227 | "@babel/plugin-proposal-class-properties@^7.0.0": |
228 | 228 | version "7.4.0" |
|
553 | 553 | "@babel/parser" "^7.4.4" |
554 | 554 | "@babel/types" "^7.4.4" |
555 | 555 |
|
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== |
| 556 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.4.5": |
| 557 | + version "7.4.5" |
| 558 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.5.tgz#4e92d1728fd2f1897dafdd321efbff92156c3216" |
| 559 | + integrity sha512-Vc+qjynwkjRmIFGxy0KYoPj4FdVDxLej89kMHFsWScq999uX+pwcX4v9mWRjW0KcAYTPAuVQl2LKP1wEVLsp+A== |
560 | 560 | dependencies: |
561 | 561 | "@babel/code-frame" "^7.0.0" |
562 | 562 | "@babel/generator" "^7.4.4" |
563 | 563 | "@babel/helper-function-name" "^7.1.0" |
564 | 564 | "@babel/helper-split-export-declaration" "^7.4.4" |
565 | | - "@babel/parser" "^7.4.4" |
| 565 | + "@babel/parser" "^7.4.5" |
566 | 566 | "@babel/types" "^7.4.4" |
567 | 567 | debug "^4.1.0" |
568 | 568 | globals "^11.1.0" |
|
0 commit comments