|
14 | 14 | dependencies: |
15 | 15 | "@babel/highlight" "7.0.0-rc.1" |
16 | 16 |
|
17 | | -"@babel/core@7.1.5": |
18 | | - version "7.1.5" |
19 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.5.tgz#abb32d7aa247a91756469e788998db6a72b93090" |
| 17 | +"@babel/core@7.1.6": |
| 18 | + version "7.1.6" |
| 19 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.6.tgz#3733cbee4317429bc87c62b29cf8587dba7baeb3" |
20 | 20 | dependencies: |
21 | 21 | "@babel/code-frame" "^7.0.0" |
22 | | - "@babel/generator" "^7.1.5" |
| 22 | + "@babel/generator" "^7.1.6" |
23 | 23 | "@babel/helpers" "^7.1.5" |
24 | | - "@babel/parser" "^7.1.5" |
| 24 | + "@babel/parser" "^7.1.6" |
25 | 25 | "@babel/template" "^7.1.2" |
26 | | - "@babel/traverse" "^7.1.5" |
27 | | - "@babel/types" "^7.1.5" |
| 26 | + "@babel/traverse" "^7.1.6" |
| 27 | + "@babel/types" "^7.1.6" |
28 | 28 | convert-source-map "^1.1.0" |
29 | | - debug "^3.1.0" |
30 | | - json5 "^0.5.0" |
| 29 | + debug "^4.1.0" |
| 30 | + json5 "^2.1.0" |
31 | 31 | lodash "^4.17.10" |
32 | 32 | resolve "^1.3.2" |
33 | 33 | semver "^5.4.1" |
|
53 | 53 | source-map "^0.5.0" |
54 | 54 | trim-right "^1.0.1" |
55 | 55 |
|
| 56 | +"@babel/generator@^7.1.6": |
| 57 | + version "7.1.6" |
| 58 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.1.6.tgz#001303cf87a5b9d093494a4bf251d7b5d03d3999" |
| 59 | + dependencies: |
| 60 | + "@babel/types" "^7.1.6" |
| 61 | + jsesc "^2.5.1" |
| 62 | + lodash "^4.17.10" |
| 63 | + source-map "^0.5.0" |
| 64 | + trim-right "^1.0.1" |
| 65 | + |
56 | 66 | "@babel/helper-annotate-as-pure@^7.0.0": |
57 | 67 | version "7.0.0" |
58 | 68 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32" |
|
225 | 235 | version "7.1.5" |
226 | 236 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.5.tgz#20b7d5e7e1811ba996f8a868962ea7dd2bfcd2fc" |
227 | 237 |
|
| 238 | +"@babel/parser@^7.1.6": |
| 239 | + version "7.1.6" |
| 240 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.6.tgz#16e97aca1ec1062324a01c5a6a7d0df8dd189854" |
| 241 | + |
228 | 242 | "@babel/plugin-proposal-async-generator-functions@^7.1.0": |
229 | 243 | version "7.1.0" |
230 | 244 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.1.0.tgz#41c1a702e10081456e23a7b74d891922dd1bb6ce" |
|
474 | 488 | "@babel/helper-regex" "^7.0.0" |
475 | 489 | regexpu-core "^4.1.3" |
476 | 490 |
|
477 | | -"@babel/preset-env@7.1.5": |
478 | | - version "7.1.5" |
479 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.1.5.tgz#a28b5482ca8bc2f2d0712234d6c690240b92495d" |
| 491 | +"@babel/preset-env@7.1.6": |
| 492 | + version "7.1.6" |
| 493 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.1.6.tgz#a0bf4b96b6bfcf6e000afc5b72b4abe7cc13ae97" |
480 | 494 | dependencies: |
481 | 495 | "@babel/helper-module-imports" "^7.0.0" |
482 | 496 | "@babel/helper-plugin-utils" "^7.0.0" |
|
564 | 578 | globals "^11.1.0" |
565 | 579 | lodash "^4.17.10" |
566 | 580 |
|
| 581 | +"@babel/traverse@^7.1.6": |
| 582 | + version "7.1.6" |
| 583 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.1.6.tgz#c8db9963ab4ce5b894222435482bd8ea854b7b5c" |
| 584 | + dependencies: |
| 585 | + "@babel/code-frame" "^7.0.0" |
| 586 | + "@babel/generator" "^7.1.6" |
| 587 | + "@babel/helper-function-name" "^7.1.0" |
| 588 | + "@babel/helper-split-export-declaration" "^7.0.0" |
| 589 | + "@babel/parser" "^7.1.6" |
| 590 | + "@babel/types" "^7.1.6" |
| 591 | + debug "^4.1.0" |
| 592 | + globals "^11.1.0" |
| 593 | + lodash "^4.17.10" |
| 594 | + |
567 | 595 | "@babel/types@^7.0.0": |
568 | 596 | version "7.0.0" |
569 | 597 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0.tgz#6e191793d3c854d19c6749989e3bc55f0e962118" |
|
588 | 616 | lodash "^4.17.10" |
589 | 617 | to-fast-properties "^2.0.0" |
590 | 618 |
|
| 619 | +"@babel/types@^7.1.6": |
| 620 | + version "7.1.6" |
| 621 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.6.tgz#0adb330c3a281348a190263aceb540e10f04bcce" |
| 622 | + dependencies: |
| 623 | + esutils "^2.0.2" |
| 624 | + lodash "^4.17.10" |
| 625 | + to-fast-properties "^2.0.0" |
| 626 | + |
591 | 627 | "@samverschueren/stream-to-observable@^0.3.0": |
592 | 628 | version "0.3.0" |
593 | 629 | resolved "https://registry.yarnpkg.com/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.0.tgz#ecdf48d532c58ea477acfcab80348424f8d0662f" |
@@ -2118,7 +2154,7 @@ debug@^3.1.0: |
2118 | 2154 | dependencies: |
2119 | 2155 | ms "2.0.0" |
2120 | 2156 |
|
2121 | | -debug@^4.0.1: |
| 2157 | +debug@^4.0.1, debug@^4.1.0: |
2122 | 2158 | version "4.1.0" |
2123 | 2159 | resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.0.tgz#373687bffa678b38b1cd91f861b63850035ddc87" |
2124 | 2160 | dependencies: |
@@ -4479,6 +4515,12 @@ json5@^0.5.0, json5@^0.5.1: |
4479 | 4515 | version "0.5.1" |
4480 | 4516 | resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821" |
4481 | 4517 |
|
| 4518 | +json5@^2.1.0: |
| 4519 | + version "2.1.0" |
| 4520 | + resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850" |
| 4521 | + dependencies: |
| 4522 | + minimist "^1.2.0" |
| 4523 | + |
4482 | 4524 | jsonfile@^2.1.0: |
4483 | 4525 | version "2.4.0" |
4484 | 4526 | resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-2.4.0.tgz#3736a2b428b87bbda0cc83b53fa3d633a35c2ae8" |
|
0 commit comments