|
45 | 45 | jsesc "^2.5.1"
|
46 | 46 | source-map "^0.5.0"
|
47 | 47 |
|
| 48 | +"@babel/generator@^7.12.5": |
| 49 | + version "7.12.5" |
| 50 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.5.tgz#a2c50de5c8b6d708ab95be5e6053936c1884a4de" |
| 51 | + integrity sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A== |
| 52 | + dependencies: |
| 53 | + "@babel/types" "^7.12.5" |
| 54 | + jsesc "^2.5.1" |
| 55 | + source-map "^0.5.0" |
| 56 | + |
48 | 57 | "@babel/helper-annotate-as-pure@^7.10.4":
|
49 | 58 | version "7.10.4"
|
50 | 59 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
|
|
277 | 286 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.3.tgz#a305415ebe7a6c7023b40b5122a0662d928334cd"
|
278 | 287 | integrity sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw==
|
279 | 288 |
|
| 289 | +"@babel/parser@^7.10.5", "@babel/parser@^7.12.5": |
| 290 | + version "7.12.5" |
| 291 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.5.tgz#b4af32ddd473c0bfa643bd7ff0728b8e71b81ea0" |
| 292 | + integrity sha512-FVM6RZQ0mn2KCf1VUED7KepYeUWoVShczewOCfm3nzoBybaih51h+sYVVGthW9M6lPByEPTQf+xm27PBdlpwmQ== |
| 293 | + |
280 | 294 | "@babel/plugin-proposal-async-generator-functions@^7.12.1":
|
281 | 295 | version "7.12.1"
|
282 | 296 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.1.tgz#dc6c1170e27d8aca99ff65f4925bd06b1c90550e"
|
|
1049 | 1063 | globals "^11.1.0"
|
1050 | 1064 | lodash "^4.17.19"
|
1051 | 1065 |
|
| 1066 | +"@babel/traverse@^7.10.5": |
| 1067 | + version "7.12.5" |
| 1068 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.5.tgz#78a0c68c8e8a35e4cacfd31db8bb303d5606f095" |
| 1069 | + integrity sha512-xa15FbQnias7z9a62LwYAA5SZZPkHIXpd42C6uW68o8uTuua96FHZy1y61Va5P/i83FAAcMpW8+A/QayntzuqA== |
| 1070 | + dependencies: |
| 1071 | + "@babel/code-frame" "^7.10.4" |
| 1072 | + "@babel/generator" "^7.12.5" |
| 1073 | + "@babel/helper-function-name" "^7.10.4" |
| 1074 | + "@babel/helper-split-export-declaration" "^7.11.0" |
| 1075 | + "@babel/parser" "^7.12.5" |
| 1076 | + "@babel/types" "^7.12.5" |
| 1077 | + debug "^4.1.0" |
| 1078 | + globals "^11.1.0" |
| 1079 | + lodash "^4.17.19" |
| 1080 | + |
1052 | 1081 | "@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
|
1053 | 1082 | version "7.12.1"
|
1054 | 1083 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.1.tgz#e109d9ab99a8de735be287ee3d6a9947a190c4ae"
|
|
1058 | 1087 | lodash "^4.17.19"
|
1059 | 1088 | to-fast-properties "^2.0.0"
|
1060 | 1089 |
|
| 1090 | +"@babel/types@^7.12.5": |
| 1091 | + version "7.12.6" |
| 1092 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.6.tgz#ae0e55ef1cce1fbc881cd26f8234eb3e657edc96" |
| 1093 | + integrity sha512-hwyjw6GvjBLiyy3W0YQf0Z5Zf4NpYejUnKFcfcUhZCSffoBBp30w6wP2Wn6pk31jMYZvcOrB/1b7cGXvEoKogA== |
| 1094 | + dependencies: |
| 1095 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 1096 | + lodash "^4.17.19" |
| 1097 | + to-fast-properties "^2.0.0" |
| 1098 | + |
1061 | 1099 | "@bcoe/v8-coverage@^0.2.3":
|
1062 | 1100 | version "0.2.3"
|
1063 | 1101 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
@@ -1422,21 +1460,12 @@ acorn-jsx@^5.2.0:
|
1422 | 1460 | resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"
|
1423 | 1461 | integrity sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==
|
1424 | 1462 |
|
1425 |
| -acorn-node@^1.6.1: |
1426 |
| - version "1.8.2" |
1427 |
| - resolved "https://registry.yarnpkg.com/acorn-node/-/acorn-node-1.8.2.tgz#114c95d64539e53dede23de8b9d96df7c7ae2af8" |
1428 |
| - integrity sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A== |
1429 |
| - dependencies: |
1430 |
| - acorn "^7.0.0" |
1431 |
| - acorn-walk "^7.0.0" |
1432 |
| - xtend "^4.0.2" |
1433 |
| - |
1434 |
| -acorn-walk@^7.0.0, acorn-walk@^7.1.1: |
| 1463 | +acorn-walk@^7.1.1: |
1435 | 1464 | version "7.2.0"
|
1436 | 1465 | resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc"
|
1437 | 1466 | integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==
|
1438 | 1467 |
|
1439 |
| -acorn@^7.0.0, acorn@^7.1.1, acorn@^7.4.0: |
| 1468 | +acorn@^7.1.1, acorn@^7.4.0: |
1440 | 1469 | version "7.4.1"
|
1441 | 1470 | resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
|
1442 | 1471 | integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
|
@@ -2693,15 +2722,6 @@ detect-newline@^3.0.0, detect-newline@^3.1.0:
|
2693 | 2722 | resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
|
2694 | 2723 | integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
|
2695 | 2724 |
|
2696 |
| -detective@^5.2.0: |
2697 |
| - version "5.2.0" |
2698 |
| - resolved "https://registry.yarnpkg.com/detective/-/detective-5.2.0.tgz#feb2a77e85b904ecdea459ad897cc90a99bd2a7b" |
2699 |
| - integrity sha512-6SsIx+nUUbuK0EthKjv0zrdnajCCXVYGmbYYiYjFVpzcjwEs/JMDZ8tPRG29J/HhN56t3GJp2cGSWDRjjot8Pg== |
2700 |
| - dependencies: |
2701 |
| - acorn-node "^1.6.1" |
2702 |
| - defined "^1.0.0" |
2703 |
| - minimist "^1.1.1" |
2704 |
| - |
2705 | 2725 | diff-sequences@^26.5.0:
|
2706 | 2726 | version "26.5.0"
|
2707 | 2727 | resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-26.5.0.tgz#ef766cf09d43ed40406611f11c6d8d9dd8b2fefd"
|
@@ -4785,6 +4805,14 @@ kleur@^3.0.3:
|
4785 | 4805 | resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
|
4786 | 4806 | integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
|
4787 | 4807 |
|
| 4808 | +konan@^2.1.1: |
| 4809 | + version "2.1.1" |
| 4810 | + resolved "https://registry.yarnpkg.com/konan/-/konan-2.1.1.tgz#eea88f05c56249b78903b952b953393900346dd1" |
| 4811 | + integrity sha512-7ZhYV84UzJ0PR/RJnnsMZcAbn+kLasJhVNWsu8ZyVEJYRpGA5XESQ9d/7zOa08U0Ou4cmB++hMNY/3OSV9KIbg== |
| 4812 | + dependencies: |
| 4813 | + "@babel/parser" "^7.10.5" |
| 4814 | + "@babel/traverse" "^7.10.5" |
| 4815 | + |
4788 | 4816 | lazystream@^1.0.0:
|
4789 | 4817 | version "1.0.0"
|
4790 | 4818 | resolved "https://registry.yarnpkg.com/lazystream/-/lazystream-1.0.0.tgz#f6995fe0f820392f61396be89462407bb77168e4"
|
@@ -5315,19 +5343,18 @@ modify-values@^1.0.0:
|
5315 | 5343 | resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022"
|
5316 | 5344 | integrity sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==
|
5317 | 5345 |
|
5318 |
| -module-deps-sortable@^5.0.1: |
| 5346 | +"module-deps-sortable@github:arlac77/module-deps": |
5319 | 5347 | version "5.0.1"
|
5320 |
| - resolved "https://registry.yarnpkg.com/module-deps-sortable/-/module-deps-sortable-5.0.1.tgz#b7eec1cb1e556e97db152a78292f768752797615" |
5321 |
| - integrity sha512-QCQPk/u41XIBX5Hy2PCDyXS5kg2tZZSQGedEhfvZa2bO4FhxUov+4/2WSXZ5dNtvuyMnqBcfCau6XJZp9DqJoA== |
| 5348 | + resolved "https://codeload.github.com/arlac77/module-deps/tar.gz/a71eb31d6a3b4319114b09624e94d36ab1f65af0" |
5322 | 5349 | dependencies:
|
5323 | 5350 | JSONStream "^1.0.3"
|
5324 | 5351 | browser-resolve "^1.7.0"
|
5325 | 5352 | cached-path-relative "^1.0.0"
|
5326 | 5353 | concat-stream "~1.5.0"
|
5327 | 5354 | defined "^1.0.0"
|
5328 |
| - detective "^5.2.0" |
5329 | 5355 | duplexer2 "^0.1.2"
|
5330 | 5356 | inherits "^2.0.1"
|
| 5357 | + konan "^2.1.1" |
5331 | 5358 | readable-stream "^2.0.2"
|
5332 | 5359 | resolve "^1.1.3"
|
5333 | 5360 | standard-version "^9.0.0"
|
@@ -7947,7 +7974,7 @@ xmlchars@^2.2.0:
|
7947 | 7974 | resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb"
|
7948 | 7975 | integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==
|
7949 | 7976 |
|
7950 |
| -xtend@^4.0.0, xtend@^4.0.1, xtend@^4.0.2, xtend@~4.0.0, xtend@~4.0.1: |
| 7977 | +xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.0, xtend@~4.0.1: |
7951 | 7978 | version "4.0.2"
|
7952 | 7979 | resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"
|
7953 | 7980 | integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==
|
|
0 commit comments