|
59 | 59 | invariant "^2.2.4" |
60 | 60 | semver "^5.5.0" |
61 | 61 |
|
62 | | -"@babel/core@7.11.6": |
63 | | - version "7.11.6" |
64 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.6.tgz#3a9455dc7387ff1bac45770650bc13ba04a15651" |
65 | | - integrity sha512-Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg== |
| 62 | +"@babel/core@7.12.0": |
| 63 | + version "7.12.0" |
| 64 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.0.tgz#e42e07a086e978cdd4c61f4078d8230fb817cc86" |
| 65 | + integrity sha512-iV7Gwg0DePKvdDZZWRTkj4MW+6/AbVWd4ZCg+zk8H1RVt5xBpUZS6vLQWwb3pyLg4BFTaGiQCPoJ4Ibmbne4fA== |
66 | 66 | dependencies: |
67 | 67 | "@babel/code-frame" "^7.10.4" |
68 | | - "@babel/generator" "^7.11.6" |
69 | | - "@babel/helper-module-transforms" "^7.11.0" |
| 68 | + "@babel/generator" "^7.12.0" |
| 69 | + "@babel/helper-module-transforms" "^7.12.0" |
70 | 70 | "@babel/helpers" "^7.10.4" |
71 | | - "@babel/parser" "^7.11.5" |
| 71 | + "@babel/parser" "^7.12.0" |
72 | 72 | "@babel/template" "^7.10.4" |
73 | | - "@babel/traverse" "^7.11.5" |
74 | | - "@babel/types" "^7.11.5" |
| 73 | + "@babel/traverse" "^7.12.0" |
| 74 | + "@babel/types" "^7.12.0" |
75 | 75 | convert-source-map "^1.7.0" |
76 | 76 | debug "^4.1.0" |
77 | 77 | gensync "^1.0.0-beta.1" |
|
207 | 207 | jsesc "^2.5.1" |
208 | 208 | source-map "^0.5.0" |
209 | 209 |
|
210 | | -"@babel/generator@^7.11.5": |
211 | | - version "7.11.5" |
212 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.5.tgz#a5582773425a468e4ba269d9a1f701fbca6a7a82" |
213 | | - integrity sha512-9UqHWJ4IwRTy4l0o8gq2ef8ws8UPzvtMkVKjTLAiRmza9p9V6Z+OfuNd9fB1j5Q67F+dVJtPC2sZXI8NM9br4g== |
214 | | - dependencies: |
215 | | - "@babel/types" "^7.11.5" |
216 | | - jsesc "^2.5.1" |
217 | | - source-map "^0.6.1" |
218 | | - |
219 | | -"@babel/generator@^7.11.6": |
220 | | - version "7.11.6" |
221 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.6.tgz#b868900f81b163b4d464ea24545c61cbac4dc620" |
222 | | - integrity sha512-DWtQ1PV3r+cLbySoHrwn9RWEgKMBLLma4OBQloPRyDYvc5msJM9kvTLo1YnlJd1P/ZuKbdli3ijr5q3FvAF3uA== |
| 210 | +"@babel/generator@^7.12.0": |
| 211 | + version "7.12.0" |
| 212 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.0.tgz#91a45f1c18ca8d895a35a04da1a4cf7ea3f37f98" |
| 213 | + integrity sha512-8lnf4QcyiQMf5XQp47BltuMTocsOh6P0z/vueEh8GzhmWWlDbdvOoI5Ziddg0XYhmnx35HyByUW51/9NprF8cA== |
223 | 214 | dependencies: |
224 | | - "@babel/types" "^7.11.5" |
| 215 | + "@babel/types" "^7.12.0" |
225 | 216 | jsesc "^2.5.1" |
226 | 217 | source-map "^0.5.0" |
227 | 218 |
|
|
565 | 556 | dependencies: |
566 | 557 | "@babel/types" "^7.11.0" |
567 | 558 |
|
| 559 | +"@babel/helper-member-expression-to-functions@^7.12.0": |
| 560 | + version "7.12.0" |
| 561 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.0.tgz#48f605fa801764f3e5b2e301e49d35fe1820c4f3" |
| 562 | + integrity sha512-I0d/bgzgzgLsJMk7UZ0TN2KV3OGjC/t/9Saz8PKb9jrcEAXhgjGysOgp4PDKydIKjUv/gj2St4ae+ov8l+T9Xg== |
| 563 | + dependencies: |
| 564 | + "@babel/types" "^7.12.0" |
| 565 | + |
568 | 566 | "@babel/helper-member-expression-to-functions@^7.8.3": |
569 | 567 | version "7.8.3" |
570 | 568 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz#659b710498ea6c1d9907e0c73f206eee7dadc24c" |
|
632 | 630 | "@babel/types" "^7.10.5" |
633 | 631 | lodash "^4.17.19" |
634 | 632 |
|
| 633 | +"@babel/helper-module-transforms@^7.12.0": |
| 634 | + version "7.12.0" |
| 635 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.0.tgz#8ac7d9e8716f94549a42e577c5429391950e33f3" |
| 636 | + integrity sha512-1ZTMoCiLSzTJLbq7mSaTHki4oIrBIf/dUbzdhwTrvtMU3ZNVKwQmGae3gSiqppo7G8HAgnXmc43rfEaD8yYLLQ== |
| 637 | + dependencies: |
| 638 | + "@babel/helper-module-imports" "^7.10.4" |
| 639 | + "@babel/helper-replace-supers" "^7.12.0" |
| 640 | + "@babel/helper-simple-access" "^7.10.4" |
| 641 | + "@babel/helper-split-export-declaration" "^7.11.0" |
| 642 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 643 | + "@babel/template" "^7.10.4" |
| 644 | + "@babel/traverse" "^7.12.0" |
| 645 | + "@babel/types" "^7.12.0" |
| 646 | + lodash "^4.17.19" |
| 647 | + |
635 | 648 | "@babel/helper-module-transforms@^7.8.3": |
636 | 649 | version "7.8.3" |
637 | 650 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.8.3.tgz#d305e35d02bee720fbc2c3c3623aa0c316c01590" |
|
767 | 780 | "@babel/traverse" "^7.10.4" |
768 | 781 | "@babel/types" "^7.10.4" |
769 | 782 |
|
| 783 | +"@babel/helper-replace-supers@^7.12.0": |
| 784 | + version "7.12.0" |
| 785 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.0.tgz#98d3f3eb779752e59c7422ab387c9b444323be60" |
| 786 | + integrity sha512-9kycFdq2c9e7PXZOr2z/ZqTFF9OzFu287iFwYS+CiDVPuoTCfY8hoTsIqNQNetQjlqoRsRyJFrMG1uhGAR4EEw== |
| 787 | + dependencies: |
| 788 | + "@babel/helper-member-expression-to-functions" "^7.12.0" |
| 789 | + "@babel/helper-optimise-call-expression" "^7.10.4" |
| 790 | + "@babel/traverse" "^7.12.0" |
| 791 | + "@babel/types" "^7.12.0" |
| 792 | + |
770 | 793 | "@babel/helper-replace-supers@^7.8.3": |
771 | 794 | version "7.8.3" |
772 | 795 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.3.tgz#91192d25f6abbcd41da8a989d4492574fb1530bc" |
|
974 | 997 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.0.tgz#a9d7e11aead25d3b422d17b2c6502c8dddef6a5d" |
975 | 998 | integrity sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw== |
976 | 999 |
|
977 | | -"@babel/parser@^7.11.5": |
978 | | - version "7.11.5" |
979 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037" |
980 | | - integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q== |
| 1000 | +"@babel/parser@^7.12.0": |
| 1001 | + version "7.12.0" |
| 1002 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.0.tgz#2ad388f3960045b22f9b7d4bf85e80b15a1c9e3a" |
| 1003 | + integrity sha512-dYmySMYnlus2jwl7JnnajAj11obRStZoW9cG04wh4ZuhozDn11tDUrhHcUZ9iuNHqALAhh60XqNaYXpvuuE/Gg== |
981 | 1004 |
|
982 | 1005 | "@babel/parser@^7.3.4", "@babel/parser@^7.4.5", "@babel/parser@^7.8.3", "@babel/parser@^7.8.4": |
983 | 1006 | version "7.8.4" |
|
1096 | 1119 | "@babel/helper-plugin-utils" "^7.8.3" |
1097 | 1120 | "@babel/plugin-syntax-dynamic-import" "^7.8.0" |
1098 | 1121 |
|
1099 | | -"@babel/plugin-proposal-export-namespace-from@7.10.4", "@babel/plugin-proposal-export-namespace-from@^7.10.4": |
| 1122 | +"@babel/plugin-proposal-export-namespace-from@7.12.0": |
| 1123 | + version "7.12.0" |
| 1124 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.12.0.tgz#08b0f8100bbae1199a5f5294f38a1b0b8d8402fc" |
| 1125 | + integrity sha512-ao43U2ptSe+mIZAQo2nBV5Wx2Ie3i2XbLt8jCXZpv+bvLY1Twv0lak4YZ1Ps5OwbeLMAl3iOVScgGMOImBae1g== |
| 1126 | + dependencies: |
| 1127 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 1128 | + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" |
| 1129 | + |
| 1130 | +"@babel/plugin-proposal-export-namespace-from@^7.10.4": |
1100 | 1131 | version "7.10.4" |
1101 | 1132 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.10.4.tgz#570d883b91031637b3e2958eea3c438e62c05f54" |
1102 | 1133 | integrity sha512-aNdf0LY6/3WXkhh0Fdb6Zk9j1NMD8ovj3F6r0+3j837Pn1S1PdNtcwJ5EG9WkVPNHPxyJDaxMaAOVq4eki0qbg== |
|
1128 | 1159 | "@babel/helper-plugin-utils" "^7.8.3" |
1129 | 1160 | "@babel/plugin-syntax-json-strings" "^7.8.0" |
1130 | 1161 |
|
1131 | | -"@babel/plugin-proposal-logical-assignment-operators@7.11.0", "@babel/plugin-proposal-logical-assignment-operators@^7.11.0": |
| 1162 | +"@babel/plugin-proposal-logical-assignment-operators@7.12.0": |
| 1163 | + version "7.12.0" |
| 1164 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.12.0.tgz#830d8ff4984d800b2824e8eac0005ecb7430328e" |
| 1165 | + integrity sha512-dssjXHzdMQal4q6GCSwDTVPEbyBLdd9+7aSlzAkQbrGEKq5xG8pvhQ7u2ktUrCLRmzQphZnSzILBL5ta4xSRlA== |
| 1166 | + dependencies: |
| 1167 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 1168 | + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" |
| 1169 | + |
| 1170 | +"@babel/plugin-proposal-logical-assignment-operators@^7.11.0": |
1132 | 1171 | version "7.11.0" |
1133 | 1172 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.11.0.tgz#9f80e482c03083c87125dee10026b58527ea20c8" |
1134 | 1173 | integrity sha512-/f8p4z+Auz0Uaf+i8Ekf1iM7wUNLcViFUGiPxKeXvxTSl63B875YPiVdUDdem7hREcI0E0kSpEhS8tF5RphK7Q== |
1135 | 1174 | dependencies: |
1136 | 1175 | "@babel/helper-plugin-utils" "^7.10.4" |
1137 | 1176 | "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" |
1138 | 1177 |
|
1139 | | -"@babel/plugin-proposal-nullish-coalescing-operator@7.10.4", "@babel/plugin-proposal-nullish-coalescing-operator@^7.10.4": |
1140 | | - version "7.10.4" |
1141 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.4.tgz#02a7e961fc32e6d5b2db0649e01bf80ddee7e04a" |
1142 | | - integrity sha512-wq5n1M3ZUlHl9sqT2ok1T2/MTt6AXE0e1Lz4WzWBr95LsAZ5qDXe4KnFuauYyEyLiohvXFMdbsOTMyLZs91Zlw== |
| 1178 | +"@babel/plugin-proposal-nullish-coalescing-operator@7.12.0": |
| 1179 | + version "7.12.0" |
| 1180 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.12.0.tgz#d82174a531305df4d7079ce3782269b35b810b82" |
| 1181 | + integrity sha512-JpNWix2VP2ue31r72fKytTE13nPX1fxl1mudfTaTwcDhl3iExz5NZjQBq012b/BQ6URWoc/onI73pZdYlAfihg== |
1143 | 1182 | dependencies: |
1144 | 1183 | "@babel/helper-plugin-utils" "^7.10.4" |
1145 | 1184 | "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" |
|
1152 | 1191 | "@babel/helper-plugin-utils" "^7.10.1" |
1153 | 1192 | "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" |
1154 | 1193 |
|
| 1194 | +"@babel/plugin-proposal-nullish-coalescing-operator@^7.10.4": |
| 1195 | + version "7.10.4" |
| 1196 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.4.tgz#02a7e961fc32e6d5b2db0649e01bf80ddee7e04a" |
| 1197 | + integrity sha512-wq5n1M3ZUlHl9sqT2ok1T2/MTt6AXE0e1Lz4WzWBr95LsAZ5qDXe4KnFuauYyEyLiohvXFMdbsOTMyLZs91Zlw== |
| 1198 | + dependencies: |
| 1199 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 1200 | + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" |
| 1201 | + |
1155 | 1202 | "@babel/plugin-proposal-nullish-coalescing-operator@^7.4.4", "@babel/plugin-proposal-nullish-coalescing-operator@^7.8.3": |
1156 | 1203 | version "7.8.3" |
1157 | 1204 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.8.3.tgz#e4572253fdeed65cddeecfdab3f928afeb2fd5d2" |
|
1242 | 1289 | "@babel/helper-plugin-utils" "^7.8.3" |
1243 | 1290 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" |
1244 | 1291 |
|
1245 | | -"@babel/plugin-proposal-optional-chaining@7.11.0", "@babel/plugin-proposal-optional-chaining@^7.11.0": |
1246 | | - version "7.11.0" |
1247 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.11.0.tgz#de5866d0646f6afdaab8a566382fe3a221755076" |
1248 | | - integrity sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA== |
| 1292 | +"@babel/plugin-proposal-optional-chaining@7.12.0": |
| 1293 | + version "7.12.0" |
| 1294 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.0.tgz#0159b549f165016fc9f284b8607a58a37a3b71fe" |
| 1295 | + integrity sha512-CXu9aw32FH/MksqdKvhpiH8pSvxnXJ33E7I7BGNE9VzNRpWgpNzvPpds/tW9E0pjmX9+D1zAHRyHbtyeTboo2g== |
1249 | 1296 | dependencies: |
1250 | 1297 | "@babel/helper-plugin-utils" "^7.10.4" |
1251 | 1298 | "@babel/helper-skip-transparent-expression-wrappers" "^7.11.0" |
|
1259 | 1306 | "@babel/helper-plugin-utils" "^7.10.1" |
1260 | 1307 | "@babel/plugin-syntax-optional-chaining" "^7.8.0" |
1261 | 1308 |
|
| 1309 | +"@babel/plugin-proposal-optional-chaining@^7.11.0": |
| 1310 | + version "7.11.0" |
| 1311 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.11.0.tgz#de5866d0646f6afdaab8a566382fe3a221755076" |
| 1312 | + integrity sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA== |
| 1313 | + dependencies: |
| 1314 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 1315 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.11.0" |
| 1316 | + "@babel/plugin-syntax-optional-chaining" "^7.8.0" |
| 1317 | + |
1262 | 1318 | "@babel/plugin-proposal-optional-chaining@^7.6.0", "@babel/plugin-proposal-optional-chaining@^7.8.3": |
1263 | 1319 | version "7.8.3" |
1264 | 1320 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.8.3.tgz#ae10b3214cb25f7adb1f3bc87ba42ca10b7e2543" |
|
2885 | 2941 | globals "^11.1.0" |
2886 | 2942 | lodash "^4.17.19" |
2887 | 2943 |
|
2888 | | -"@babel/traverse@^7.11.5": |
2889 | | - version "7.11.5" |
2890 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.5.tgz#be777b93b518eb6d76ee2e1ea1d143daa11e61c3" |
2891 | | - integrity sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ== |
| 2944 | +"@babel/traverse@^7.12.0": |
| 2945 | + version "7.12.0" |
| 2946 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.0.tgz#ed31953d6e708cdd34443de2fcdb55f72cdfb266" |
| 2947 | + integrity sha512-ZU9e79xpOukCNPkQ1UzR4gJKCruGckr6edd8v8lmKpSk8iakgUIvb+5ZtaKKV9f7O+x5r+xbMDDIbzVpUoiIuw== |
2892 | 2948 | dependencies: |
2893 | 2949 | "@babel/code-frame" "^7.10.4" |
2894 | | - "@babel/generator" "^7.11.5" |
| 2950 | + "@babel/generator" "^7.12.0" |
2895 | 2951 | "@babel/helper-function-name" "^7.10.4" |
2896 | 2952 | "@babel/helper-split-export-declaration" "^7.11.0" |
2897 | | - "@babel/parser" "^7.11.5" |
2898 | | - "@babel/types" "^7.11.5" |
| 2953 | + "@babel/parser" "^7.12.0" |
| 2954 | + "@babel/types" "^7.12.0" |
2899 | 2955 | debug "^4.1.0" |
2900 | 2956 | globals "^11.1.0" |
2901 | 2957 | lodash "^4.17.19" |
|
2984 | 3040 | lodash "^4.17.19" |
2985 | 3041 | to-fast-properties "^2.0.0" |
2986 | 3042 |
|
2987 | | -"@babel/types@^7.11.5": |
2988 | | - version "7.11.5" |
2989 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d" |
2990 | | - integrity sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q== |
| 3043 | +"@babel/types@^7.12.0": |
| 3044 | + version "7.12.0" |
| 3045 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.0.tgz#b6b49f425ee59043fbc89c61b11a13d5eae7b5c6" |
| 3046 | + integrity sha512-ggIyFmT2zMaYRheOfPDQ4gz7QqV3B+t2rjqjbttDJxMcb7/LukvWCmlIl1sWcOxrvwpTDd+z0OytzqsbGeb3/g== |
2991 | 3047 | dependencies: |
2992 | 3048 | "@babel/helper-validator-identifier" "^7.10.4" |
2993 | 3049 | lodash "^4.17.19" |
|
0 commit comments