|
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== |
36 | | - dependencies: |
37 | | - "@babel/types" "^7.6.0" |
38 | | - jsesc "^2.5.1" |
39 | | - lodash "^4.17.13" |
40 | | - source-map "^0.5.0" |
41 | | - trim-right "^1.0.1" |
42 | | - |
43 | | -"@babel/generator@^7.6.2": |
| 32 | +"@babel/generator@^7.6.0", "@babel/generator@^7.6.2": |
44 | 33 | version "7.6.2" |
45 | 34 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.2.tgz#dac8a3c2df118334c2a29ff3446da1636a8f8c03" |
46 | 35 | integrity sha512-j8iHaIW4gGPnViaIHI7e9t/Hl8qLjERI6DcV9kEpAIDJsAOrcnXqRS7t+QbhL76pwbtqP+QCQLL0z1CyVmtjjQ== |
|
235 | 224 | esutils "^2.0.2" |
236 | 225 | js-tokens "^4.0.0" |
237 | 226 |
|
238 | | -"@babel/parser@^7.4.5", "@babel/parser@^7.6.0": |
239 | | - version "7.6.0" |
240 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.0.tgz#3e05d0647432a8326cb28d0de03895ae5a57f39b" |
241 | | - integrity sha512-+o2q111WEx4srBs7L9eJmcwi655eD8sXniLqMB93TBK9GrNzGrxDWSjiqz2hLU0Ha8MTXFIP0yd9fNdP+m43ZQ== |
242 | | - |
243 | | -"@babel/parser@^7.6.2": |
| 227 | +"@babel/parser@^7.4.5", "@babel/parser@^7.6.0", "@babel/parser@^7.6.2": |
244 | 228 | version "7.6.2" |
245 | 229 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.2.tgz#205e9c95e16ba3b8b96090677a67c9d6075b70a1" |
246 | 230 | integrity sha512-mdFqWrSPCmikBoaBYMuBulzTIKuXVPtEISFbRRVNwMWpCms/hmE2kRq0bblUHaNRKrjRlmVbx1sDHmjmRgD2Xg== |
|
712 | 696 | "@babel/parser" "^7.6.0" |
713 | 697 | "@babel/types" "^7.6.0" |
714 | 698 |
|
715 | | -"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5", "@babel/traverse@^7.6.0": |
716 | | - version "7.6.0" |
717 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.0.tgz#389391d510f79be7ce2ddd6717be66d3fed4b516" |
718 | | - integrity sha512-93t52SaOBgml/xY74lsmt7xOR4ufYvhb5c5qiM6lu4J/dWGMAfAh6eKw4PjLes6DI6nQgearoxnFJk60YchpvQ== |
719 | | - dependencies: |
720 | | - "@babel/code-frame" "^7.5.5" |
721 | | - "@babel/generator" "^7.6.0" |
722 | | - "@babel/helper-function-name" "^7.1.0" |
723 | | - "@babel/helper-split-export-declaration" "^7.4.4" |
724 | | - "@babel/parser" "^7.6.0" |
725 | | - "@babel/types" "^7.6.0" |
726 | | - debug "^4.1.0" |
727 | | - globals "^11.1.0" |
728 | | - lodash "^4.17.13" |
729 | | - |
730 | | -"@babel/traverse@^7.4.5": |
| 699 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.4.5", "@babel/traverse@^7.5.5", "@babel/traverse@^7.6.0": |
731 | 700 | version "7.6.2" |
732 | 701 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.2.tgz#b0e2bfd401d339ce0e6c05690206d1e11502ce2c" |
733 | 702 | integrity sha512-8fRE76xNwNttVEF2TwxJDGBLWthUkHWSldmfuBzVRmEDWOtu4XdINTgN7TDWzuLg4bbeIMLvfMFD9we5YcWkRQ== |
@@ -1556,10 +1525,10 @@ babel-plugin-htmlbars-inline-precompile@^1.0.0: |
1556 | 1525 | resolved "https://registry.yarnpkg.com/babel-plugin-htmlbars-inline-precompile/-/babel-plugin-htmlbars-inline-precompile-1.0.0.tgz#a9d2f6eaad8a3f3d361602de593a8cbef8179c22" |
1557 | 1526 | integrity sha512-4jvKEHR1bAX03hBDZ94IXsYCj3bwk9vYsn6ux6JZNL2U5pvzCWjqyrGahfsGNrhERyxw8IqcirOi9Q6WCo3dkQ== |
1558 | 1527 |
|
1559 | | -babel-plugin-htmlbars-inline-precompile@^2.1.0: |
1560 | | - version "2.1.0" |
1561 | | - resolved "https://registry.yarnpkg.com/babel-plugin-htmlbars-inline-precompile/-/babel-plugin-htmlbars-inline-precompile-2.1.0.tgz#92b0b23efc462c8df4d54c04a591b5d4111fd9c2" |
1562 | | - integrity sha512-yoaNhhSO1bM5qgzwmK5y8EteCq6rOsrTjbgVFQoZcVuADAlDPYNcvin4120BR9UPG2qWD3mYwYPfY39kWq3WGA== |
| 1528 | +babel-plugin-htmlbars-inline-precompile@^2.1.1: |
| 1529 | + version "2.1.1" |
| 1530 | + resolved "https://registry.yarnpkg.com/babel-plugin-htmlbars-inline-precompile/-/babel-plugin-htmlbars-inline-precompile-2.1.1.tgz#59edd4eab28d27fbafa26d51bc19795278d103a9" |
| 1531 | + integrity sha512-obo5//IFrEZNAQovcXxOXLn5nwkQ0Y+xhR7AMg1sYR6W7KxQLZI9/XzbIytVhjwwY+Bd2e0+qyHEplJbHyZ1Og== |
1563 | 1532 |
|
1564 | 1533 | babel-plugin-module-resolver@^3.1.1, babel-plugin-module-resolver@^3.2.0: |
1565 | 1534 | version "3.2.0" |
@@ -3929,20 +3898,13 @@ encoding@^0.1.11: |
3929 | 3898 | dependencies: |
3930 | 3899 | iconv-lite "~0.4.13" |
3931 | 3900 |
|
3932 | | -end-of-stream@^1.0.0: |
| 3901 | +end-of-stream@^1.0.0, end-of-stream@^1.1.0: |
3933 | 3902 | version "1.4.2" |
3934 | 3903 | resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.2.tgz#080bf028edce8312b665ff18ea03cae0c3ac0ecb" |
3935 | 3904 | integrity sha512-gUSUszrsxlDnUbUwEI9Oygyrk4ZEWtVaHQc+uZHphVeNxl+qeqMV/jDWoTkjN1RmGlZ5QWAP7o458p/JMlikQg== |
3936 | 3905 | dependencies: |
3937 | 3906 | once "^1.4.0" |
3938 | 3907 |
|
3939 | | -end-of-stream@^1.1.0: |
3940 | | - version "1.4.1" |
3941 | | - resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.1.tgz#ed29634d19baba463b6ce6b80a37213eab71ec43" |
3942 | | - integrity sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q== |
3943 | | - dependencies: |
3944 | | - once "^1.4.0" |
3945 | | - |
3946 | 3908 | engine.io-client@~3.3.1: |
3947 | 3909 | version "3.3.2" |
3948 | 3910 | resolved "https://registry.yarnpkg.com/engine.io-client/-/engine.io-client-3.3.2.tgz#04e068798d75beda14375a264bb3d742d7bc33aa" |
|
0 commit comments