|
10 | 10 | "@babel/highlight" "^7.0.0" |
11 | 11 |
|
12 | 12 | "@babel/core@^7.5.5": |
13 | | - version "7.6.0" |
14 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.0.tgz#9b00f73554edd67bebc86df8303ef678be3d7b48" |
15 | | - integrity sha512-FuRhDRtsd6IptKpHXAa+4WPZYY2ZzgowkbLBecEDDSje1X/apG7jQM33or3NdOmjXBKWGOg4JmSiRfUfuTtHXw== |
| 13 | + version "7.6.4" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.4.tgz#6ebd9fe00925f6c3e177bb726a188b5f578088ff" |
| 15 | + integrity sha512-Rm0HGw101GY8FTzpWSyRbki/jzq+/PkNQJ+nSulrdY6gFGOsNseCqD6KHRYe2E+EdzuBdr2pxCp6s4Uk6eJ+XQ== |
16 | 16 | dependencies: |
17 | 17 | "@babel/code-frame" "^7.5.5" |
18 | | - "@babel/generator" "^7.6.0" |
19 | | - "@babel/helpers" "^7.6.0" |
20 | | - "@babel/parser" "^7.6.0" |
| 18 | + "@babel/generator" "^7.6.4" |
| 19 | + "@babel/helpers" "^7.6.2" |
| 20 | + "@babel/parser" "^7.6.4" |
21 | 21 | "@babel/template" "^7.6.0" |
22 | | - "@babel/traverse" "^7.6.0" |
23 | | - "@babel/types" "^7.6.0" |
| 22 | + "@babel/traverse" "^7.6.3" |
| 23 | + "@babel/types" "^7.6.3" |
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.6.0": |
33 | | - version "7.6.0" |
34 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.0.tgz#e2c21efbfd3293ad819a2359b448f002bfdfda56" |
35 | | - integrity sha512-Ms8Mo7YBdMMn1BYuNtKuP/z0TgEIhbcyB8HVR6PPNYp4P61lMsABiS4A3VG1qznjXVCf3r+fVHhm4efTYVsySA== |
| 32 | +"@babel/generator@^7.6.3", "@babel/generator@^7.6.4": |
| 33 | + version "7.6.4" |
| 34 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.4.tgz#a4f8437287bf9671b07f483b76e3bb731bc97671" |
| 35 | + integrity sha512-jsBuXkFoZxk0yWLyGI9llT9oiQ2FeTASmRFE32U+aaDTfoE92t78eroO7PTpU/OrYq38hlcDM6vbfLDaOLy+7w== |
36 | 36 | dependencies: |
37 | | - "@babel/types" "^7.6.0" |
| 37 | + "@babel/types" "^7.6.3" |
38 | 38 | jsesc "^2.5.1" |
39 | 39 | lodash "^4.17.13" |
40 | 40 | source-map "^0.5.0" |
41 | | - trim-right "^1.0.1" |
42 | 41 |
|
43 | 42 | "@babel/helper-annotate-as-pure@^7.0.0": |
44 | 43 | version "7.0.0" |
|
195 | 194 | "@babel/traverse" "^7.1.0" |
196 | 195 | "@babel/types" "^7.2.0" |
197 | 196 |
|
198 | | -"@babel/helpers@^7.6.0": |
199 | | - version "7.6.0" |
200 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.6.0.tgz#21961d16c6a3c3ab597325c34c465c0887d31c6e" |
201 | | - integrity sha512-W9kao7OBleOjfXtFGgArGRX6eCP0UEcA2ZWEWNkJdRZnHhW4eEbeswbG3EwaRsnQUAEGWYgMq1HsIXuNNNy2eQ== |
| 197 | +"@babel/helpers@^7.6.2": |
| 198 | + version "7.6.2" |
| 199 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.6.2.tgz#681ffe489ea4dcc55f23ce469e58e59c1c045153" |
| 200 | + integrity sha512-3/bAUL8zZxYs1cdX2ilEE0WobqbCmKWr/889lf2SS0PpDcpEIY8pb1CCyz0pEcX3pEb+MCbks1jIokz2xLtGTA== |
202 | 201 | dependencies: |
203 | 202 | "@babel/template" "^7.6.0" |
204 | | - "@babel/traverse" "^7.6.0" |
| 203 | + "@babel/traverse" "^7.6.2" |
205 | 204 | "@babel/types" "^7.6.0" |
206 | 205 |
|
207 | 206 | "@babel/highlight@^7.0.0": |
|
213 | 212 | esutils "^2.0.2" |
214 | 213 | js-tokens "^4.0.0" |
215 | 214 |
|
216 | | -"@babel/parser@^7.6.0": |
217 | | - version "7.6.0" |
218 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.0.tgz#3e05d0647432a8326cb28d0de03895ae5a57f39b" |
219 | | - integrity sha512-+o2q111WEx4srBs7L9eJmcwi655eD8sXniLqMB93TBK9GrNzGrxDWSjiqz2hLU0Ha8MTXFIP0yd9fNdP+m43ZQ== |
| 215 | +"@babel/parser@^7.6.0", "@babel/parser@^7.6.3", "@babel/parser@^7.6.4": |
| 216 | + version "7.6.4" |
| 217 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.4.tgz#cb9b36a7482110282d5cb6dd424ec9262b473d81" |
| 218 | + integrity sha512-D8RHPW5qd0Vbyo3qb+YjO5nvUVRTXFLQ/FsDxJU2Nqz4uB5EnUN0ZQSEYpvTIbRuttig1XbHWU5oMeQwQSAA+A== |
220 | 219 |
|
221 | 220 | "@babel/plugin-proposal-async-generator-functions@^7.2.0": |
222 | 221 | version "7.2.0" |
|
614 | 613 | "@babel/parser" "^7.6.0" |
615 | 614 | "@babel/types" "^7.6.0" |
616 | 615 |
|
617 | | -"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5", "@babel/traverse@^7.6.0": |
618 | | - version "7.6.0" |
619 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.0.tgz#389391d510f79be7ce2ddd6717be66d3fed4b516" |
620 | | - integrity sha512-93t52SaOBgml/xY74lsmt7xOR4ufYvhb5c5qiM6lu4J/dWGMAfAh6eKw4PjLes6DI6nQgearoxnFJk60YchpvQ== |
| 616 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5", "@babel/traverse@^7.6.2", "@babel/traverse@^7.6.3": |
| 617 | + version "7.6.3" |
| 618 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.3.tgz#66d7dba146b086703c0fb10dd588b7364cec47f9" |
| 619 | + integrity sha512-unn7P4LGsijIxaAJo/wpoU11zN+2IaClkQAxcJWBNCMS6cmVh802IyLHNkAjQ0iYnRS3nnxk5O3fuXW28IMxTw== |
621 | 620 | dependencies: |
622 | 621 | "@babel/code-frame" "^7.5.5" |
623 | | - "@babel/generator" "^7.6.0" |
| 622 | + "@babel/generator" "^7.6.3" |
624 | 623 | "@babel/helper-function-name" "^7.1.0" |
625 | 624 | "@babel/helper-split-export-declaration" "^7.4.4" |
626 | | - "@babel/parser" "^7.6.0" |
627 | | - "@babel/types" "^7.6.0" |
| 625 | + "@babel/parser" "^7.6.3" |
| 626 | + "@babel/types" "^7.6.3" |
628 | 627 | debug "^4.1.0" |
629 | 628 | globals "^11.1.0" |
630 | 629 | lodash "^4.17.13" |
@@ -5279,11 +5278,6 @@ trim-newlines@^2.0.0: |
5279 | 5278 | resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-2.0.0.tgz#b403d0b91be50c331dfc4b82eeceb22c3de16d20" |
5280 | 5279 | integrity sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA= |
5281 | 5280 |
|
5282 | | -trim-right@^1.0.1: |
5283 | | - version "1.0.1" |
5284 | | - resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003" |
5285 | | - integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM= |
5286 | | - |
5287 | 5281 | tslib@^1.9.0: |
5288 | 5282 | version "1.10.0" |
5289 | 5283 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a" |
|
0 commit comments