|
9 | 9 | dependencies: |
10 | 10 | "@babel/highlight" "^7.8.3" |
11 | 11 |
|
12 | | -"@babel/core@7.9.0", "@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.4.5": |
| 12 | +"@babel/code-frame@^7.10.4": |
| 13 | + version "7.10.4" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a" |
| 15 | + integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== |
| 16 | + dependencies: |
| 17 | + "@babel/highlight" "^7.10.4" |
| 18 | + |
| 19 | +"@babel/core@7.11.4": |
| 20 | + version "7.11.4" |
| 21 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.4.tgz#4301dfdfafa01eeb97f1896c5501a3f0655d4229" |
| 22 | + integrity sha512-5deljj5HlqRXN+5oJTY7Zs37iH3z3b++KjiKtIsJy1NrjOOVSEaJHEetLBhyu0aQOSNNZ/0IuEAan9GzRuDXHg== |
| 23 | + dependencies: |
| 24 | + "@babel/code-frame" "^7.10.4" |
| 25 | + "@babel/generator" "^7.11.4" |
| 26 | + "@babel/helper-module-transforms" "^7.11.0" |
| 27 | + "@babel/helpers" "^7.10.4" |
| 28 | + "@babel/parser" "^7.11.4" |
| 29 | + "@babel/template" "^7.10.4" |
| 30 | + "@babel/traverse" "^7.11.0" |
| 31 | + "@babel/types" "^7.11.0" |
| 32 | + convert-source-map "^1.7.0" |
| 33 | + debug "^4.1.0" |
| 34 | + gensync "^1.0.0-beta.1" |
| 35 | + json5 "^2.1.2" |
| 36 | + lodash "^4.17.19" |
| 37 | + resolve "^1.3.2" |
| 38 | + semver "^5.4.1" |
| 39 | + source-map "^0.5.0" |
| 40 | + |
| 41 | +"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.4.5": |
13 | 42 | version "7.9.0" |
14 | 43 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e" |
15 | 44 | integrity sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w== |
|
31 | 60 | semver "^5.4.1" |
32 | 61 | source-map "^0.5.0" |
33 | 62 |
|
| 63 | +"@babel/generator@^7.11.0", "@babel/generator@^7.11.4": |
| 64 | + version "7.11.4" |
| 65 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.4.tgz#1ec7eec00defba5d6f83e50e3ee72ae2fee482be" |
| 66 | + integrity sha512-Rn26vueFx0eOoz7iifCN2UHT6rGtnkSGWSoDRIy8jZN3B91PzeSULbswfLoOWuTuAcNwpG/mxy+uCTDnZ9Mp1g== |
| 67 | + dependencies: |
| 68 | + "@babel/types" "^7.11.0" |
| 69 | + jsesc "^2.5.1" |
| 70 | + source-map "^0.5.0" |
| 71 | + |
34 | 72 | "@babel/generator@^7.4.0", "@babel/generator@^7.5.0", "@babel/generator@^7.9.0": |
35 | 73 | version "7.9.4" |
36 | 74 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.4.tgz#12441e90c3b3c4159cdecf312075bf1a8ce2dbce" |
|
111 | 149 | "@babel/traverse" "^7.8.3" |
112 | 150 | "@babel/types" "^7.8.3" |
113 | 151 |
|
| 152 | +"@babel/helper-function-name@^7.10.4": |
| 153 | + version "7.10.4" |
| 154 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a" |
| 155 | + integrity sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ== |
| 156 | + dependencies: |
| 157 | + "@babel/helper-get-function-arity" "^7.10.4" |
| 158 | + "@babel/template" "^7.10.4" |
| 159 | + "@babel/types" "^7.10.4" |
| 160 | + |
114 | 161 | "@babel/helper-function-name@^7.8.3": |
115 | 162 | version "7.8.3" |
116 | 163 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz#eeeb665a01b1f11068e9fb86ad56a1cb1a824cca" |
|
120 | 167 | "@babel/template" "^7.8.3" |
121 | 168 | "@babel/types" "^7.8.3" |
122 | 169 |
|
| 170 | +"@babel/helper-get-function-arity@^7.10.4": |
| 171 | + version "7.10.4" |
| 172 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2" |
| 173 | + integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A== |
| 174 | + dependencies: |
| 175 | + "@babel/types" "^7.10.4" |
| 176 | + |
123 | 177 | "@babel/helper-get-function-arity@^7.8.3": |
124 | 178 | version "7.8.3" |
125 | 179 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5" |
126 | 180 | integrity sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA== |
127 | 181 | dependencies: |
128 | 182 | "@babel/types" "^7.8.3" |
129 | 183 |
|
| 184 | +"@babel/helper-member-expression-to-functions@^7.10.4": |
| 185 | + version "7.11.0" |
| 186 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.11.0.tgz#ae69c83d84ee82f4b42f96e2a09410935a8f26df" |
| 187 | + integrity sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q== |
| 188 | + dependencies: |
| 189 | + "@babel/types" "^7.11.0" |
| 190 | + |
130 | 191 | "@babel/helper-member-expression-to-functions@^7.8.3": |
131 | 192 | version "7.8.3" |
132 | 193 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz#659b710498ea6c1d9907e0c73f206eee7dadc24c" |
133 | 194 | integrity sha512-fO4Egq88utkQFjbPrSHGmGLFqmrshs11d46WI+WZDESt7Wu7wN2G2Iu+NMMZJFDOVRHAMIkB5SNh30NtwCA7RA== |
134 | 195 | dependencies: |
135 | 196 | "@babel/types" "^7.8.3" |
136 | 197 |
|
| 198 | +"@babel/helper-module-imports@^7.10.4": |
| 199 | + version "7.10.4" |
| 200 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620" |
| 201 | + integrity sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw== |
| 202 | + dependencies: |
| 203 | + "@babel/types" "^7.10.4" |
| 204 | + |
137 | 205 | "@babel/helper-module-imports@^7.8.3": |
138 | 206 | version "7.8.3" |
139 | 207 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz#7fe39589b39c016331b6b8c3f441e8f0b1419498" |
140 | 208 | integrity sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg== |
141 | 209 | dependencies: |
142 | 210 | "@babel/types" "^7.8.3" |
143 | 211 |
|
| 212 | +"@babel/helper-module-transforms@^7.11.0": |
| 213 | + version "7.11.0" |
| 214 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359" |
| 215 | + integrity sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg== |
| 216 | + dependencies: |
| 217 | + "@babel/helper-module-imports" "^7.10.4" |
| 218 | + "@babel/helper-replace-supers" "^7.10.4" |
| 219 | + "@babel/helper-simple-access" "^7.10.4" |
| 220 | + "@babel/helper-split-export-declaration" "^7.11.0" |
| 221 | + "@babel/template" "^7.10.4" |
| 222 | + "@babel/types" "^7.11.0" |
| 223 | + lodash "^4.17.19" |
| 224 | + |
144 | 225 | "@babel/helper-module-transforms@^7.9.0": |
145 | 226 | version "7.9.0" |
146 | 227 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5" |
|
154 | 235 | "@babel/types" "^7.9.0" |
155 | 236 | lodash "^4.17.13" |
156 | 237 |
|
| 238 | +"@babel/helper-optimise-call-expression@^7.10.4": |
| 239 | + version "7.10.4" |
| 240 | + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673" |
| 241 | + integrity sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg== |
| 242 | + dependencies: |
| 243 | + "@babel/types" "^7.10.4" |
| 244 | + |
157 | 245 | "@babel/helper-optimise-call-expression@^7.8.3": |
158 | 246 | version "7.8.3" |
159 | 247 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz#7ed071813d09c75298ef4f208956006b6111ecb9" |
|
184 | 272 | "@babel/traverse" "^7.8.3" |
185 | 273 | "@babel/types" "^7.8.3" |
186 | 274 |
|
| 275 | +"@babel/helper-replace-supers@^7.10.4": |
| 276 | + version "7.10.4" |
| 277 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz#d585cd9388ea06e6031e4cd44b6713cbead9e6cf" |
| 278 | + integrity sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A== |
| 279 | + dependencies: |
| 280 | + "@babel/helper-member-expression-to-functions" "^7.10.4" |
| 281 | + "@babel/helper-optimise-call-expression" "^7.10.4" |
| 282 | + "@babel/traverse" "^7.10.4" |
| 283 | + "@babel/types" "^7.10.4" |
| 284 | + |
187 | 285 | "@babel/helper-replace-supers@^7.8.3", "@babel/helper-replace-supers@^7.8.6": |
188 | 286 | version "7.8.6" |
189 | 287 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz#5ada744fd5ad73203bf1d67459a27dcba67effc8" |
|
194 | 292 | "@babel/traverse" "^7.8.6" |
195 | 293 | "@babel/types" "^7.8.6" |
196 | 294 |
|
| 295 | +"@babel/helper-simple-access@^7.10.4": |
| 296 | + version "7.10.4" |
| 297 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461" |
| 298 | + integrity sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw== |
| 299 | + dependencies: |
| 300 | + "@babel/template" "^7.10.4" |
| 301 | + "@babel/types" "^7.10.4" |
| 302 | + |
197 | 303 | "@babel/helper-simple-access@^7.8.3": |
198 | 304 | version "7.8.3" |
199 | 305 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz#7f8109928b4dab4654076986af575231deb639ae" |
|
202 | 308 | "@babel/template" "^7.8.3" |
203 | 309 | "@babel/types" "^7.8.3" |
204 | 310 |
|
| 311 | +"@babel/helper-split-export-declaration@^7.11.0": |
| 312 | + version "7.11.0" |
| 313 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f" |
| 314 | + integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg== |
| 315 | + dependencies: |
| 316 | + "@babel/types" "^7.11.0" |
| 317 | + |
205 | 318 | "@babel/helper-split-export-declaration@^7.8.3": |
206 | 319 | version "7.8.3" |
207 | 320 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9" |
208 | 321 | integrity sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA== |
209 | 322 | dependencies: |
210 | 323 | "@babel/types" "^7.8.3" |
211 | 324 |
|
| 325 | +"@babel/helper-validator-identifier@^7.10.4": |
| 326 | + version "7.10.4" |
| 327 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2" |
| 328 | + integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== |
| 329 | + |
212 | 330 | "@babel/helper-validator-identifier@^7.9.0": |
213 | 331 | version "7.9.0" |
214 | 332 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed" |
|
224 | 342 | "@babel/traverse" "^7.8.3" |
225 | 343 | "@babel/types" "^7.8.3" |
226 | 344 |
|
| 345 | +"@babel/helpers@^7.10.4": |
| 346 | + version "7.10.4" |
| 347 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.4.tgz#2abeb0d721aff7c0a97376b9e1f6f65d7a475044" |
| 348 | + integrity sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA== |
| 349 | + dependencies: |
| 350 | + "@babel/template" "^7.10.4" |
| 351 | + "@babel/traverse" "^7.10.4" |
| 352 | + "@babel/types" "^7.10.4" |
| 353 | + |
227 | 354 | "@babel/helpers@^7.9.0": |
228 | 355 | version "7.9.2" |
229 | 356 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.2.tgz#b42a81a811f1e7313b88cba8adc66b3d9ae6c09f" |
|
233 | 360 | "@babel/traverse" "^7.9.0" |
234 | 361 | "@babel/types" "^7.9.0" |
235 | 362 |
|
| 363 | +"@babel/highlight@^7.10.4": |
| 364 | + version "7.10.4" |
| 365 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143" |
| 366 | + integrity sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== |
| 367 | + dependencies: |
| 368 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 369 | + chalk "^2.0.0" |
| 370 | + js-tokens "^4.0.0" |
| 371 | + |
236 | 372 | "@babel/highlight@^7.8.3": |
237 | 373 | version "7.9.0" |
238 | 374 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.9.0.tgz#4e9b45ccb82b79607271b2979ad82c7b68163079" |
|
247 | 383 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8" |
248 | 384 | integrity sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA== |
249 | 385 |
|
| 386 | +"@babel/parser@^7.10.4", "@babel/parser@^7.11.0", "@babel/parser@^7.11.4": |
| 387 | + version "7.11.4" |
| 388 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.4.tgz#6fa1a118b8b0d80d0267b719213dc947e88cc0ca" |
| 389 | + integrity sha512-MggwidiH+E9j5Sh8pbrX5sJvMcsqS5o+7iB42M9/k0CD63MjYbdP4nhSh7uB5wnv2/RVzTZFTxzF/kIa5mrCqA== |
| 390 | + |
250 | 391 | "@babel/plugin-external-helpers@^7.0.0": |
251 | 392 | version "7.8.3" |
252 | 393 | resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.8.3.tgz#5a94164d9af393b2820a3cdc407e28ebf237de4b" |
|
624 | 765 | core-js-pure "^3.0.0" |
625 | 766 | regenerator-runtime "^0.13.4" |
626 | 767 |
|
627 | | -"@babel/runtime@7.9.2", "@babel/runtime@^7.0.0", "@babel/runtime@^7.8.4": |
| 768 | +"@babel/runtime@7.11.2": |
| 769 | + version "7.11.2" |
| 770 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.2.tgz#f549c13c754cc40b87644b9fa9f09a6a95fe0736" |
| 771 | + integrity sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw== |
| 772 | + dependencies: |
| 773 | + regenerator-runtime "^0.13.4" |
| 774 | + |
| 775 | +"@babel/runtime@^7.0.0", "@babel/runtime@^7.8.4": |
628 | 776 | version "7.9.2" |
629 | 777 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.2.tgz#d90df0583a3a252f09aaa619665367bae518db06" |
630 | 778 | integrity sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q== |
|
640 | 788 | "@babel/parser" "^7.8.6" |
641 | 789 | "@babel/types" "^7.8.6" |
642 | 790 |
|
| 791 | +"@babel/template@^7.10.4": |
| 792 | + version "7.10.4" |
| 793 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278" |
| 794 | + integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA== |
| 795 | + dependencies: |
| 796 | + "@babel/code-frame" "^7.10.4" |
| 797 | + "@babel/parser" "^7.10.4" |
| 798 | + "@babel/types" "^7.10.4" |
| 799 | + |
643 | 800 | "@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0": |
644 | 801 | version "7.9.0" |
645 | 802 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.0.tgz#d3882c2830e513f4fe4cec9fe76ea1cc78747892" |
|
655 | 812 | globals "^11.1.0" |
656 | 813 | lodash "^4.17.13" |
657 | 814 |
|
| 815 | +"@babel/traverse@^7.10.4", "@babel/traverse@^7.11.0": |
| 816 | + version "7.11.0" |
| 817 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24" |
| 818 | + integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg== |
| 819 | + dependencies: |
| 820 | + "@babel/code-frame" "^7.10.4" |
| 821 | + "@babel/generator" "^7.11.0" |
| 822 | + "@babel/helper-function-name" "^7.10.4" |
| 823 | + "@babel/helper-split-export-declaration" "^7.11.0" |
| 824 | + "@babel/parser" "^7.11.0" |
| 825 | + "@babel/types" "^7.11.0" |
| 826 | + debug "^4.1.0" |
| 827 | + globals "^11.1.0" |
| 828 | + lodash "^4.17.19" |
| 829 | + |
658 | 830 | "@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0": |
659 | 831 | version "7.9.0" |
660 | 832 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5" |
|
664 | 836 | lodash "^4.17.13" |
665 | 837 | to-fast-properties "^2.0.0" |
666 | 838 |
|
| 839 | +"@babel/types@^7.10.4", "@babel/types@^7.11.0": |
| 840 | + version "7.11.0" |
| 841 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d" |
| 842 | + integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA== |
| 843 | + dependencies: |
| 844 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 845 | + lodash "^4.17.19" |
| 846 | + to-fast-properties "^2.0.0" |
| 847 | + |
667 | 848 | "@cnakazawa/watch@^1.0.3": |
668 | 849 | version "1.0.4" |
669 | 850 | resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a" |
@@ -4214,6 +4395,11 @@ lodash@4.x.x, lodash@^4.17.10, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15 |
4214 | 4395 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" |
4215 | 4396 | integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== |
4216 | 4397 |
|
| 4398 | +lodash@^4.17.19: |
| 4399 | + version "4.17.20" |
| 4400 | + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52" |
| 4401 | + integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== |
| 4402 | + |
4217 | 4403 | log-symbols@^2.2.0: |
4218 | 4404 | version "2.2.0" |
4219 | 4405 | resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a" |
|
0 commit comments