|
9 | 9 | dependencies: |
10 | 10 | "@babel/highlight" "^7.0.0" |
11 | 11 |
|
12 | | -"@babel/[email protected].0", "@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.4.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== |
| 12 | +"@babel/[email protected].2", "@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.4.5": |
| 13 | + version "7.6.2" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.2.tgz#069a776e8d5e9eefff76236bc8845566bd31dd91" |
| 15 | + integrity sha512-l8zto/fuoZIbncm+01p8zPSDZu/VuuJhAfA7d/AbzM09WR7iVhavvfNDYCNpo1VvLk6E6xgAoP9P+/EMJHuRkQ== |
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.2" |
| 19 | + "@babel/helpers" "^7.6.2" |
| 20 | + "@babel/parser" "^7.6.2" |
21 | 21 | "@babel/template" "^7.6.0" |
22 | | - "@babel/traverse" "^7.6.0" |
| 22 | + "@babel/traverse" "^7.6.2" |
23 | 23 | "@babel/types" "^7.6.0" |
24 | 24 | convert-source-map "^1.1.0" |
25 | 25 | debug "^4.1.0" |
|
29 | 29 | semver "^5.4.1" |
30 | 30 | source-map "^0.5.0" |
31 | 31 |
|
32 | | -"@babel/generator@^7.0.0", "@babel/generator@^7.4.0", "@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.0.0", "@babel/generator@^7.4.0", "@babel/generator@^7.6.2": |
| 33 | + version "7.6.2" |
| 34 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.2.tgz#dac8a3c2df118334c2a29ff3446da1636a8f8c03" |
| 35 | + integrity sha512-j8iHaIW4gGPnViaIHI7e9t/Hl8qLjERI6DcV9kEpAIDJsAOrcnXqRS7t+QbhL76pwbtqP+QCQLL0z1CyVmtjjQ== |
36 | 36 | dependencies: |
37 | 37 | "@babel/types" "^7.6.0" |
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" |
|
215 | 214 | "@babel/traverse" "^7.1.0" |
216 | 215 | "@babel/types" "^7.2.0" |
217 | 216 |
|
218 | | -"@babel/helpers@^7.6.0": |
219 | | - version "7.6.0" |
220 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.6.0.tgz#21961d16c6a3c3ab597325c34c465c0887d31c6e" |
221 | | - integrity sha512-W9kao7OBleOjfXtFGgArGRX6eCP0UEcA2ZWEWNkJdRZnHhW4eEbeswbG3EwaRsnQUAEGWYgMq1HsIXuNNNy2eQ== |
| 217 | +"@babel/helpers@^7.6.2": |
| 218 | + version "7.6.2" |
| 219 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.6.2.tgz#681ffe489ea4dcc55f23ce469e58e59c1c045153" |
| 220 | + integrity sha512-3/bAUL8zZxYs1cdX2ilEE0WobqbCmKWr/889lf2SS0PpDcpEIY8pb1CCyz0pEcX3pEb+MCbks1jIokz2xLtGTA== |
222 | 221 | dependencies: |
223 | 222 | "@babel/template" "^7.6.0" |
224 | | - "@babel/traverse" "^7.6.0" |
| 223 | + "@babel/traverse" "^7.6.2" |
225 | 224 | "@babel/types" "^7.6.0" |
226 | 225 |
|
227 | 226 | "@babel/highlight@^7.0.0": |
|
233 | 232 | esutils "^2.0.2" |
234 | 233 | js-tokens "^4.0.0" |
235 | 234 |
|
236 | | -"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.6.0": |
237 | | - version "7.6.0" |
238 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.0.tgz#3e05d0647432a8326cb28d0de03895ae5a57f39b" |
239 | | - integrity sha512-+o2q111WEx4srBs7L9eJmcwi655eD8sXniLqMB93TBK9GrNzGrxDWSjiqz2hLU0Ha8MTXFIP0yd9fNdP+m43ZQ== |
| 235 | +"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.6.0", "@babel/parser@^7.6.2": |
| 236 | + version "7.6.2" |
| 237 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.2.tgz#205e9c95e16ba3b8b96090677a67c9d6075b70a1" |
| 238 | + integrity sha512-mdFqWrSPCmikBoaBYMuBulzTIKuXVPtEISFbRRVNwMWpCms/hmE2kRq0bblUHaNRKrjRlmVbx1sDHmjmRgD2Xg== |
240 | 239 |
|
241 | 240 | "@babel/plugin-external-helpers@^7.0.0": |
242 | 241 | version "7.2.0" |
|
633 | 632 | "@babel/parser" "^7.6.0" |
634 | 633 | "@babel/types" "^7.6.0" |
635 | 634 |
|
636 | | -"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5", "@babel/traverse@^7.6.0": |
637 | | - version "7.6.0" |
638 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.0.tgz#389391d510f79be7ce2ddd6717be66d3fed4b516" |
639 | | - integrity sha512-93t52SaOBgml/xY74lsmt7xOR4ufYvhb5c5qiM6lu4J/dWGMAfAh6eKw4PjLes6DI6nQgearoxnFJk60YchpvQ== |
| 635 | +"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5", "@babel/traverse@^7.6.2": |
| 636 | + version "7.6.2" |
| 637 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.2.tgz#b0e2bfd401d339ce0e6c05690206d1e11502ce2c" |
| 638 | + integrity sha512-8fRE76xNwNttVEF2TwxJDGBLWthUkHWSldmfuBzVRmEDWOtu4XdINTgN7TDWzuLg4bbeIMLvfMFD9we5YcWkRQ== |
640 | 639 | dependencies: |
641 | 640 | "@babel/code-frame" "^7.5.5" |
642 | | - "@babel/generator" "^7.6.0" |
| 641 | + "@babel/generator" "^7.6.2" |
643 | 642 | "@babel/helper-function-name" "^7.1.0" |
644 | 643 | "@babel/helper-split-export-declaration" "^7.4.4" |
645 | | - "@babel/parser" "^7.6.0" |
| 644 | + "@babel/parser" "^7.6.2" |
646 | 645 | "@babel/types" "^7.6.0" |
647 | 646 | debug "^4.1.0" |
648 | 647 | globals "^11.1.0" |
@@ -7849,11 +7848,6 @@ tr46@^1.0.1: |
7849 | 7848 | dependencies: |
7850 | 7849 | punycode "^2.1.0" |
7851 | 7850 |
|
7852 | | -trim-right@^1.0.1: |
7853 | | - version "1.0.1" |
7854 | | - resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003" |
7855 | | - integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM= |
7856 | | - |
7857 | 7851 | truncate-utf8-bytes@^1.0.0: |
7858 | 7852 | version "1.0.2" |
7859 | 7853 | resolved "https://registry.yarnpkg.com/truncate-utf8-bytes/-/truncate-utf8-bytes-1.0.2.tgz#405923909592d56f78a5818434b0b78489ca5f2b" |
|
0 commit comments