|
27 | 27 | semver "^5.4.1" |
28 | 28 | source-map "^0.5.0" |
29 | 29 |
|
30 | | -"@babel/generator@^7.1.5": |
31 | | - version "7.1.5" |
32 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.1.5.tgz#615f064d13d95f8f9157c7261f68eddf32ec15b3" |
33 | | - dependencies: |
34 | | - "@babel/types" "^7.1.5" |
35 | | - jsesc "^2.5.1" |
36 | | - lodash "^4.17.10" |
37 | | - source-map "^0.5.0" |
38 | | - trim-right "^1.0.1" |
39 | | - |
40 | 30 | "@babel/generator@^7.4.4": |
41 | 31 | version "7.4.4" |
42 | 32 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.4.4.tgz#174a215eb843fc392c7edcaabeaa873de6e8f041" |
|
61 | 51 | dependencies: |
62 | 52 | "@babel/types" "^7.0.0" |
63 | 53 |
|
64 | | -"@babel/helper-split-export-declaration@^7.0.0": |
65 | | - version "7.0.0" |
66 | | - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813" |
67 | | - dependencies: |
68 | | - "@babel/types" "^7.0.0" |
69 | | - |
70 | 54 | "@babel/helper-split-export-declaration@^7.4.4": |
71 | 55 | version "7.4.4" |
72 | 56 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677" |
|
89 | 73 | esutils "^2.0.2" |
90 | 74 | js-tokens "^4.0.0" |
91 | 75 |
|
92 | | -"@babel/parser@^7.0.0", "@babel/parser@^7.1.2", "@babel/parser@^7.1.5": |
93 | | - version "7.1.5" |
94 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.5.tgz#20b7d5e7e1811ba996f8a868962ea7dd2bfcd2fc" |
95 | | - |
96 | | -"@babel/parser@^7.4.4", "@babel/parser@^7.4.5": |
| 76 | +"@babel/parser@^7.0.0", "@babel/parser@^7.1.2", "@babel/parser@^7.4.4", "@babel/parser@^7.4.5": |
97 | 77 | version "7.4.5" |
98 | 78 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.5.tgz#04af8d5d5a2b044a2a1bffacc1e5e6673544e872" |
99 | 79 |
|
|
125 | 105 | "@babel/parser" "^7.4.4" |
126 | 106 | "@babel/types" "^7.4.4" |
127 | 107 |
|
128 | | -"@babel/traverse@^7.0.0": |
129 | | - version "7.1.5" |
130 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.1.5.tgz#5aafca2039aa058c104cf2bfeb9fc4a857ccbca9" |
131 | | - dependencies: |
132 | | - "@babel/code-frame" "^7.0.0" |
133 | | - "@babel/generator" "^7.1.5" |
134 | | - "@babel/helper-function-name" "^7.1.0" |
135 | | - "@babel/helper-split-export-declaration" "^7.0.0" |
136 | | - "@babel/parser" "^7.1.5" |
137 | | - "@babel/types" "^7.1.5" |
138 | | - debug "^3.1.0" |
139 | | - globals "^11.1.0" |
140 | | - lodash "^4.17.10" |
141 | | - |
142 | | -"@babel/traverse@^7.4.4", "@babel/traverse@^7.4.5": |
| 108 | +"@babel/traverse@^7.0.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.4.5": |
143 | 109 | version "7.4.5" |
144 | 110 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.5.tgz#4e92d1728fd2f1897dafdd321efbff92156c3216" |
145 | 111 | dependencies: |
|
153 | 119 | globals "^11.1.0" |
154 | 120 | lodash "^4.17.11" |
155 | 121 |
|
156 | | -"@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.1.5": |
157 | | - version "7.1.5" |
158 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.5.tgz#12fe64e91a431234b7017b4227a78cc0eec4e081" |
159 | | - dependencies: |
160 | | - esutils "^2.0.2" |
161 | | - lodash "^4.17.10" |
162 | | - to-fast-properties "^2.0.0" |
163 | | - |
164 | | -"@babel/types@^7.4.4": |
| 122 | +"@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.4.4": |
165 | 123 | version "7.4.4" |
166 | 124 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.4.tgz#8db9e9a629bb7c29370009b4b779ed93fe57d5f0" |
167 | 125 | dependencies: |
@@ -690,9 +648,9 @@ babel-core@^6.26.0: |
690 | 648 | slash "^1.0.0" |
691 | 649 | source-map "^0.5.6" |
692 | 650 |
|
693 | | -babel-eslint@^10.0.1: |
694 | | - version "10.0.1" |
695 | | - resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.1.tgz#919681dc099614cd7d31d45c8908695092a1faed" |
| 651 | +babel-eslint@^10.0.2: |
| 652 | + version "10.0.2" |
| 653 | + resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.2.tgz#182d5ac204579ff0881684b040560fdcc1558456" |
696 | 654 | dependencies: |
697 | 655 | "@babel/code-frame" "^7.0.0" |
698 | 656 | "@babel/parser" "^7.0.0" |
@@ -1975,12 +1933,6 @@ debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9: |
1975 | 1933 | dependencies: |
1976 | 1934 | ms "2.0.0" |
1977 | 1935 |
|
1978 | | -debug@^3.1.0: |
1979 | | - version "3.1.0" |
1980 | | - resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261" |
1981 | | - dependencies: |
1982 | | - ms "2.0.0" |
1983 | | - |
1984 | 1936 | debug@^4.0.1, debug@^4.1.0, debug@^4.1.1: |
1985 | 1937 | version "4.1.1" |
1986 | 1938 | resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791" |
@@ -3770,7 +3722,7 @@ lodash.throttle@^4.1.1: |
3770 | 3722 | version "4.1.1" |
3771 | 3723 | resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4" |
3772 | 3724 |
|
3773 | | -[email protected], lodash@^4.13.1, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.2.1, lodash@~4.17.4: |
| 3725 | +[email protected], lodash@^4.13.1, lodash@^4.15.0, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.2.1, lodash@~4.17.4: |
3774 | 3726 | version "4.17.11" |
3775 | 3727 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" |
3776 | 3728 |
|
|
0 commit comments