|
32 | 32 | invariant "^2.2.4" |
33 | 33 | semver "^5.5.0" |
34 | 34 |
|
35 | | -"@babel/core@7.12.16": |
36 | | - version "7.12.16" |
37 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.16.tgz#8c6ba456b23b680a6493ddcfcd9d3c3ad51cab7c" |
38 | | - integrity sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw== |
| 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== |
39 | 39 | dependencies: |
40 | 40 | "@babel/code-frame" "^7.12.13" |
41 | | - "@babel/generator" "^7.12.15" |
42 | | - "@babel/helper-module-transforms" "^7.12.13" |
43 | | - "@babel/helpers" "^7.12.13" |
44 | | - "@babel/parser" "^7.12.16" |
| 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" |
45 | 45 | "@babel/template" "^7.12.13" |
46 | | - "@babel/traverse" "^7.12.13" |
47 | | - "@babel/types" "^7.12.13" |
| 46 | + "@babel/traverse" "^7.12.17" |
| 47 | + "@babel/types" "^7.12.17" |
48 | 48 | convert-source-map "^1.7.0" |
49 | 49 | debug "^4.1.0" |
50 | 50 | gensync "^1.0.0-beta.1" |
|
104 | 104 | jsesc "^2.5.1" |
105 | 105 | source-map "^0.5.0" |
106 | 106 |
|
107 | | -"@babel/generator@^7.12.13", "@babel/generator@^7.12.15": |
| 107 | +"@babel/generator@^7.12.13": |
108 | 108 | version "7.12.15" |
109 | 109 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.15.tgz#4617b5d0b25cc572474cc1aafee1edeaf9b5368f" |
110 | 110 | integrity sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ== |
|
113 | 113 | jsesc "^2.5.1" |
114 | 114 | source-map "^0.5.0" |
115 | 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== |
| 120 | + dependencies: |
| 121 | + "@babel/types" "^7.12.17" |
| 122 | + jsesc "^2.5.1" |
| 123 | + source-map "^0.5.0" |
| 124 | + |
116 | 125 | "@babel/generator@^7.4.4", "@babel/generator@^7.9.0", "@babel/generator@^7.9.5": |
117 | 126 | version "7.9.5" |
118 | 127 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.5.tgz#27f0917741acc41e6eaaced6d68f96c3fa9afaf9" |
|
330 | 339 | "@babel/types" "^7.12.1" |
331 | 340 | lodash "^4.17.19" |
332 | 341 |
|
333 | | -"@babel/helper-module-transforms@^7.12.13": |
334 | | - version "7.12.13" |
335 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.13.tgz#01afb052dcad2044289b7b20beb3fa8bd0265bea" |
336 | | - integrity sha512-acKF7EjqOR67ASIlDTupwkKM1eUisNAjaSduo5Cz+793ikfnpe7p4Q7B7EWU2PCoSTPWsQkR7hRUWEIZPiVLGA== |
| 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== |
337 | 346 | dependencies: |
338 | 347 | "@babel/helper-module-imports" "^7.12.13" |
339 | 348 | "@babel/helper-replace-supers" "^7.12.13" |
340 | 349 | "@babel/helper-simple-access" "^7.12.13" |
341 | 350 | "@babel/helper-split-export-declaration" "^7.12.13" |
342 | 351 | "@babel/helper-validator-identifier" "^7.12.11" |
343 | 352 | "@babel/template" "^7.12.13" |
344 | | - "@babel/traverse" "^7.12.13" |
345 | | - "@babel/types" "^7.12.13" |
| 353 | + "@babel/traverse" "^7.12.17" |
| 354 | + "@babel/types" "^7.12.17" |
346 | 355 | lodash "^4.17.19" |
347 | 356 |
|
348 | 357 | "@babel/helper-module-transforms@^7.9.0": |
|
510 | 519 | "@babel/traverse" "^7.8.3" |
511 | 520 | "@babel/types" "^7.8.3" |
512 | 521 |
|
513 | | -"@babel/helpers@^7.12.13": |
514 | | - version "7.12.13" |
515 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.13.tgz#3c75e993632e4dadc0274eae219c73eb7645ba47" |
516 | | - integrity sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ== |
| 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== |
517 | 526 | dependencies: |
518 | 527 | "@babel/template" "^7.12.13" |
519 | | - "@babel/traverse" "^7.12.13" |
520 | | - "@babel/types" "^7.12.13" |
| 528 | + "@babel/traverse" "^7.12.17" |
| 529 | + "@babel/types" "^7.12.17" |
521 | 530 |
|
522 | 531 | "@babel/helpers@^7.4.4", "@babel/helpers@^7.9.0": |
523 | 532 | version "7.9.2" |
|
570 | 579 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.15.tgz#2b20de7f0b4b332d9b119dd9c33409c538b8aacf" |
571 | 580 | integrity sha512-AQBOU2Z9kWwSZMd6lNjCX0GUgFonL1wAM1db8L8PMk9UDaGsRCArBkU4Sc+UCM3AE4hjbXx+h58Lb3QT4oRmrA== |
572 | 581 |
|
573 | | -"@babel/parser@^7.12.16": |
574 | | - version "7.12.16" |
575 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.16.tgz#cc31257419d2c3189d394081635703f549fc1ed4" |
576 | | - integrity sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw== |
| 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== |
577 | 586 |
|
578 | 587 | "@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": |
579 | 588 | version "7.9.4" |
|
1316 | 1325 | globals "^11.1.0" |
1317 | 1326 | lodash "^4.17.19" |
1318 | 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== |
| 1332 | + dependencies: |
| 1333 | + "@babel/code-frame" "^7.12.13" |
| 1334 | + "@babel/generator" "^7.12.17" |
| 1335 | + "@babel/helper-function-name" "^7.12.13" |
| 1336 | + "@babel/helper-split-export-declaration" "^7.12.13" |
| 1337 | + "@babel/parser" "^7.12.17" |
| 1338 | + "@babel/types" "^7.12.17" |
| 1339 | + debug "^4.1.0" |
| 1340 | + globals "^11.1.0" |
| 1341 | + lodash "^4.17.19" |
| 1342 | + |
1319 | 1343 | "@babel/traverse@^7.4.4", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0": |
1320 | 1344 | version "7.9.5" |
1321 | 1345 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.5.tgz#6e7c56b44e2ac7011a948c21e283ddd9d9db97a2" |
|
1367 | 1391 | lodash "^4.17.19" |
1368 | 1392 | to-fast-properties "^2.0.0" |
1369 | 1393 |
|
| 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== |
| 1398 | + dependencies: |
| 1399 | + "@babel/helper-validator-identifier" "^7.12.11" |
| 1400 | + lodash "^4.17.19" |
| 1401 | + to-fast-properties "^2.0.0" |
| 1402 | + |
1370 | 1403 | "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5": |
1371 | 1404 | version "7.9.5" |
1372 | 1405 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444" |
|
0 commit comments