|
14 | 14 | dependencies:
|
15 | 15 | "@azu/format-text" "^1.0.1"
|
16 | 16 |
|
17 |
| -"@babel/cli@^7.5.0": |
18 |
| - version "7.5.0" |
19 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.5.0.tgz#f403c930692e28ecfa3bf02a9e7562b474f38271" |
20 |
| - integrity sha512-qNH55fWbKrEsCwID+Qc/3JDPnsSGpIIiMDbppnR8Z6PxLAqMQCFNqBctkIkBrMH49Nx+qqVTrHRWUR+ho2k+qQ== |
| 17 | +"@babel/cli@^7.5.5": |
| 18 | + version "7.5.5" |
| 19 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.5.5.tgz#bdb6d9169e93e241a08f5f7b0265195bf38ef5ec" |
| 20 | + integrity sha512-UHI+7pHv/tk9g6WXQKYz+kmXTI77YtuY3vqC59KIqcoWEjsJJSG6rAxKaLsgj3LDyadsPrCB929gVOKM6Hui0w== |
21 | 21 | dependencies:
|
22 | 22 | commander "^2.8.1"
|
23 | 23 | convert-source-map "^1.1.0"
|
24 | 24 | fs-readdir-recursive "^1.1.0"
|
25 | 25 | glob "^7.0.0"
|
26 |
| - lodash "^4.17.11" |
| 26 | + lodash "^4.17.13" |
27 | 27 | mkdirp "^0.5.1"
|
28 | 28 | output-file-sync "^2.0.0"
|
29 | 29 | slash "^2.0.0"
|
|
38 | 38 | dependencies:
|
39 | 39 | "@babel/highlight" "^7.0.0"
|
40 | 40 |
|
41 |
| -"@babel/core@^7.5.4": |
42 |
| - version "7.5.4" |
43 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.4.tgz#4c32df7ad5a58e9ea27ad025c11276324e0b4ddd" |
44 |
| - integrity sha512-+DaeBEpYq6b2+ZmHx3tHspC+ZRflrvLqwfv8E3hNr5LVQoyBnL8RPKSBCg+rK2W2My9PWlujBiqd0ZPsR9Q6zQ== |
| 41 | +"@babel/code-frame@^7.5.5": |
| 42 | + version "7.5.5" |
| 43 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d" |
| 44 | + integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw== |
45 | 45 | dependencies:
|
46 |
| - "@babel/code-frame" "^7.0.0" |
47 |
| - "@babel/generator" "^7.5.0" |
48 |
| - "@babel/helpers" "^7.5.4" |
49 |
| - "@babel/parser" "^7.5.0" |
| 46 | + "@babel/highlight" "^7.0.0" |
| 47 | + |
| 48 | +"@babel/core@^7.5.5": |
| 49 | + version "7.5.5" |
| 50 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.5.tgz#17b2686ef0d6bc58f963dddd68ab669755582c30" |
| 51 | + integrity sha512-i4qoSr2KTtce0DmkuuQBV4AuQgGPUcPXMr9L5MyYAtk06z068lQ10a4O009fe5OB/DfNV+h+qqT7ddNV8UnRjg== |
| 52 | + dependencies: |
| 53 | + "@babel/code-frame" "^7.5.5" |
| 54 | + "@babel/generator" "^7.5.5" |
| 55 | + "@babel/helpers" "^7.5.5" |
| 56 | + "@babel/parser" "^7.5.5" |
50 | 57 | "@babel/template" "^7.4.4"
|
51 |
| - "@babel/traverse" "^7.5.0" |
52 |
| - "@babel/types" "^7.5.0" |
| 58 | + "@babel/traverse" "^7.5.5" |
| 59 | + "@babel/types" "^7.5.5" |
53 | 60 | convert-source-map "^1.1.0"
|
54 | 61 | debug "^4.1.0"
|
55 | 62 | json5 "^2.1.0"
|
56 |
| - lodash "^4.17.11" |
| 63 | + lodash "^4.17.13" |
57 | 64 | resolve "^1.3.2"
|
58 | 65 | semver "^5.4.1"
|
59 | 66 | source-map "^0.5.0"
|
|
69 | 76 | source-map "^0.5.0"
|
70 | 77 | trim-right "^1.0.1"
|
71 | 78 |
|
| 79 | +"@babel/generator@^7.5.5": |
| 80 | + version "7.5.5" |
| 81 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.5.tgz#873a7f936a3c89491b43536d12245b626664e3cf" |
| 82 | + integrity sha512-ETI/4vyTSxTzGnU2c49XHv2zhExkv9JHLTwDAFz85kmcwuShvYG2H08FwgIguQf4JC75CBnXAUM5PqeF4fj0nQ== |
| 83 | + dependencies: |
| 84 | + "@babel/types" "^7.5.5" |
| 85 | + jsesc "^2.5.1" |
| 86 | + lodash "^4.17.13" |
| 87 | + source-map "^0.5.0" |
| 88 | + trim-right "^1.0.1" |
| 89 | + |
72 | 90 | "@babel/helper-annotate-as-pure@^7.0.0":
|
73 | 91 | version "7.0.0"
|
74 | 92 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
|
|
105 | 123 | "@babel/helper-replace-supers" "^7.4.4"
|
106 | 124 | "@babel/helper-split-export-declaration" "^7.4.4"
|
107 | 125 |
|
108 |
| -"@babel/helper-define-map@^7.4.4": |
109 |
| - version "7.4.4" |
110 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.4.4.tgz#6969d1f570b46bdc900d1eba8e5d59c48ba2c12a" |
111 |
| - integrity sha512-IX3Ln8gLhZpSuqHJSnTNBWGDE9kdkTEWl21A/K7PQ00tseBwbqCHTvNLHSBd9M0R5rER4h5Rsvj9vw0R5SieBg== |
| 126 | +"@babel/helper-define-map@^7.5.5": |
| 127 | + version "7.5.5" |
| 128 | + resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.5.5.tgz#3dec32c2046f37e09b28c93eb0b103fd2a25d369" |
| 129 | + integrity sha512-fTfxx7i0B5NJqvUOBBGREnrqbTxRh7zinBANpZXAVDlsZxYdclDp467G1sQ8VZYMnAURY3RpBUAgOYT9GfzHBg== |
112 | 130 | dependencies:
|
113 | 131 | "@babel/helper-function-name" "^7.1.0"
|
114 |
| - "@babel/types" "^7.4.4" |
115 |
| - lodash "^4.17.11" |
| 132 | + "@babel/types" "^7.5.5" |
| 133 | + lodash "^4.17.13" |
116 | 134 |
|
117 | 135 | "@babel/helper-explode-assignable-expression@^7.1.0":
|
118 | 136 | version "7.1.0"
|
|
152 | 170 | dependencies:
|
153 | 171 | "@babel/types" "^7.0.0"
|
154 | 172 |
|
| 173 | +"@babel/helper-member-expression-to-functions@^7.5.5": |
| 174 | + version "7.5.5" |
| 175 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.5.5.tgz#1fb5b8ec4453a93c439ee9fe3aeea4a84b76b590" |
| 176 | + integrity sha512-5qZ3D1uMclSNqYcXqiHoA0meVdv+xUEex9em2fqMnrk/scphGlGgg66zjMrPJESPwrFJ6sbfFQYUSa0Mz7FabA== |
| 177 | + dependencies: |
| 178 | + "@babel/types" "^7.5.5" |
| 179 | + |
155 | 180 | "@babel/helper-module-imports@^7.0.0":
|
156 | 181 | version "7.0.0"
|
157 | 182 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
|
|
201 | 226 | "@babel/traverse" "^7.1.0"
|
202 | 227 | "@babel/types" "^7.0.0"
|
203 | 228 |
|
204 |
| -"@babel/helper-replace-supers@^7.1.0", "@babel/helper-replace-supers@^7.4.4": |
| 229 | +"@babel/helper-replace-supers@^7.4.4": |
205 | 230 | version "7.4.4"
|
206 | 231 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.4.4.tgz#aee41783ebe4f2d3ab3ae775e1cc6f1a90cefa27"
|
207 | 232 | integrity sha512-04xGEnd+s01nY1l15EuMS1rfKktNF+1CkKmHoErDppjAAZL+IUBZpzT748x262HF7fibaQPhbvWUl5HeSt1EXg==
|
|
211 | 236 | "@babel/traverse" "^7.4.4"
|
212 | 237 | "@babel/types" "^7.4.4"
|
213 | 238 |
|
| 239 | +"@babel/helper-replace-supers@^7.5.5": |
| 240 | + version "7.5.5" |
| 241 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.5.5.tgz#f84ce43df031222d2bad068d2626cb5799c34bc2" |
| 242 | + integrity sha512-XvRFWrNnlsow2u7jXDuH4jDDctkxbS7gXssrP4q2nUD606ukXHRvydj346wmNg+zAgpFx4MWf4+usfC93bElJg== |
| 243 | + dependencies: |
| 244 | + "@babel/helper-member-expression-to-functions" "^7.5.5" |
| 245 | + "@babel/helper-optimise-call-expression" "^7.0.0" |
| 246 | + "@babel/traverse" "^7.5.5" |
| 247 | + "@babel/types" "^7.5.5" |
| 248 | + |
214 | 249 | "@babel/helper-simple-access@^7.1.0":
|
215 | 250 | version "7.1.0"
|
216 | 251 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c"
|
|
236 | 271 | "@babel/traverse" "^7.1.0"
|
237 | 272 | "@babel/types" "^7.2.0"
|
238 | 273 |
|
239 |
| -"@babel/helpers@^7.5.4": |
240 |
| - version "7.5.4" |
241 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.4.tgz#2f00608aa10d460bde0ccf665d6dcf8477357cf0" |
242 |
| - integrity sha512-6LJ6xwUEJP51w0sIgKyfvFMJvIb9mWAfohJp0+m6eHJigkFdcH8duZ1sfhn0ltJRzwUIT/yqqhdSfRpCpL7oow== |
| 274 | +"@babel/helpers@^7.5.5": |
| 275 | + version "7.5.5" |
| 276 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.5.tgz#63908d2a73942229d1e6685bc2a0e730dde3b75e" |
| 277 | + integrity sha512-nRq2BUhxZFnfEn/ciJuhklHvFOqjJUD5wpx+1bxUF2axL9C+v4DE/dmp5sT2dKnpOs4orZWzpAZqlCy8QqE/7g== |
243 | 278 | dependencies:
|
244 | 279 | "@babel/template" "^7.4.4"
|
245 |
| - "@babel/traverse" "^7.5.0" |
246 |
| - "@babel/types" "^7.5.0" |
| 280 | + "@babel/traverse" "^7.5.5" |
| 281 | + "@babel/types" "^7.5.5" |
247 | 282 |
|
248 | 283 | "@babel/highlight@^7.0.0":
|
249 | 284 | version "7.5.0"
|
|
259 | 294 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.0.tgz#3e0713dff89ad6ae37faec3b29dcfc5c979770b7"
|
260 | 295 | integrity sha512-I5nW8AhGpOXGCCNYGc+p7ExQIBxRFnS2fd/d862bNOKvmoEPjYPcfIjsfdy0ujagYOIYPczKgD9l3FsgTkAzKA==
|
261 | 296 |
|
| 297 | +"@babel/parser@^7.5.5": |
| 298 | + version "7.5.5" |
| 299 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.5.tgz#02f077ac8817d3df4a832ef59de67565e71cca4b" |
| 300 | + integrity sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g== |
| 301 | + |
262 | 302 | "@babel/plugin-proposal-async-generator-functions@^7.2.0":
|
263 | 303 | version "7.2.0"
|
264 | 304 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e"
|
|
284 | 324 | "@babel/helper-plugin-utils" "^7.0.0"
|
285 | 325 | "@babel/plugin-syntax-json-strings" "^7.2.0"
|
286 | 326 |
|
287 |
| -"@babel/plugin-proposal-object-rest-spread@^7.5.4": |
288 |
| - version "7.5.4" |
289 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.4.tgz#250de35d867ce8260a31b1fdac6c4fc1baa99331" |
290 |
| - integrity sha512-KCx0z3y7y8ipZUMAEEJOyNi11lMb/FOPUjjB113tfowgw0c16EGYos7worCKBcUAh2oG+OBnoUhsnTSoLpV9uA== |
| 327 | +"@babel/plugin-proposal-object-rest-spread@^7.5.5": |
| 328 | + version "7.5.5" |
| 329 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.5.tgz#61939744f71ba76a3ae46b5eea18a54c16d22e58" |
| 330 | + integrity sha512-F2DxJJSQ7f64FyTVl5cw/9MWn6naXGdk3Q3UhDbFEEHv+EilCPoeRD3Zh/Utx1CJz4uyKlQ4uH+bJPbEhMV7Zw== |
291 | 331 | dependencies:
|
292 | 332 | "@babel/helper-plugin-utils" "^7.0.0"
|
293 | 333 | "@babel/plugin-syntax-object-rest-spread" "^7.2.0"
|
|
374 | 414 | dependencies:
|
375 | 415 | "@babel/helper-plugin-utils" "^7.0.0"
|
376 | 416 |
|
377 |
| -"@babel/plugin-transform-block-scoping@^7.4.4": |
378 |
| - version "7.4.4" |
379 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.4.4.tgz#c13279fabf6b916661531841a23c4b7dae29646d" |
380 |
| - integrity sha512-jkTUyWZcTrwxu5DD4rWz6rDB5Cjdmgz6z7M7RLXOJyCUkFBawssDGcGh8M/0FTSB87avyJI1HsTwUXp9nKA1PA== |
| 417 | +"@babel/plugin-transform-block-scoping@^7.5.5": |
| 418 | + version "7.5.5" |
| 419 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.5.5.tgz#a35f395e5402822f10d2119f6f8e045e3639a2ce" |
| 420 | + integrity sha512-82A3CLRRdYubkG85lKwhZB0WZoHxLGsJdux/cOVaJCJpvYFl1LVzAIFyRsa7CvXqW8rBM4Zf3Bfn8PHt5DP0Sg== |
381 | 421 | dependencies:
|
382 | 422 | "@babel/helper-plugin-utils" "^7.0.0"
|
383 |
| - lodash "^4.17.11" |
| 423 | + lodash "^4.17.13" |
384 | 424 |
|
385 |
| -"@babel/plugin-transform-classes@^7.4.4": |
386 |
| - version "7.4.4" |
387 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.4.4.tgz#0ce4094cdafd709721076d3b9c38ad31ca715eb6" |
388 |
| - integrity sha512-/e44eFLImEGIpL9qPxSRat13I5QNRgBLu2hOQJCF7VLy/otSM/sypV1+XaIw5+502RX/+6YaSAPmldk+nhHDPw== |
| 425 | +"@babel/plugin-transform-classes@^7.5.5": |
| 426 | + version "7.5.5" |
| 427 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.5.5.tgz#d094299d9bd680a14a2a0edae38305ad60fb4de9" |
| 428 | + integrity sha512-U2htCNK/6e9K7jGyJ++1p5XRU+LJjrwtoiVn9SzRlDT2KubcZ11OOwy3s24TjHxPgxNwonCYP7U2K51uVYCMDg== |
389 | 429 | dependencies:
|
390 | 430 | "@babel/helper-annotate-as-pure" "^7.0.0"
|
391 |
| - "@babel/helper-define-map" "^7.4.4" |
| 431 | + "@babel/helper-define-map" "^7.5.5" |
392 | 432 | "@babel/helper-function-name" "^7.1.0"
|
393 | 433 | "@babel/helper-optimise-call-expression" "^7.0.0"
|
394 | 434 | "@babel/helper-plugin-utils" "^7.0.0"
|
395 |
| - "@babel/helper-replace-supers" "^7.4.4" |
| 435 | + "@babel/helper-replace-supers" "^7.5.5" |
396 | 436 | "@babel/helper-split-export-declaration" "^7.4.4"
|
397 | 437 | globals "^11.1.0"
|
398 | 438 |
|
|
513 | 553 | dependencies:
|
514 | 554 | "@babel/helper-plugin-utils" "^7.0.0"
|
515 | 555 |
|
516 |
| -"@babel/plugin-transform-object-super@^7.2.0": |
517 |
| - version "7.2.0" |
518 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.2.0.tgz#b35d4c10f56bab5d650047dad0f1d8e8814b6598" |
519 |
| - integrity sha512-VMyhPYZISFZAqAPVkiYb7dUe2AsVi2/wCT5+wZdsNO31FojQJa9ns40hzZ6U9f50Jlq4w6qwzdBB2uwqZ00ebg== |
| 556 | +"@babel/plugin-transform-object-super@^7.5.5": |
| 557 | + version "7.5.5" |
| 558 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.5.5.tgz#c70021df834073c65eb613b8679cc4a381d1a9f9" |
| 559 | + integrity sha512-un1zJQAhSosGFBduPgN/YFNvWVpRuHKU7IHBglLoLZsGmruJPOo6pbInneflUdmq7YvSVqhpPs5zdBvLnteltQ== |
520 | 560 | dependencies:
|
521 | 561 | "@babel/helper-plugin-utils" "^7.0.0"
|
522 |
| - "@babel/helper-replace-supers" "^7.1.0" |
| 562 | + "@babel/helper-replace-supers" "^7.5.5" |
523 | 563 |
|
524 | 564 | "@babel/plugin-transform-parameters@^7.4.4":
|
525 | 565 | version "7.4.4"
|
|
606 | 646 | "@babel/helper-regex" "^7.4.4"
|
607 | 647 | regexpu-core "^4.5.4"
|
608 | 648 |
|
609 |
| -"@babel/preset-env@^7.5.4": |
610 |
| - version "7.5.4" |
611 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.5.4.tgz#64bc15041a3cbb0798930319917e70fcca57713d" |
612 |
| - integrity sha512-hFnFnouyRNiH1rL8YkX1ANCNAUVC8Djwdqfev8i1415tnAG+7hlA5zhZ0Q/3Q5gkop4HioIPbCEWAalqcbxRoQ== |
| 649 | +"@babel/preset-env@^7.5.5": |
| 650 | + version "7.5.5" |
| 651 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.5.5.tgz#bc470b53acaa48df4b8db24a570d6da1fef53c9a" |
| 652 | + integrity sha512-GMZQka/+INwsMz1A5UEql8tG015h5j/qjptpKY2gJ7giy8ohzU710YciJB5rcKsWGWHiW3RUnHib0E5/m3Tp3A== |
613 | 653 | dependencies:
|
614 | 654 | "@babel/helper-module-imports" "^7.0.0"
|
615 | 655 | "@babel/helper-plugin-utils" "^7.0.0"
|
616 | 656 | "@babel/plugin-proposal-async-generator-functions" "^7.2.0"
|
617 | 657 | "@babel/plugin-proposal-dynamic-import" "^7.5.0"
|
618 | 658 | "@babel/plugin-proposal-json-strings" "^7.2.0"
|
619 |
| - "@babel/plugin-proposal-object-rest-spread" "^7.5.4" |
| 659 | + "@babel/plugin-proposal-object-rest-spread" "^7.5.5" |
620 | 660 | "@babel/plugin-proposal-optional-catch-binding" "^7.2.0"
|
621 | 661 | "@babel/plugin-proposal-unicode-property-regex" "^7.4.4"
|
622 | 662 | "@babel/plugin-syntax-async-generators" "^7.2.0"
|
|
627 | 667 | "@babel/plugin-transform-arrow-functions" "^7.2.0"
|
628 | 668 | "@babel/plugin-transform-async-to-generator" "^7.5.0"
|
629 | 669 | "@babel/plugin-transform-block-scoped-functions" "^7.2.0"
|
630 |
| - "@babel/plugin-transform-block-scoping" "^7.4.4" |
631 |
| - "@babel/plugin-transform-classes" "^7.4.4" |
| 670 | + "@babel/plugin-transform-block-scoping" "^7.5.5" |
| 671 | + "@babel/plugin-transform-classes" "^7.5.5" |
632 | 672 | "@babel/plugin-transform-computed-properties" "^7.2.0"
|
633 | 673 | "@babel/plugin-transform-destructuring" "^7.5.0"
|
634 | 674 | "@babel/plugin-transform-dotall-regex" "^7.4.4"
|
|
644 | 684 | "@babel/plugin-transform-modules-umd" "^7.2.0"
|
645 | 685 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.4.5"
|
646 | 686 | "@babel/plugin-transform-new-target" "^7.4.4"
|
647 |
| - "@babel/plugin-transform-object-super" "^7.2.0" |
| 687 | + "@babel/plugin-transform-object-super" "^7.5.5" |
648 | 688 | "@babel/plugin-transform-parameters" "^7.4.4"
|
649 | 689 | "@babel/plugin-transform-property-literals" "^7.2.0"
|
650 | 690 | "@babel/plugin-transform-regenerator" "^7.4.5"
|
|
655 | 695 | "@babel/plugin-transform-template-literals" "^7.4.4"
|
656 | 696 | "@babel/plugin-transform-typeof-symbol" "^7.2.0"
|
657 | 697 | "@babel/plugin-transform-unicode-regex" "^7.4.4"
|
658 |
| - "@babel/types" "^7.5.0" |
| 698 | + "@babel/types" "^7.5.5" |
659 | 699 | browserslist "^4.6.0"
|
660 | 700 | core-js-compat "^3.1.1"
|
661 | 701 | invariant "^2.2.2"
|
|
691 | 731 | "@babel/parser" "^7.4.4"
|
692 | 732 | "@babel/types" "^7.4.4"
|
693 | 733 |
|
694 |
| -"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.0": |
| 734 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4": |
695 | 735 | version "7.5.0"
|
696 | 736 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.0.tgz#4216d6586854ef5c3c4592dab56ec7eb78485485"
|
697 | 737 | integrity sha512-SnA9aLbyOCcnnbQEGwdfBggnc142h/rbqqsXcaATj2hZcegCl903pUD/lfpsNBlBSuWow/YDfRyJuWi2EPR5cg==
|
|
706 | 746 | globals "^11.1.0"
|
707 | 747 | lodash "^4.17.11"
|
708 | 748 |
|
| 749 | +"@babel/traverse@^7.5.5": |
| 750 | + version "7.5.5" |
| 751 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.5.tgz#f664f8f368ed32988cd648da9f72d5ca70f165bb" |
| 752 | + integrity sha512-MqB0782whsfffYfSjH4TM+LMjrJnhCNEDMDIjeTpl+ASaUvxcjoiVCo/sM1GhS1pHOXYfWVCYneLjMckuUxDaQ== |
| 753 | + dependencies: |
| 754 | + "@babel/code-frame" "^7.5.5" |
| 755 | + "@babel/generator" "^7.5.5" |
| 756 | + "@babel/helper-function-name" "^7.1.0" |
| 757 | + "@babel/helper-split-export-declaration" "^7.4.4" |
| 758 | + "@babel/parser" "^7.5.5" |
| 759 | + "@babel/types" "^7.5.5" |
| 760 | + debug "^4.1.0" |
| 761 | + globals "^11.1.0" |
| 762 | + lodash "^4.17.13" |
| 763 | + |
709 | 764 | "@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.4.4", "@babel/types@^7.5.0":
|
710 | 765 | version "7.5.0"
|
711 | 766 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.0.tgz#e47d43840c2e7f9105bc4d3a2c371b4d0c7832ab"
|
|
715 | 770 | lodash "^4.17.11"
|
716 | 771 | to-fast-properties "^2.0.0"
|
717 | 772 |
|
| 773 | +"@babel/types@^7.5.5": |
| 774 | + version "7.5.5" |
| 775 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a" |
| 776 | + integrity sha512-s63F9nJioLqOlW3UkyMd+BYhXt44YuaFm/VV0VwuteqjYwRrObkU7ra9pY4wAJR3oXi8hJrMcrcJdO/HH33vtw== |
| 777 | + dependencies: |
| 778 | + esutils "^2.0.2" |
| 779 | + lodash "^4.17.13" |
| 780 | + to-fast-properties "^2.0.0" |
| 781 | + |
718 | 782 | "@samverschueren/stream-to-observable@^0.3.0":
|
719 | 783 | version "0.3.0"
|
720 | 784 | resolved "https://registry.yarnpkg.com/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.0.tgz#ecdf48d532c58ea477acfcab80348424f8d0662f"
|
@@ -2712,7 +2776,7 @@ locate-path@^5.0.0:
|
2712 | 2776 | dependencies:
|
2713 | 2777 | p-locate "^4.1.0"
|
2714 | 2778 |
|
2715 |
| -lodash@^4.0.0, lodash@^4.17.11, lodash@^4.17.4: |
| 2779 | +lodash@^4.0.0, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.4: |
2716 | 2780 | version "4.17.14"
|
2717 | 2781 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
|
2718 | 2782 | integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
|
|
0 commit comments