|
23 | 23 | dependencies: |
24 | 24 | "@babel/highlight" "^7.12.13" |
25 | 25 |
|
26 | | -"@babel/compat-data@^7.12.5", "@babel/compat-data@^7.12.7": |
| 26 | +"@babel/compat-data@^7.12.7": |
27 | 27 | version "7.12.7" |
28 | 28 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41" |
29 | 29 | integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw== |
30 | 30 |
|
| 31 | +"@babel/compat-data@^7.13.8": |
| 32 | + version "7.13.8" |
| 33 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6" |
| 34 | + integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog== |
| 35 | + |
31 | 36 | "@babel/core@7.12.9": |
32 | 37 | version "7.12.9" |
33 | 38 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8" |
|
51 | 56 | source-map "^0.5.0" |
52 | 57 |
|
53 | 58 | "@babel/core@^7.1.0", "@babel/core@^7.12.1", "@babel/core@^7.12.13", "@babel/core@^7.12.3", "@babel/core@^7.4.4", "@babel/core@^7.7.5": |
54 | | - version "7.12.16" |
55 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.16.tgz#8c6ba456b23b680a6493ddcfcd9d3c3ad51cab7c" |
56 | | - integrity sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw== |
| 59 | + version "7.13.8" |
| 60 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.8.tgz#c191d9c5871788a591d69ea1dc03e5843a3680fb" |
| 61 | + integrity sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg== |
57 | 62 | dependencies: |
58 | 63 | "@babel/code-frame" "^7.12.13" |
59 | | - "@babel/generator" "^7.12.15" |
60 | | - "@babel/helper-module-transforms" "^7.12.13" |
61 | | - "@babel/helpers" "^7.12.13" |
62 | | - "@babel/parser" "^7.12.16" |
| 64 | + "@babel/generator" "^7.13.0" |
| 65 | + "@babel/helper-compilation-targets" "^7.13.8" |
| 66 | + "@babel/helper-module-transforms" "^7.13.0" |
| 67 | + "@babel/helpers" "^7.13.0" |
| 68 | + "@babel/parser" "^7.13.4" |
63 | 69 | "@babel/template" "^7.12.13" |
64 | | - "@babel/traverse" "^7.12.13" |
65 | | - "@babel/types" "^7.12.13" |
| 70 | + "@babel/traverse" "^7.13.0" |
| 71 | + "@babel/types" "^7.13.0" |
66 | 72 | convert-source-map "^1.7.0" |
67 | 73 | debug "^4.1.0" |
68 | | - gensync "^1.0.0-beta.1" |
| 74 | + gensync "^1.0.0-beta.2" |
69 | 75 | json5 "^2.1.2" |
70 | 76 | lodash "^4.17.19" |
71 | | - semver "^5.4.1" |
| 77 | + semver "^6.3.0" |
72 | 78 | source-map "^0.5.0" |
73 | 79 |
|
74 | | -"@babel/generator@^7.12.1", "@babel/generator@^7.12.13", "@babel/generator@^7.12.15", "@babel/generator@^7.12.5": |
75 | | - version "7.12.15" |
76 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.15.tgz#4617b5d0b25cc572474cc1aafee1edeaf9b5368f" |
77 | | - integrity sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ== |
| 80 | +"@babel/generator@^7.12.1", "@babel/generator@^7.12.5", "@babel/generator@^7.13.0": |
| 81 | + version "7.13.9" |
| 82 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39" |
| 83 | + integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw== |
78 | 84 | dependencies: |
79 | | - "@babel/types" "^7.12.13" |
| 85 | + "@babel/types" "^7.13.0" |
80 | 86 | jsesc "^2.5.1" |
81 | 87 | source-map "^0.5.0" |
82 | 88 |
|
|
95 | 101 | "@babel/helper-explode-assignable-expression" "^7.10.4" |
96 | 102 | "@babel/types" "^7.10.4" |
97 | 103 |
|
98 | | -"@babel/helper-compilation-targets@^7.10.4", "@babel/helper-compilation-targets@^7.12.5": |
99 | | - version "7.12.5" |
100 | | - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.5.tgz#cb470c76198db6a24e9dbc8987275631e5d29831" |
101 | | - integrity sha512-+qH6NrscMolUlzOYngSBMIOQpKUGPPsc61Bu5W10mg84LxZ7cmvnBHzARKbDoFxVvqqAbj6Tg6N7bSrWSPXMyw== |
| 104 | +"@babel/helper-compilation-targets@^7.10.4", "@babel/helper-compilation-targets@^7.12.5", "@babel/helper-compilation-targets@^7.13.8": |
| 105 | + version "7.13.8" |
| 106 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz#02bdb22783439afb11b2f009814bdd88384bd468" |
| 107 | + integrity sha512-pBljUGC1y3xKLn1nrx2eAhurLMA8OqBtBP/JwG4U8skN7kf8/aqwwxpV1N6T0e7r6+7uNitIa/fUxPFagSXp3A== |
102 | 108 | dependencies: |
103 | | - "@babel/compat-data" "^7.12.5" |
104 | | - "@babel/helper-validator-option" "^7.12.1" |
| 109 | + "@babel/compat-data" "^7.13.8" |
| 110 | + "@babel/helper-validator-option" "^7.12.17" |
105 | 111 | browserslist "^4.14.5" |
106 | | - semver "^5.5.0" |
| 112 | + semver "^6.3.0" |
107 | 113 |
|
108 | 114 | "@babel/helper-create-class-features-plugin@^7.12.1": |
109 | 115 | version "7.12.1" |
|
200 | 206 | dependencies: |
201 | 207 | "@babel/types" "^7.12.7" |
202 | 208 |
|
203 | | -"@babel/helper-member-expression-to-functions@^7.12.13": |
204 | | - version "7.12.13" |
205 | | - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.13.tgz#c5715695b4f8bab32660dbdcdc2341dec7e3df40" |
206 | | - integrity sha512-B+7nN0gIL8FZ8SvMcF+EPyB21KnCcZHQZFczCxbiNGV/O0rsrSBlWGLzmtBJ3GMjSVMIm4lpFhR+VdVBuIsUcQ== |
| 209 | +"@babel/helper-member-expression-to-functions@^7.13.0": |
| 210 | + version "7.13.0" |
| 211 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.0.tgz#6aa4bb678e0f8c22f58cdb79451d30494461b091" |
| 212 | + integrity sha512-yvRf8Ivk62JwisqV1rFRMxiSMDGnN6KH1/mDMmIrij4jztpQNRoHqqMG3U6apYbGRPJpgPalhva9Yd06HlUxJQ== |
207 | 213 | dependencies: |
208 | | - "@babel/types" "^7.12.13" |
| 214 | + "@babel/types" "^7.13.0" |
209 | 215 |
|
210 | 216 | "@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.1", "@babel/helper-module-imports@^7.12.5": |
211 | 217 | version "7.12.5" |
|
221 | 227 | dependencies: |
222 | 228 | "@babel/types" "^7.12.13" |
223 | 229 |
|
224 | | -"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.12.13": |
225 | | - version "7.12.13" |
226 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.13.tgz#01afb052dcad2044289b7b20beb3fa8bd0265bea" |
227 | | - integrity sha512-acKF7EjqOR67ASIlDTupwkKM1eUisNAjaSduo5Cz+793ikfnpe7p4Q7B7EWU2PCoSTPWsQkR7hRUWEIZPiVLGA== |
| 230 | +"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.13.0": |
| 231 | + version "7.13.0" |
| 232 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.0.tgz#42eb4bd8eea68bab46751212c357bfed8b40f6f1" |
| 233 | + integrity sha512-Ls8/VBwH577+pw7Ku1QkUWIyRRNHpYlts7+qSqBBFCW3I8QteB9DxfcZ5YJpOwH6Ihe/wn8ch7fMGOP1OhEIvw== |
228 | 234 | dependencies: |
229 | 235 | "@babel/helper-module-imports" "^7.12.13" |
230 | | - "@babel/helper-replace-supers" "^7.12.13" |
| 236 | + "@babel/helper-replace-supers" "^7.13.0" |
231 | 237 | "@babel/helper-simple-access" "^7.12.13" |
232 | 238 | "@babel/helper-split-export-declaration" "^7.12.13" |
233 | 239 | "@babel/helper-validator-identifier" "^7.12.11" |
234 | 240 | "@babel/template" "^7.12.13" |
235 | | - "@babel/traverse" "^7.12.13" |
236 | | - "@babel/types" "^7.12.13" |
| 241 | + "@babel/traverse" "^7.13.0" |
| 242 | + "@babel/types" "^7.13.0" |
237 | 243 | lodash "^4.17.19" |
238 | 244 |
|
239 | 245 | "@babel/helper-optimise-call-expression@^7.10.4", "@babel/helper-optimise-call-expression@^7.12.10": |
|
274 | 280 | "@babel/traverse" "^7.12.10" |
275 | 281 | "@babel/types" "^7.12.11" |
276 | 282 |
|
277 | | -"@babel/helper-replace-supers@^7.12.13": |
278 | | - version "7.12.13" |
279 | | - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.13.tgz#00ec4fb6862546bd3d0aff9aac56074277173121" |
280 | | - integrity sha512-pctAOIAMVStI2TMLhozPKbf5yTEXc0OJa0eENheb4w09SrgOWEs+P4nTOZYJQCqs8JlErGLDPDJTiGIp3ygbLg== |
| 283 | +"@babel/helper-replace-supers@^7.13.0": |
| 284 | + version "7.13.0" |
| 285 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.0.tgz#6034b7b51943094cb41627848cb219cb02be1d24" |
| 286 | + integrity sha512-Segd5me1+Pz+rmN/NFBOplMbZG3SqRJOBlY+mA0SxAv6rjj7zJqr1AVr3SfzUVTLCv7ZLU5FycOM/SBGuLPbZw== |
281 | 287 | dependencies: |
282 | | - "@babel/helper-member-expression-to-functions" "^7.12.13" |
| 288 | + "@babel/helper-member-expression-to-functions" "^7.13.0" |
283 | 289 | "@babel/helper-optimise-call-expression" "^7.12.13" |
284 | | - "@babel/traverse" "^7.12.13" |
285 | | - "@babel/types" "^7.12.13" |
| 290 | + "@babel/traverse" "^7.13.0" |
| 291 | + "@babel/types" "^7.13.0" |
286 | 292 |
|
287 | 293 | "@babel/helper-simple-access@^7.12.1": |
288 | 294 | version "7.12.1" |
|
329 | 335 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.11.tgz#d66cb8b7a3e7fe4c6962b32020a131ecf0847f4f" |
330 | 336 | integrity sha512-TBFCyj939mFSdeX7U7DDj32WtzYY7fDcalgq8v3fBZMNOJQNn7nOYzMaUCiPxPYfCup69mtIpqlKgMZLvQ8Xhw== |
331 | 337 |
|
| 338 | +"@babel/helper-validator-option@^7.12.17": |
| 339 | + version "7.12.17" |
| 340 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831" |
| 341 | + integrity sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw== |
| 342 | + |
332 | 343 | "@babel/helper-wrap-function@^7.10.4": |
333 | 344 | version "7.12.3" |
334 | 345 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.12.3.tgz#3332339fc4d1fbbf1c27d7958c27d34708e990d9" |
|
339 | 350 | "@babel/traverse" "^7.10.4" |
340 | 351 | "@babel/types" "^7.10.4" |
341 | 352 |
|
342 | | -"@babel/helpers@^7.12.13", "@babel/helpers@^7.12.5": |
343 | | - version "7.12.13" |
344 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.13.tgz#3c75e993632e4dadc0274eae219c73eb7645ba47" |
345 | | - integrity sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ== |
| 353 | +"@babel/helpers@^7.12.5", "@babel/helpers@^7.13.0": |
| 354 | + version "7.13.0" |
| 355 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.0.tgz#7647ae57377b4f0408bf4f8a7af01c42e41badc0" |
| 356 | + integrity sha512-aan1MeFPxFacZeSz6Ld7YZo5aPuqnKlD7+HZY75xQsueczFccP9A7V05+oe0XpLwHK3oLorPe9eaAUljL7WEaQ== |
346 | 357 | dependencies: |
347 | 358 | "@babel/template" "^7.12.13" |
348 | | - "@babel/traverse" "^7.12.13" |
349 | | - "@babel/types" "^7.12.13" |
| 359 | + "@babel/traverse" "^7.13.0" |
| 360 | + "@babel/types" "^7.13.0" |
350 | 361 |
|
351 | 362 | "@babel/highlight@^7.10.4": |
352 | 363 | version "7.13.8" |
|
375 | 386 | chalk "^2.0.0" |
376 | 387 | js-tokens "^4.0.0" |
377 | 388 |
|
378 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.11.5", "@babel/parser@^7.12.13", "@babel/parser@^7.12.16", "@babel/parser@^7.12.3", "@babel/parser@^7.12.7", "@babel/parser@^7.7.0": |
379 | | - version "7.12.16" |
380 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.16.tgz#cc31257419d2c3189d394081635703f549fc1ed4" |
381 | | - integrity sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw== |
| 389 | +"@babel/parser@^7.1.0", "@babel/parser@^7.11.5", "@babel/parser@^7.12.13", "@babel/parser@^7.12.3", "@babel/parser@^7.12.7", "@babel/parser@^7.13.0", "@babel/parser@^7.13.4", "@babel/parser@^7.7.0": |
| 390 | + version "7.13.9" |
| 391 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.9.tgz#ca34cb95e1c2dd126863a84465ae8ef66114be99" |
| 392 | + integrity sha512-nEUfRiARCcaVo3ny3ZQjURjHQZUo/JkEw7rLlSZy/psWGnvwXFtPcr6jb7Yb41DVW5LTe6KRq9LGleRNsg1Frw== |
382 | 393 |
|
383 | 394 | "@babel/plugin-proposal-async-generator-functions@^7.12.1": |
384 | 395 | version "7.12.12" |
|
1087 | 1098 | "@babel/parser" "^7.12.13" |
1088 | 1099 | "@babel/types" "^7.12.13" |
1089 | 1100 |
|
1090 | | -"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.11.5", "@babel/traverse@^7.12.10", "@babel/traverse@^7.12.13", "@babel/traverse@^7.12.9", "@babel/traverse@^7.7.0": |
1091 | | - version "7.12.13" |
1092 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.13.tgz#689f0e4b4c08587ad26622832632735fb8c4e0c0" |
1093 | | - integrity sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA== |
| 1101 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.11.5", "@babel/traverse@^7.12.10", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.7.0": |
| 1102 | + version "7.13.0" |
| 1103 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.0.tgz#6d95752475f86ee7ded06536de309a65fc8966cc" |
| 1104 | + integrity sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ== |
1094 | 1105 | dependencies: |
1095 | 1106 | "@babel/code-frame" "^7.12.13" |
1096 | | - "@babel/generator" "^7.12.13" |
| 1107 | + "@babel/generator" "^7.13.0" |
1097 | 1108 | "@babel/helper-function-name" "^7.12.13" |
1098 | 1109 | "@babel/helper-split-export-declaration" "^7.12.13" |
1099 | | - "@babel/parser" "^7.12.13" |
1100 | | - "@babel/types" "^7.12.13" |
| 1110 | + "@babel/parser" "^7.13.0" |
| 1111 | + "@babel/types" "^7.13.0" |
1101 | 1112 | debug "^4.1.0" |
1102 | 1113 | globals "^11.1.0" |
1103 | 1114 | lodash "^4.17.19" |
1104 | 1115 |
|
1105 | | -"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.12", "@babel/types@^7.12.13", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
1106 | | - version "7.12.13" |
1107 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.13.tgz#8be1aa8f2c876da11a9cf650c0ecf656913ad611" |
1108 | | - integrity sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ== |
| 1116 | +"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.12", "@babel/types@^7.12.13", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.13.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
| 1117 | + version "7.13.0" |
| 1118 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.0.tgz#74424d2816f0171b4100f0ab34e9a374efdf7f80" |
| 1119 | + integrity sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA== |
1109 | 1120 | dependencies: |
1110 | 1121 | "@babel/helper-validator-identifier" "^7.12.11" |
1111 | 1122 | lodash "^4.17.19" |
@@ -7067,7 +7078,7 @@ gauge@~2.7.3: |
7067 | 7078 | strip-ansi "^3.0.1" |
7068 | 7079 | wide-align "^1.1.0" |
7069 | 7080 |
|
7070 | | -gensync@^1.0.0-beta.1: |
| 7081 | +gensync@^1.0.0-beta.1, gensync@^1.0.0-beta.2: |
7071 | 7082 | version "1.0.0-beta.2" |
7072 | 7083 | resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" |
7073 | 7084 | integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== |
|
0 commit comments