|
14 | 14 | dependencies:
|
15 | 15 | "@babel/highlight" "^7.0.0"
|
16 | 16 |
|
| 17 | +"@babel/code-frame@^7.8.3": |
| 18 | + version "7.8.3" |
| 19 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e" |
| 20 | + integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g== |
| 21 | + dependencies: |
| 22 | + "@babel/highlight" "^7.8.3" |
| 23 | + |
17 | 24 |
|
18 | 25 | version "7.1.0"
|
19 | 26 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.0.tgz#08958f1371179f62df6966d8a614003d11faeb04"
|
|
34 | 41 | semver "^5.4.1"
|
35 | 42 | source-map "^0.5.0"
|
36 | 43 |
|
37 |
| -"@babel/ [email protected]", "@babel/core@^7.0.0", "@babel/core@^7.0.1": |
| 44 | + |
| 45 | + version "7.8.4" |
| 46 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.4.tgz#d496799e5c12195b3602d0fddd77294e3e38e80e" |
| 47 | + integrity sha512-0LiLrB2PwrVI+a2/IEskBopDYSd8BCb3rOvH7D5tzoWd696TBEduBvuLVm4Nx6rltrLZqvI3MCalB2K2aVzQjA== |
| 48 | + dependencies: |
| 49 | + "@babel/code-frame" "^7.8.3" |
| 50 | + "@babel/generator" "^7.8.4" |
| 51 | + "@babel/helpers" "^7.8.4" |
| 52 | + "@babel/parser" "^7.8.4" |
| 53 | + "@babel/template" "^7.8.3" |
| 54 | + "@babel/traverse" "^7.8.4" |
| 55 | + "@babel/types" "^7.8.3" |
| 56 | + convert-source-map "^1.7.0" |
| 57 | + debug "^4.1.0" |
| 58 | + gensync "^1.0.0-beta.1" |
| 59 | + json5 "^2.1.0" |
| 60 | + lodash "^4.17.13" |
| 61 | + resolve "^1.3.2" |
| 62 | + semver "^5.4.1" |
| 63 | + source-map "^0.5.0" |
| 64 | + |
| 65 | +"@babel/core@^7.0.0", "@babel/core@^7.0.1": |
38 | 66 | version "7.2.2"
|
39 | 67 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.2.2.tgz#07adba6dde27bb5ad8d8672f15fde3e08184a687"
|
40 | 68 | integrity sha512-59vB0RWt09cAct5EIe58+NzGP4TFSD3Bz//2/ELy3ZeTeKF6VTD1AXlH8BGGbCX0PuobZBsIzO7IAI9PH67eKw==
|
|
65 | 93 | source-map "^0.5.0"
|
66 | 94 | trim-right "^1.0.1"
|
67 | 95 |
|
| 96 | +"@babel/generator@^7.8.4": |
| 97 | + version "7.8.4" |
| 98 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.4.tgz#35bbc74486956fe4251829f9f6c48330e8d0985e" |
| 99 | + integrity sha512-PwhclGdRpNAf3IxZb0YVuITPZmmrXz9zf6fH8lT4XbrmfQKr6ryBzhv593P5C6poJRciFCL/eHGW2NuGrgEyxA== |
| 100 | + dependencies: |
| 101 | + "@babel/types" "^7.8.3" |
| 102 | + jsesc "^2.5.1" |
| 103 | + lodash "^4.17.13" |
| 104 | + source-map "^0.5.0" |
| 105 | + |
68 | 106 | "@babel/helper-annotate-as-pure@^7.0.0":
|
69 | 107 | version "7.0.0"
|
70 | 108 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
|
|
134 | 172 | "@babel/template" "^7.1.0"
|
135 | 173 | "@babel/types" "^7.0.0"
|
136 | 174 |
|
| 175 | +"@babel/helper-function-name@^7.8.3": |
| 176 | + version "7.8.3" |
| 177 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz#eeeb665a01b1f11068e9fb86ad56a1cb1a824cca" |
| 178 | + integrity sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA== |
| 179 | + dependencies: |
| 180 | + "@babel/helper-get-function-arity" "^7.8.3" |
| 181 | + "@babel/template" "^7.8.3" |
| 182 | + "@babel/types" "^7.8.3" |
| 183 | + |
137 | 184 | "@babel/helper-get-function-arity@^7.0.0":
|
138 | 185 | version "7.0.0"
|
139 | 186 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
|
140 | 187 | integrity sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==
|
141 | 188 | dependencies:
|
142 | 189 | "@babel/types" "^7.0.0"
|
143 | 190 |
|
| 191 | +"@babel/helper-get-function-arity@^7.8.3": |
| 192 | + version "7.8.3" |
| 193 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5" |
| 194 | + integrity sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA== |
| 195 | + dependencies: |
| 196 | + "@babel/types" "^7.8.3" |
| 197 | + |
144 | 198 | "@babel/helper-hoist-variables@^7.0.0":
|
145 | 199 | version "7.0.0"
|
146 | 200 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.0.0.tgz#46adc4c5e758645ae7a45deb92bab0918c23bb88"
|
|
229 | 283 | dependencies:
|
230 | 284 | "@babel/types" "^7.0.0"
|
231 | 285 |
|
| 286 | +"@babel/helper-split-export-declaration@^7.8.3": |
| 287 | + version "7.8.3" |
| 288 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9" |
| 289 | + integrity sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA== |
| 290 | + dependencies: |
| 291 | + "@babel/types" "^7.8.3" |
| 292 | + |
232 | 293 | "@babel/helper-wrap-function@^7.1.0":
|
233 | 294 | version "7.2.0"
|
234 | 295 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
|
|
248 | 309 | "@babel/traverse" "^7.1.5"
|
249 | 310 | "@babel/types" "^7.2.0"
|
250 | 311 |
|
| 312 | +"@babel/helpers@^7.8.4": |
| 313 | + version "7.8.4" |
| 314 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.8.4.tgz#754eb3ee727c165e0a240d6c207de7c455f36f73" |
| 315 | + integrity sha512-VPbe7wcQ4chu4TDQjimHv/5tj73qz88o12EPkO2ValS2QiQS/1F2SsjyIGNnAD0vF/nZS6Cf9i+vW6HIlnaR8w== |
| 316 | + dependencies: |
| 317 | + "@babel/template" "^7.8.3" |
| 318 | + "@babel/traverse" "^7.8.4" |
| 319 | + "@babel/types" "^7.8.3" |
| 320 | + |
251 | 321 | "@babel/highlight@^7.0.0":
|
252 | 322 | version "7.0.0"
|
253 | 323 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4"
|
|
257 | 327 | esutils "^2.0.2"
|
258 | 328 | js-tokens "^4.0.0"
|
259 | 329 |
|
| 330 | +"@babel/highlight@^7.8.3": |
| 331 | + version "7.8.3" |
| 332 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797" |
| 333 | + integrity sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg== |
| 334 | + dependencies: |
| 335 | + chalk "^2.0.0" |
| 336 | + esutils "^2.0.2" |
| 337 | + js-tokens "^4.0.0" |
| 338 | + |
260 | 339 | "@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.2.2", "@babel/parser@^7.2.3":
|
261 | 340 | version "7.2.3"
|
262 | 341 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.2.3.tgz#32f5df65744b70888d17872ec106b02434ba1489"
|
263 | 342 | integrity sha512-0LyEcVlfCoFmci8mXx8A5oIkpkOgyo8dRHtxBnK9RRBwxO2+JZPNsqtVEZQ7mJFPxnXF9lfmU24mHOPI0qnlkA==
|
264 | 343 |
|
| 344 | +"@babel/parser@^7.8.3", "@babel/parser@^7.8.4": |
| 345 | + version "7.8.4" |
| 346 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.4.tgz#d1dbe64691d60358a974295fa53da074dd2ce8e8" |
| 347 | + integrity sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw== |
| 348 | + |
265 | 349 | "@babel/plugin-external-helpers@^7.0.0":
|
266 | 350 | version "7.2.0"
|
267 | 351 | resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.2.0.tgz#7f4cb7dee651cd380d2034847d914288467a6be4"
|
|
827 | 911 | "@babel/helper-regex" "^7.0.0"
|
828 | 912 | regexpu-core "^4.1.3"
|
829 | 913 |
|
830 |
| -"@babel/polyfill@7.2.5": |
831 |
| - version "7.2.5" |
832 |
| - resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.2.5.tgz#6c54b964f71ad27edddc567d065e57e87ed7fa7d" |
833 |
| - integrity sha512-8Y/t3MWThtMLYr0YNC/Q76tqN1w30+b0uQMeFUYauG2UGTR19zyUtFrAzT23zNtBxPp+LbE5E/nwV/q/r3y6ug== |
| 914 | +"@babel/polyfill@7.8.3": |
| 915 | + version "7.8.3" |
| 916 | + resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.8.3.tgz#2333fc2144a542a7c07da39502ceeeb3abe4debd" |
| 917 | + integrity sha512-0QEgn2zkCzqGIkSWWAEmvxD7e00Nm9asTtQvi7HdlYvMhjy/J38V/1Y9ode0zEJeIuxAI0uftiAzqc7nVeWUGg== |
834 | 918 | dependencies:
|
835 |
| - core-js "^2.5.7" |
836 |
| - regenerator-runtime "^0.12.0" |
| 919 | + core-js "^2.6.5" |
| 920 | + regenerator-runtime "^0.13.2" |
837 | 921 |
|
838 | 922 |
|
839 | 923 | version "7.1.0"
|
|
984 | 1068 | "@babel/parser" "^7.2.2"
|
985 | 1069 | "@babel/types" "^7.2.2"
|
986 | 1070 |
|
| 1071 | +"@babel/template@^7.8.3": |
| 1072 | + version "7.8.3" |
| 1073 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.3.tgz#e02ad04fe262a657809327f578056ca15fd4d1b8" |
| 1074 | + integrity sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ== |
| 1075 | + dependencies: |
| 1076 | + "@babel/code-frame" "^7.8.3" |
| 1077 | + "@babel/parser" "^7.8.3" |
| 1078 | + "@babel/types" "^7.8.3" |
| 1079 | + |
987 | 1080 | "@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.1.5", "@babel/traverse@^7.2.2", "@babel/traverse@^7.2.3":
|
988 | 1081 | version "7.2.3"
|
989 | 1082 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.2.3.tgz#7ff50cefa9c7c0bd2d81231fdac122f3957748d8"
|
|
999 | 1092 | globals "^11.1.0"
|
1000 | 1093 | lodash "^4.17.10"
|
1001 | 1094 |
|
| 1095 | +"@babel/traverse@^7.8.4": |
| 1096 | + version "7.8.4" |
| 1097 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.4.tgz#f0845822365f9d5b0e312ed3959d3f827f869e3c" |
| 1098 | + integrity sha512-NGLJPZwnVEyBPLI+bl9y9aSnxMhsKz42so7ApAv9D+b4vAFPpY013FTS9LdKxcABoIYFU52HcYga1pPlx454mg== |
| 1099 | + dependencies: |
| 1100 | + "@babel/code-frame" "^7.8.3" |
| 1101 | + "@babel/generator" "^7.8.4" |
| 1102 | + "@babel/helper-function-name" "^7.8.3" |
| 1103 | + "@babel/helper-split-export-declaration" "^7.8.3" |
| 1104 | + "@babel/parser" "^7.8.4" |
| 1105 | + "@babel/types" "^7.8.3" |
| 1106 | + debug "^4.1.0" |
| 1107 | + globals "^11.1.0" |
| 1108 | + lodash "^4.17.13" |
| 1109 | + |
1002 | 1110 | "@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.2.2":
|
1003 | 1111 | version "7.2.2"
|
1004 | 1112 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.2.2.tgz#44e10fc24e33af524488b716cdaee5360ea8ed1e"
|
|
1008 | 1116 | lodash "^4.17.10"
|
1009 | 1117 | to-fast-properties "^2.0.0"
|
1010 | 1118 |
|
| 1119 | +"@babel/types@^7.8.3": |
| 1120 | + version "7.8.3" |
| 1121 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c" |
| 1122 | + integrity sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg== |
| 1123 | + dependencies: |
| 1124 | + esutils "^2.0.2" |
| 1125 | + lodash "^4.17.13" |
| 1126 | + to-fast-properties "^2.0.0" |
| 1127 | + |
1011 | 1128 | "@csstools/convert-colors@^1.4.0":
|
1012 | 1129 | version "1.4.0"
|
1013 | 1130 | resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7"
|
@@ -3219,6 +3336,13 @@ convert-source-map@^1.1.0, convert-source-map@^1.4.0, convert-source-map@^1.5.1:
|
3219 | 3336 | dependencies:
|
3220 | 3337 | safe-buffer "~5.1.1"
|
3221 | 3338 |
|
| 3339 | +convert-source-map@^1.7.0: |
| 3340 | + version "1.7.0" |
| 3341 | + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442" |
| 3342 | + integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== |
| 3343 | + dependencies: |
| 3344 | + safe-buffer "~5.1.1" |
| 3345 | + |
3222 | 3346 |
|
3223 | 3347 | version "1.0.6"
|
3224 | 3348 | resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
|
@@ -3261,6 +3385,11 @@ core-js@^2.2.2, core-js@^2.4.0, core-js@^2.4.1, core-js@^2.5.0, core-js@^2.5.7:
|
3261 | 3385 | resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.2.tgz#267988d7268323b349e20b4588211655f0e83944"
|
3262 | 3386 | integrity sha512-NdBPF/RVwPW6jr0NCILuyN9RiqLo2b1mddWHkUL+VnvcB7dzlnBJ1bXYntjpTGOgkZiiLWj2JxmOr7eGE3qK6g==
|
3263 | 3387 |
|
| 3388 | +core-js@^2.6.5: |
| 3389 | + version "2.6.11" |
| 3390 | + resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c" |
| 3391 | + integrity sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg== |
| 3392 | + |
3264 | 3393 | [email protected], core-util-is@~1.0.0:
|
3265 | 3394 | version "1.0.2"
|
3266 | 3395 | resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
|
@@ -5224,6 +5353,11 @@ gauge@~2.7.3:
|
5224 | 5353 | strip-ansi "^3.0.1"
|
5225 | 5354 | wide-align "^1.1.0"
|
5226 | 5355 |
|
| 5356 | +gensync@^1.0.0-beta.1: |
| 5357 | + version "1.0.0-beta.1" |
| 5358 | + resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.1.tgz#58f4361ff987e5ff6e1e7a210827aa371eaac269" |
| 5359 | + integrity sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg== |
| 5360 | + |
5227 | 5361 | get-caller-file@^1.0.1:
|
5228 | 5362 | version "1.0.3"
|
5229 | 5363 | resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a"
|
@@ -7482,6 +7616,11 @@ lodash.uniq@^4.5.0:
|
7482 | 7616 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
|
7483 | 7617 | integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
|
7484 | 7618 |
|
| 7619 | +lodash@^4.17.13: |
| 7620 | + version "4.17.15" |
| 7621 | + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" |
| 7622 | + integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== |
| 7623 | + |
7485 | 7624 | loglevel@^1.4.1:
|
7486 | 7625 | version "1.6.1"
|
7487 | 7626 | resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.1.tgz#e0fc95133b6ef276cdc8887cdaf24aa6f156f8fa"
|
@@ -10535,6 +10674,11 @@ regenerator-runtime@^0.12.0:
|
10535 | 10674 | resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz#fa1a71544764c036f8c49b13a08b2594c9f8a0de"
|
10536 | 10675 | integrity sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg==
|
10537 | 10676 |
|
| 10677 | +regenerator-runtime@^0.13.2: |
| 10678 | + version "0.13.3" |
| 10679 | + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz#7cf6a77d8f5c6f60eb73c5fc1955b2ceb01e6bf5" |
| 10680 | + integrity sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw== |
| 10681 | + |
10538 | 10682 | regenerator-transform@^0.13.3:
|
10539 | 10683 | version "0.13.3"
|
10540 | 10684 | resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.13.3.tgz#264bd9ff38a8ce24b06e0636496b2c856b57bcbb"
|
|
0 commit comments