|
23 | 23 | dependencies: |
24 | 24 | "@babel/highlight" "^7.12.13" |
25 | 25 |
|
| 26 | +"@babel/compat-data@^7.13.8": |
| 27 | + version "7.13.8" |
| 28 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6" |
| 29 | + integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog== |
| 30 | + |
26 | 31 | "@babel/compat-data@^7.8.6", "@babel/compat-data@^7.9.0": |
27 | 32 | version "7.9.0" |
28 | 33 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.9.0.tgz#04815556fc90b0c174abd2c0c1bb966faa036a6c" |
|
32 | 37 | invariant "^2.2.4" |
33 | 38 | semver "^5.5.0" |
34 | 39 |
|
35 | | -"@babel/core@7.12.17": |
36 | | - version "7.12.17" |
37 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.17.tgz#993c5e893333107a2815d8e0d73a2c3755e280b2" |
38 | | - integrity sha512-V3CuX1aBywbJvV2yzJScRxeiiw0v2KZZYYE3giywxzFJL13RiyPjaaDwhDnxmgFTTS7FgvM2ijr4QmKNIu0AtQ== |
| 40 | +"@babel/core@7.13.8": |
| 41 | + version "7.13.8" |
| 42 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.8.tgz#c191d9c5871788a591d69ea1dc03e5843a3680fb" |
| 43 | + integrity sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg== |
39 | 44 | dependencies: |
40 | 45 | "@babel/code-frame" "^7.12.13" |
41 | | - "@babel/generator" "^7.12.17" |
42 | | - "@babel/helper-module-transforms" "^7.12.17" |
43 | | - "@babel/helpers" "^7.12.17" |
44 | | - "@babel/parser" "^7.12.17" |
| 46 | + "@babel/generator" "^7.13.0" |
| 47 | + "@babel/helper-compilation-targets" "^7.13.8" |
| 48 | + "@babel/helper-module-transforms" "^7.13.0" |
| 49 | + "@babel/helpers" "^7.13.0" |
| 50 | + "@babel/parser" "^7.13.4" |
45 | 51 | "@babel/template" "^7.12.13" |
46 | | - "@babel/traverse" "^7.12.17" |
47 | | - "@babel/types" "^7.12.17" |
| 52 | + "@babel/traverse" "^7.13.0" |
| 53 | + "@babel/types" "^7.13.0" |
48 | 54 | convert-source-map "^1.7.0" |
49 | 55 | debug "^4.1.0" |
50 | | - gensync "^1.0.0-beta.1" |
| 56 | + gensync "^1.0.0-beta.2" |
51 | 57 | json5 "^2.1.2" |
52 | 58 | lodash "^4.17.19" |
53 | | - semver "^5.4.1" |
| 59 | + semver "^6.3.0" |
54 | 60 | source-map "^0.5.0" |
55 | 61 |
|
56 | 62 | "@babel/core@7.4.5": |
|
104 | 110 | jsesc "^2.5.1" |
105 | 111 | source-map "^0.5.0" |
106 | 112 |
|
107 | | -"@babel/generator@^7.12.13": |
108 | | - version "7.12.15" |
109 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.15.tgz#4617b5d0b25cc572474cc1aafee1edeaf9b5368f" |
110 | | - integrity sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ== |
111 | | - dependencies: |
112 | | - "@babel/types" "^7.12.13" |
113 | | - jsesc "^2.5.1" |
114 | | - source-map "^0.5.0" |
115 | | - |
116 | | -"@babel/generator@^7.12.17": |
117 | | - version "7.12.17" |
118 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.17.tgz#9ef1dd792d778b32284411df63f4f668a9957287" |
119 | | - integrity sha512-DSA7ruZrY4WI8VxuS1jWSRezFnghEoYEFrZcw9BizQRmOZiUsiHl59+qEARGPqPikwA/GPTyRCi7isuCK/oyqg== |
| 113 | +"@babel/generator@^7.13.0": |
| 114 | + version "7.13.0" |
| 115 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.0.tgz#bd00d4394ca22f220390c56a0b5b85568ec1ec0c" |
| 116 | + integrity sha512-zBZfgvBB/ywjx0Rgc2+BwoH/3H+lDtlgD4hBOpEv5LxRnYsm/753iRuLepqnYlynpjC3AdQxtxsoeHJoEEwOAw== |
120 | 117 | dependencies: |
121 | | - "@babel/types" "^7.12.17" |
| 118 | + "@babel/types" "^7.13.0" |
122 | 119 | jsesc "^2.5.1" |
123 | 120 | source-map "^0.5.0" |
124 | 121 |
|
|
178 | 175 | "@babel/helper-annotate-as-pure" "^7.8.3" |
179 | 176 | "@babel/types" "^7.9.0" |
180 | 177 |
|
| 178 | +"@babel/helper-compilation-targets@^7.13.8": |
| 179 | + version "7.13.8" |
| 180 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz#02bdb22783439afb11b2f009814bdd88384bd468" |
| 181 | + integrity sha512-pBljUGC1y3xKLn1nrx2eAhurLMA8OqBtBP/JwG4U8skN7kf8/aqwwxpV1N6T0e7r6+7uNitIa/fUxPFagSXp3A== |
| 182 | + dependencies: |
| 183 | + "@babel/compat-data" "^7.13.8" |
| 184 | + "@babel/helper-validator-option" "^7.12.17" |
| 185 | + browserslist "^4.14.5" |
| 186 | + semver "^6.3.0" |
| 187 | + |
181 | 188 | "@babel/helper-compilation-targets@^7.8.7": |
182 | 189 | version "7.8.7" |
183 | 190 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.7.tgz#dac1eea159c0e4bd46e309b5a1b04a66b53c1dde" |
|
289 | 296 | dependencies: |
290 | 297 | "@babel/types" "^7.12.1" |
291 | 298 |
|
292 | | -"@babel/helper-member-expression-to-functions@^7.12.13": |
293 | | - version "7.12.13" |
294 | | - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.13.tgz#c5715695b4f8bab32660dbdcdc2341dec7e3df40" |
295 | | - integrity sha512-B+7nN0gIL8FZ8SvMcF+EPyB21KnCcZHQZFczCxbiNGV/O0rsrSBlWGLzmtBJ3GMjSVMIm4lpFhR+VdVBuIsUcQ== |
| 299 | +"@babel/helper-member-expression-to-functions@^7.13.0": |
| 300 | + version "7.13.0" |
| 301 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.0.tgz#6aa4bb678e0f8c22f58cdb79451d30494461b091" |
| 302 | + integrity sha512-yvRf8Ivk62JwisqV1rFRMxiSMDGnN6KH1/mDMmIrij4jztpQNRoHqqMG3U6apYbGRPJpgPalhva9Yd06HlUxJQ== |
296 | 303 | dependencies: |
297 | | - "@babel/types" "^7.12.13" |
| 304 | + "@babel/types" "^7.13.0" |
298 | 305 |
|
299 | 306 | "@babel/helper-member-expression-to-functions@^7.8.3": |
300 | 307 | version "7.8.3" |
|
339 | 346 | "@babel/types" "^7.12.1" |
340 | 347 | lodash "^4.17.19" |
341 | 348 |
|
342 | | -"@babel/helper-module-transforms@^7.12.17": |
343 | | - version "7.12.17" |
344 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.17.tgz#7c75b987d6dfd5b48e575648f81eaac891539509" |
345 | | - integrity sha512-sFL+p6zOCQMm9vilo06M4VHuTxUAwa6IxgL56Tq1DVtA0ziAGTH1ThmJq7xwPqdQlgAbKX3fb0oZNbtRIyA5KQ== |
| 349 | +"@babel/helper-module-transforms@^7.13.0": |
| 350 | + version "7.13.0" |
| 351 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.0.tgz#42eb4bd8eea68bab46751212c357bfed8b40f6f1" |
| 352 | + integrity sha512-Ls8/VBwH577+pw7Ku1QkUWIyRRNHpYlts7+qSqBBFCW3I8QteB9DxfcZ5YJpOwH6Ihe/wn8ch7fMGOP1OhEIvw== |
346 | 353 | dependencies: |
347 | 354 | "@babel/helper-module-imports" "^7.12.13" |
348 | | - "@babel/helper-replace-supers" "^7.12.13" |
| 355 | + "@babel/helper-replace-supers" "^7.13.0" |
349 | 356 | "@babel/helper-simple-access" "^7.12.13" |
350 | 357 | "@babel/helper-split-export-declaration" "^7.12.13" |
351 | 358 | "@babel/helper-validator-identifier" "^7.12.11" |
352 | 359 | "@babel/template" "^7.12.13" |
353 | | - "@babel/traverse" "^7.12.17" |
354 | | - "@babel/types" "^7.12.17" |
| 360 | + "@babel/traverse" "^7.13.0" |
| 361 | + "@babel/types" "^7.13.0" |
355 | 362 | lodash "^4.17.19" |
356 | 363 |
|
357 | 364 | "@babel/helper-module-transforms@^7.9.0": |
|
431 | 438 | "@babel/traverse" "^7.12.1" |
432 | 439 | "@babel/types" "^7.12.1" |
433 | 440 |
|
434 | | -"@babel/helper-replace-supers@^7.12.13": |
435 | | - version "7.12.13" |
436 | | - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.13.tgz#00ec4fb6862546bd3d0aff9aac56074277173121" |
437 | | - integrity sha512-pctAOIAMVStI2TMLhozPKbf5yTEXc0OJa0eENheb4w09SrgOWEs+P4nTOZYJQCqs8JlErGLDPDJTiGIp3ygbLg== |
| 441 | +"@babel/helper-replace-supers@^7.13.0": |
| 442 | + version "7.13.0" |
| 443 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.0.tgz#6034b7b51943094cb41627848cb219cb02be1d24" |
| 444 | + integrity sha512-Segd5me1+Pz+rmN/NFBOplMbZG3SqRJOBlY+mA0SxAv6rjj7zJqr1AVr3SfzUVTLCv7ZLU5FycOM/SBGuLPbZw== |
438 | 445 | dependencies: |
439 | | - "@babel/helper-member-expression-to-functions" "^7.12.13" |
| 446 | + "@babel/helper-member-expression-to-functions" "^7.13.0" |
440 | 447 | "@babel/helper-optimise-call-expression" "^7.12.13" |
441 | | - "@babel/traverse" "^7.12.13" |
442 | | - "@babel/types" "^7.12.13" |
| 448 | + "@babel/traverse" "^7.13.0" |
| 449 | + "@babel/types" "^7.13.0" |
443 | 450 |
|
444 | 451 | "@babel/helper-replace-supers@^7.8.3", "@babel/helper-replace-supers@^7.8.6": |
445 | 452 | version "7.8.6" |
|
509 | 516 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80" |
510 | 517 | integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g== |
511 | 518 |
|
| 519 | +"@babel/helper-validator-option@^7.12.17": |
| 520 | + version "7.12.17" |
| 521 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831" |
| 522 | + integrity sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw== |
| 523 | + |
512 | 524 | "@babel/helper-wrap-function@^7.8.3": |
513 | 525 | version "7.8.3" |
514 | 526 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz#9dbdb2bb55ef14aaa01fe8c99b629bd5352d8610" |
|
519 | 531 | "@babel/traverse" "^7.8.3" |
520 | 532 | "@babel/types" "^7.8.3" |
521 | 533 |
|
522 | | -"@babel/helpers@^7.12.17": |
523 | | - version "7.12.17" |
524 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.17.tgz#71e03d2981a6b5ee16899964f4101dc8471d60bc" |
525 | | - integrity sha512-tEpjqSBGt/SFEsFikKds1sLNChKKGGR17flIgQKXH4fG6m9gTgl3gnOC1giHNyaBCSKuTfxaSzHi7UnvqiVKxg== |
| 534 | +"@babel/helpers@^7.13.0": |
| 535 | + version "7.13.0" |
| 536 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.0.tgz#7647ae57377b4f0408bf4f8a7af01c42e41badc0" |
| 537 | + integrity sha512-aan1MeFPxFacZeSz6Ld7YZo5aPuqnKlD7+HZY75xQsueczFccP9A7V05+oe0XpLwHK3oLorPe9eaAUljL7WEaQ== |
526 | 538 | dependencies: |
527 | 539 | "@babel/template" "^7.12.13" |
528 | | - "@babel/traverse" "^7.12.17" |
529 | | - "@babel/types" "^7.12.17" |
| 540 | + "@babel/traverse" "^7.13.0" |
| 541 | + "@babel/types" "^7.13.0" |
530 | 542 |
|
531 | 543 | "@babel/helpers@^7.4.4", "@babel/helpers@^7.9.0": |
532 | 544 | version "7.9.2" |
|
579 | 591 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.15.tgz#2b20de7f0b4b332d9b119dd9c33409c538b8aacf" |
580 | 592 | integrity sha512-AQBOU2Z9kWwSZMd6lNjCX0GUgFonL1wAM1db8L8PMk9UDaGsRCArBkU4Sc+UCM3AE4hjbXx+h58Lb3QT4oRmrA== |
581 | 593 |
|
582 | | -"@babel/parser@^7.12.17": |
583 | | - version "7.12.17" |
584 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.17.tgz#bc85d2d47db38094e5bb268fc761716e7d693848" |
585 | | - integrity sha512-r1yKkiUTYMQ8LiEI0UcQx5ETw5dpTLn9wijn9hk6KkTtOK95FndDN10M+8/s6k/Ymlbivw0Av9q4SlgF80PtHg== |
| 594 | +"@babel/parser@^7.13.0", "@babel/parser@^7.13.4": |
| 595 | + version "7.13.4" |
| 596 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.4.tgz#340211b0da94a351a6f10e63671fa727333d13ab" |
| 597 | + integrity sha512-uvoOulWHhI+0+1f9L4BoozY7U5cIkZ9PgJqvb041d6vypgUmtVPG4vmGm4pSggjl8BELzvHyUeJSUyEMY6b+qA== |
586 | 598 |
|
587 | 599 | "@babel/parser@^7.4.4", "@babel/parser@^7.4.5", "@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0": |
588 | 600 | version "7.9.4" |
|
1310 | 1322 | globals "^11.1.0" |
1311 | 1323 | lodash "^4.17.19" |
1312 | 1324 |
|
1313 | | -"@babel/traverse@^7.12.13": |
1314 | | - version "7.12.13" |
1315 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.13.tgz#689f0e4b4c08587ad26622832632735fb8c4e0c0" |
1316 | | - integrity sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA== |
1317 | | - dependencies: |
1318 | | - "@babel/code-frame" "^7.12.13" |
1319 | | - "@babel/generator" "^7.12.13" |
1320 | | - "@babel/helper-function-name" "^7.12.13" |
1321 | | - "@babel/helper-split-export-declaration" "^7.12.13" |
1322 | | - "@babel/parser" "^7.12.13" |
1323 | | - "@babel/types" "^7.12.13" |
1324 | | - debug "^4.1.0" |
1325 | | - globals "^11.1.0" |
1326 | | - lodash "^4.17.19" |
1327 | | - |
1328 | | -"@babel/traverse@^7.12.17": |
1329 | | - version "7.12.17" |
1330 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.17.tgz#40ec8c7ffb502c4e54c7f95492dc11b88d718619" |
1331 | | - integrity sha512-LGkTqDqdiwC6Q7fWSwQoas/oyiEYw6Hqjve5KOSykXkmFJFqzvGMb9niaUEag3Rlve492Mkye3gLw9FTv94fdQ== |
| 1325 | +"@babel/traverse@^7.13.0": |
| 1326 | + version "7.13.0" |
| 1327 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.0.tgz#6d95752475f86ee7ded06536de309a65fc8966cc" |
| 1328 | + integrity sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ== |
1332 | 1329 | dependencies: |
1333 | 1330 | "@babel/code-frame" "^7.12.13" |
1334 | | - "@babel/generator" "^7.12.17" |
| 1331 | + "@babel/generator" "^7.13.0" |
1335 | 1332 | "@babel/helper-function-name" "^7.12.13" |
1336 | 1333 | "@babel/helper-split-export-declaration" "^7.12.13" |
1337 | | - "@babel/parser" "^7.12.17" |
1338 | | - "@babel/types" "^7.12.17" |
| 1334 | + "@babel/parser" "^7.13.0" |
| 1335 | + "@babel/types" "^7.13.0" |
1339 | 1336 | debug "^4.1.0" |
1340 | 1337 | globals "^11.1.0" |
1341 | 1338 | lodash "^4.17.19" |
|
1391 | 1388 | lodash "^4.17.19" |
1392 | 1389 | to-fast-properties "^2.0.0" |
1393 | 1390 |
|
1394 | | -"@babel/types@^7.12.17": |
1395 | | - version "7.12.17" |
1396 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.17.tgz#9d711eb807e0934c90b8b1ca0eb1f7230d150963" |
1397 | | - integrity sha512-tNMDjcv/4DIcHxErTgwB9q2ZcYyN0sUfgGKUK/mm1FJK7Wz+KstoEekxrl/tBiNDgLK1HGi+sppj1An/1DR4fQ== |
| 1391 | +"@babel/types@^7.13.0": |
| 1392 | + version "7.13.0" |
| 1393 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.0.tgz#74424d2816f0171b4100f0ab34e9a374efdf7f80" |
| 1394 | + integrity sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA== |
1398 | 1395 | dependencies: |
1399 | 1396 | "@babel/helper-validator-identifier" "^7.12.11" |
1400 | 1397 | lodash "^4.17.19" |
@@ -2412,6 +2409,17 @@ browserslist@^4.0.0, browserslist@^4.1.0, browserslist@^4.6.0, browserslist@^4.8 |
2412 | 2409 | node-releases "^1.1.53" |
2413 | 2410 | pkg-up "^2.0.0" |
2414 | 2411 |
|
| 2412 | +browserslist@^4.14.5: |
| 2413 | + version "4.16.3" |
| 2414 | + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.3.tgz#340aa46940d7db878748567c5dea24a48ddf3717" |
| 2415 | + integrity sha512-vIyhWmIkULaq04Gt93txdh+j02yX/JzlyhLYbV3YQCn/zvES3JnY7TifHHvvr1w5hTDluNKMkV05cs4vy8Q7sw== |
| 2416 | + dependencies: |
| 2417 | + caniuse-lite "^1.0.30001181" |
| 2418 | + colorette "^1.2.1" |
| 2419 | + electron-to-chromium "^1.3.649" |
| 2420 | + escalade "^3.1.1" |
| 2421 | + node-releases "^1.1.70" |
| 2422 | + |
2415 | 2423 | buffer-crc32@~0.2.3: |
2416 | 2424 | version "0.2.13" |
2417 | 2425 | resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242" |
@@ -2541,6 +2549,11 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001043: |
2541 | 2549 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001045.tgz#a770df9de36ad6ca0c34f90eaa797a2dbbb1b619" |
2542 | 2550 | integrity sha512-Y8o2Iz1KPcD6FjySbk1sPpvJqchgxk/iow0DABpGyzA1UeQAuxh63Xh0Enj5/BrsYbXtCN32JmR4ZxQTCQ6E6A== |
2543 | 2551 |
|
| 2552 | +caniuse-lite@^1.0.30001181: |
| 2553 | + version "1.0.30001192" |
| 2554 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001192.tgz#b848ebc0ab230cf313d194a4775a30155d50ae40" |
| 2555 | + integrity sha512-63OrUnwJj5T1rUmoyqYTdRWBqFFxZFlyZnRRjDR8NSUQFB6A+j/uBORU/SyJ5WzDLg4SPiZH40hQCBNdZ/jmAw== |
| 2556 | + |
2544 | 2557 | caseless@~0.12.0: |
2545 | 2558 | version "0.12.0" |
2546 | 2559 | resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" |
@@ -2808,6 +2821,11 @@ color@^3.0.0: |
2808 | 2821 | color-convert "^1.9.1" |
2809 | 2822 | color-string "^1.5.2" |
2810 | 2823 |
|
| 2824 | +colorette@^1.2.1: |
| 2825 | + version "1.2.2" |
| 2826 | + resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94" |
| 2827 | + integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w== |
| 2828 | + |
2811 | 2829 | colors@^1.1.2: |
2812 | 2830 | version "1.4.0" |
2813 | 2831 | resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78" |
@@ -3530,6 +3548,11 @@ electron-to-chromium@^1.3.413: |
3530 | 3548 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.414.tgz#9d0a92defefda7cc1cf8895058b892795ddd6b41" |
3531 | 3549 | integrity sha512-UfxhIvED++qLwWrAq9uYVcqF8FdeV9sU2S7qhiHYFODxzXRrd1GZRl/PjITHsTEejgibcWDraD8TQqoHb1aCBQ== |
3532 | 3550 |
|
| 3551 | +electron-to-chromium@^1.3.649: |
| 3552 | + version "1.3.675" |
| 3553 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.675.tgz#7ad29f98d7b48da581554eb28bb9a71fd5fd4956" |
| 3554 | + integrity sha512-GEQw+6dNWjueXGkGfjgm7dAMtXfEqrfDG3uWcZdeaD4cZ3dKYdPRQVruVXQRXtPLtOr5GNVVlNLRMChOZ611pQ== |
| 3555 | + |
3533 | 3556 | elegant-spinner@^1.0.1: |
3534 | 3557 | version "1.0.1" |
3535 | 3558 | resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e" |
@@ -3623,6 +3646,11 @@ es6-error@^4.0.1: |
3623 | 3646 | resolved "https://registry.yarnpkg.com/es6-error/-/es6-error-4.1.1.tgz#9e3af407459deed47e9a91f9b885a84eb05c561d" |
3624 | 3647 | integrity sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg== |
3625 | 3648 |
|
| 3649 | +escalade@^3.1.1: |
| 3650 | + version "3.1.1" |
| 3651 | + resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" |
| 3652 | + integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== |
| 3653 | + |
3626 | 3654 | escape-html@~1.0.3: |
3627 | 3655 | version "1.0.3" |
3628 | 3656 | resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" |
@@ -4141,6 +4169,11 @@ gensync@^1.0.0-beta.1: |
4141 | 4169 | resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.1.tgz#58f4361ff987e5ff6e1e7a210827aa371eaac269" |
4142 | 4170 | integrity sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg== |
4143 | 4171 |
|
| 4172 | +gensync@^1.0.0-beta.2: |
| 4173 | + version "1.0.0-beta.2" |
| 4174 | + resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" |
| 4175 | + integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== |
| 4176 | + |
4144 | 4177 | get-assigned-identifiers@^1.2.0: |
4145 | 4178 | version "1.2.0" |
4146 | 4179 | resolved "https://registry.yarnpkg.com/get-assigned-identifiers/-/get-assigned-identifiers-1.2.0.tgz#6dbf411de648cbaf8d9169ebb0d2d576191e2ff1" |
@@ -5710,6 +5743,11 @@ node-releases@^1.1.53: |
5710 | 5743 | resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.53.tgz#2d821bfa499ed7c5dffc5e2f28c88e78a08ee3f4" |
5711 | 5744 | integrity sha512-wp8zyQVwef2hpZ/dJH7SfSrIPD6YoJz6BDQDpGEkcA0s3LpAQoxBIYmfIq6QAhC1DhwsyCgTaTTcONwX8qzCuQ== |
5712 | 5745 |
|
| 5746 | +node-releases@^1.1.70: |
| 5747 | + version "1.1.71" |
| 5748 | + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.71.tgz#cb1334b179896b1c89ecfdd4b725fb7bbdfc7dbb" |
| 5749 | + integrity sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg== |
| 5750 | + |
5713 | 5751 | normalize-html-whitespace@^1.0.0: |
5714 | 5752 | version "1.0.0" |
5715 | 5753 | resolved "https://registry.yarnpkg.com/normalize-html-whitespace/-/normalize-html-whitespace-1.0.0.tgz#5e3c8e192f1b06c3b9eee4b7e7f28854c7601e34" |
|
0 commit comments