|
16 | 16 | dependencies: |
17 | 17 | "@babel/highlight" "^7.12.13" |
18 | 18 |
|
19 | | -"@babel/compat-data@^7.12.5", "@babel/compat-data@^7.12.7": |
| 19 | +"@babel/compat-data@^7.12.7": |
20 | 20 | version "7.12.7" |
21 | 21 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41" |
22 | 22 | integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw== |
23 | 23 |
|
| 24 | +"@babel/compat-data@^7.13.8": |
| 25 | + version "7.13.8" |
| 26 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6" |
| 27 | + integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog== |
| 28 | + |
24 | 29 | "@babel/core@7.12.9": |
25 | 30 | version "7.12.9" |
26 | 31 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8" |
|
44 | 49 | source-map "^0.5.0" |
45 | 50 |
|
46 | 51 | "@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": |
47 | | - version "7.12.16" |
48 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.16.tgz#8c6ba456b23b680a6493ddcfcd9d3c3ad51cab7c" |
49 | | - integrity sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw== |
| 52 | + version "7.13.8" |
| 53 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.8.tgz#c191d9c5871788a591d69ea1dc03e5843a3680fb" |
| 54 | + integrity sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg== |
50 | 55 | dependencies: |
51 | 56 | "@babel/code-frame" "^7.12.13" |
52 | | - "@babel/generator" "^7.12.15" |
53 | | - "@babel/helper-module-transforms" "^7.12.13" |
54 | | - "@babel/helpers" "^7.12.13" |
55 | | - "@babel/parser" "^7.12.16" |
| 57 | + "@babel/generator" "^7.13.0" |
| 58 | + "@babel/helper-compilation-targets" "^7.13.8" |
| 59 | + "@babel/helper-module-transforms" "^7.13.0" |
| 60 | + "@babel/helpers" "^7.13.0" |
| 61 | + "@babel/parser" "^7.13.4" |
56 | 62 | "@babel/template" "^7.12.13" |
57 | | - "@babel/traverse" "^7.12.13" |
58 | | - "@babel/types" "^7.12.13" |
| 63 | + "@babel/traverse" "^7.13.0" |
| 64 | + "@babel/types" "^7.13.0" |
59 | 65 | convert-source-map "^1.7.0" |
60 | 66 | debug "^4.1.0" |
61 | | - gensync "^1.0.0-beta.1" |
| 67 | + gensync "^1.0.0-beta.2" |
62 | 68 | json5 "^2.1.2" |
63 | 69 | lodash "^4.17.19" |
64 | | - semver "^5.4.1" |
| 70 | + semver "^6.3.0" |
65 | 71 | source-map "^0.5.0" |
66 | 72 |
|
67 | | -"@babel/generator@^7.12.1", "@babel/generator@^7.12.13", "@babel/generator@^7.12.15", "@babel/generator@^7.12.5": |
68 | | - version "7.12.15" |
69 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.15.tgz#4617b5d0b25cc572474cc1aafee1edeaf9b5368f" |
70 | | - integrity sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ== |
| 73 | +"@babel/generator@^7.12.1", "@babel/generator@^7.12.5", "@babel/generator@^7.13.0": |
| 74 | + version "7.13.9" |
| 75 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39" |
| 76 | + integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw== |
71 | 77 | dependencies: |
72 | | - "@babel/types" "^7.12.13" |
| 78 | + "@babel/types" "^7.13.0" |
73 | 79 | jsesc "^2.5.1" |
74 | 80 | source-map "^0.5.0" |
75 | 81 |
|
|
88 | 94 | "@babel/helper-explode-assignable-expression" "^7.10.4" |
89 | 95 | "@babel/types" "^7.10.4" |
90 | 96 |
|
91 | | -"@babel/helper-compilation-targets@^7.10.4", "@babel/helper-compilation-targets@^7.12.5": |
92 | | - version "7.12.5" |
93 | | - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.5.tgz#cb470c76198db6a24e9dbc8987275631e5d29831" |
94 | | - integrity sha512-+qH6NrscMolUlzOYngSBMIOQpKUGPPsc61Bu5W10mg84LxZ7cmvnBHzARKbDoFxVvqqAbj6Tg6N7bSrWSPXMyw== |
| 97 | +"@babel/helper-compilation-targets@^7.10.4", "@babel/helper-compilation-targets@^7.12.5", "@babel/helper-compilation-targets@^7.13.8": |
| 98 | + version "7.13.8" |
| 99 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz#02bdb22783439afb11b2f009814bdd88384bd468" |
| 100 | + integrity sha512-pBljUGC1y3xKLn1nrx2eAhurLMA8OqBtBP/JwG4U8skN7kf8/aqwwxpV1N6T0e7r6+7uNitIa/fUxPFagSXp3A== |
95 | 101 | dependencies: |
96 | | - "@babel/compat-data" "^7.12.5" |
97 | | - "@babel/helper-validator-option" "^7.12.1" |
| 102 | + "@babel/compat-data" "^7.13.8" |
| 103 | + "@babel/helper-validator-option" "^7.12.17" |
98 | 104 | browserslist "^4.14.5" |
99 | | - semver "^5.5.0" |
| 105 | + semver "^6.3.0" |
100 | 106 |
|
101 | 107 | "@babel/helper-create-class-features-plugin@^7.12.1": |
102 | 108 | version "7.12.1" |
|
193 | 199 | dependencies: |
194 | 200 | "@babel/types" "^7.12.7" |
195 | 201 |
|
196 | | -"@babel/helper-member-expression-to-functions@^7.12.13": |
197 | | - version "7.12.13" |
198 | | - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.13.tgz#c5715695b4f8bab32660dbdcdc2341dec7e3df40" |
199 | | - integrity sha512-B+7nN0gIL8FZ8SvMcF+EPyB21KnCcZHQZFczCxbiNGV/O0rsrSBlWGLzmtBJ3GMjSVMIm4lpFhR+VdVBuIsUcQ== |
| 202 | +"@babel/helper-member-expression-to-functions@^7.13.0": |
| 203 | + version "7.13.0" |
| 204 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.0.tgz#6aa4bb678e0f8c22f58cdb79451d30494461b091" |
| 205 | + integrity sha512-yvRf8Ivk62JwisqV1rFRMxiSMDGnN6KH1/mDMmIrij4jztpQNRoHqqMG3U6apYbGRPJpgPalhva9Yd06HlUxJQ== |
200 | 206 | dependencies: |
201 | | - "@babel/types" "^7.12.13" |
| 207 | + "@babel/types" "^7.13.0" |
202 | 208 |
|
203 | 209 | "@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": |
204 | 210 | version "7.12.5" |
|
214 | 220 | dependencies: |
215 | 221 | "@babel/types" "^7.12.13" |
216 | 222 |
|
217 | | -"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.12.13": |
218 | | - version "7.12.13" |
219 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.13.tgz#01afb052dcad2044289b7b20beb3fa8bd0265bea" |
220 | | - integrity sha512-acKF7EjqOR67ASIlDTupwkKM1eUisNAjaSduo5Cz+793ikfnpe7p4Q7B7EWU2PCoSTPWsQkR7hRUWEIZPiVLGA== |
| 223 | +"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.13.0": |
| 224 | + version "7.13.0" |
| 225 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.0.tgz#42eb4bd8eea68bab46751212c357bfed8b40f6f1" |
| 226 | + integrity sha512-Ls8/VBwH577+pw7Ku1QkUWIyRRNHpYlts7+qSqBBFCW3I8QteB9DxfcZ5YJpOwH6Ihe/wn8ch7fMGOP1OhEIvw== |
221 | 227 | dependencies: |
222 | 228 | "@babel/helper-module-imports" "^7.12.13" |
223 | | - "@babel/helper-replace-supers" "^7.12.13" |
| 229 | + "@babel/helper-replace-supers" "^7.13.0" |
224 | 230 | "@babel/helper-simple-access" "^7.12.13" |
225 | 231 | "@babel/helper-split-export-declaration" "^7.12.13" |
226 | 232 | "@babel/helper-validator-identifier" "^7.12.11" |
227 | 233 | "@babel/template" "^7.12.13" |
228 | | - "@babel/traverse" "^7.12.13" |
229 | | - "@babel/types" "^7.12.13" |
| 234 | + "@babel/traverse" "^7.13.0" |
| 235 | + "@babel/types" "^7.13.0" |
230 | 236 | lodash "^4.17.19" |
231 | 237 |
|
232 | 238 | "@babel/helper-optimise-call-expression@^7.10.4", "@babel/helper-optimise-call-expression@^7.12.10": |
|
267 | 273 | "@babel/traverse" "^7.12.10" |
268 | 274 | "@babel/types" "^7.12.11" |
269 | 275 |
|
270 | | -"@babel/helper-replace-supers@^7.12.13": |
271 | | - version "7.12.13" |
272 | | - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.13.tgz#00ec4fb6862546bd3d0aff9aac56074277173121" |
273 | | - integrity sha512-pctAOIAMVStI2TMLhozPKbf5yTEXc0OJa0eENheb4w09SrgOWEs+P4nTOZYJQCqs8JlErGLDPDJTiGIp3ygbLg== |
| 276 | +"@babel/helper-replace-supers@^7.13.0": |
| 277 | + version "7.13.0" |
| 278 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.0.tgz#6034b7b51943094cb41627848cb219cb02be1d24" |
| 279 | + integrity sha512-Segd5me1+Pz+rmN/NFBOplMbZG3SqRJOBlY+mA0SxAv6rjj7zJqr1AVr3SfzUVTLCv7ZLU5FycOM/SBGuLPbZw== |
274 | 280 | dependencies: |
275 | | - "@babel/helper-member-expression-to-functions" "^7.12.13" |
| 281 | + "@babel/helper-member-expression-to-functions" "^7.13.0" |
276 | 282 | "@babel/helper-optimise-call-expression" "^7.12.13" |
277 | | - "@babel/traverse" "^7.12.13" |
278 | | - "@babel/types" "^7.12.13" |
| 283 | + "@babel/traverse" "^7.13.0" |
| 284 | + "@babel/types" "^7.13.0" |
279 | 285 |
|
280 | 286 | "@babel/helper-simple-access@^7.12.1": |
281 | 287 | version "7.12.1" |
|
322 | 328 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.11.tgz#d66cb8b7a3e7fe4c6962b32020a131ecf0847f4f" |
323 | 329 | integrity sha512-TBFCyj939mFSdeX7U7DDj32WtzYY7fDcalgq8v3fBZMNOJQNn7nOYzMaUCiPxPYfCup69mtIpqlKgMZLvQ8Xhw== |
324 | 330 |
|
| 331 | +"@babel/helper-validator-option@^7.12.17": |
| 332 | + version "7.12.17" |
| 333 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831" |
| 334 | + integrity sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw== |
| 335 | + |
325 | 336 | "@babel/helper-wrap-function@^7.10.4": |
326 | 337 | version "7.12.3" |
327 | 338 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.12.3.tgz#3332339fc4d1fbbf1c27d7958c27d34708e990d9" |
|
332 | 343 | "@babel/traverse" "^7.10.4" |
333 | 344 | "@babel/types" "^7.10.4" |
334 | 345 |
|
335 | | -"@babel/helpers@^7.12.13", "@babel/helpers@^7.12.5": |
336 | | - version "7.12.13" |
337 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.13.tgz#3c75e993632e4dadc0274eae219c73eb7645ba47" |
338 | | - integrity sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ== |
| 346 | +"@babel/helpers@^7.12.5", "@babel/helpers@^7.13.0": |
| 347 | + version "7.13.0" |
| 348 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.0.tgz#7647ae57377b4f0408bf4f8a7af01c42e41badc0" |
| 349 | + integrity sha512-aan1MeFPxFacZeSz6Ld7YZo5aPuqnKlD7+HZY75xQsueczFccP9A7V05+oe0XpLwHK3oLorPe9eaAUljL7WEaQ== |
339 | 350 | dependencies: |
340 | 351 | "@babel/template" "^7.12.13" |
341 | | - "@babel/traverse" "^7.12.13" |
342 | | - "@babel/types" "^7.12.13" |
| 352 | + "@babel/traverse" "^7.13.0" |
| 353 | + "@babel/types" "^7.13.0" |
343 | 354 |
|
344 | 355 | "@babel/highlight@^7.12.13": |
345 | 356 | version "7.12.13" |
|
359 | 370 | chalk "^2.0.0" |
360 | 371 | js-tokens "^4.0.0" |
361 | 372 |
|
362 | | -"@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": |
363 | | - version "7.12.16" |
364 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.16.tgz#cc31257419d2c3189d394081635703f549fc1ed4" |
365 | | - integrity sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw== |
| 373 | +"@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": |
| 374 | + version "7.13.9" |
| 375 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.9.tgz#ca34cb95e1c2dd126863a84465ae8ef66114be99" |
| 376 | + integrity sha512-nEUfRiARCcaVo3ny3ZQjURjHQZUo/JkEw7rLlSZy/psWGnvwXFtPcr6jb7Yb41DVW5LTe6KRq9LGleRNsg1Frw== |
366 | 377 |
|
367 | 378 | "@babel/plugin-proposal-async-generator-functions@^7.12.1": |
368 | 379 | version "7.12.12" |
|
1071 | 1082 | "@babel/parser" "^7.12.13" |
1072 | 1083 | "@babel/types" "^7.12.13" |
1073 | 1084 |
|
1074 | | -"@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": |
1075 | | - version "7.12.13" |
1076 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.13.tgz#689f0e4b4c08587ad26622832632735fb8c4e0c0" |
1077 | | - integrity sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA== |
| 1085 | +"@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": |
| 1086 | + version "7.13.0" |
| 1087 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.0.tgz#6d95752475f86ee7ded06536de309a65fc8966cc" |
| 1088 | + integrity sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ== |
1078 | 1089 | dependencies: |
1079 | 1090 | "@babel/code-frame" "^7.12.13" |
1080 | | - "@babel/generator" "^7.12.13" |
| 1091 | + "@babel/generator" "^7.13.0" |
1081 | 1092 | "@babel/helper-function-name" "^7.12.13" |
1082 | 1093 | "@babel/helper-split-export-declaration" "^7.12.13" |
1083 | | - "@babel/parser" "^7.12.13" |
1084 | | - "@babel/types" "^7.12.13" |
| 1094 | + "@babel/parser" "^7.13.0" |
| 1095 | + "@babel/types" "^7.13.0" |
1085 | 1096 | debug "^4.1.0" |
1086 | 1097 | globals "^11.1.0" |
1087 | 1098 | lodash "^4.17.19" |
1088 | 1099 |
|
1089 | | -"@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": |
1090 | | - version "7.12.13" |
1091 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.13.tgz#8be1aa8f2c876da11a9cf650c0ecf656913ad611" |
1092 | | - integrity sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ== |
| 1100 | +"@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": |
| 1101 | + version "7.13.0" |
| 1102 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.0.tgz#74424d2816f0171b4100f0ab34e9a374efdf7f80" |
| 1103 | + integrity sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA== |
1093 | 1104 | dependencies: |
1094 | 1105 | "@babel/helper-validator-identifier" "^7.12.11" |
1095 | 1106 | lodash "^4.17.19" |
@@ -6697,7 +6708,7 @@ gauge@~2.7.3: |
6697 | 6708 | strip-ansi "^3.0.1" |
6698 | 6709 | wide-align "^1.1.0" |
6699 | 6710 |
|
6700 | | -gensync@^1.0.0-beta.1: |
| 6711 | +gensync@^1.0.0-beta.1, gensync@^1.0.0-beta.2: |
6701 | 6712 | version "1.0.0-beta.2" |
6702 | 6713 | resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" |
6703 | 6714 | integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== |
|
0 commit comments