349
349
"@babel/helper-plugin-utils" "^7.0.0"
350
350
"@babel/plugin-syntax-object-rest-spread" "^7.2.0"
351
351
352
+ "@babel/plugin-proposal-object-rest-spread@^7.3.2":
353
+ version "7.3.4"
354
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.3.4.tgz#47f73cf7f2a721aad5c0261205405c642e424654"
355
+ integrity sha512-j7VQmbbkA+qrzNqbKHrBsW3ddFnOeva6wzSe/zB7T+xaxGc+RCpwo44wCmRixAIGRoIpmVgvzFzNJqQcO3/9RA==
356
+ dependencies:
357
+ "@babel/helper-plugin-utils" "^7.0.0"
358
+ "@babel/plugin-syntax-object-rest-spread" "^7.2.0"
359
+
352
360
"@babel/plugin-proposal-optional-catch-binding@^7.2.0":
353
361
version "7.2.0"
354
362
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.2.0.tgz#135d81edb68a081e55e56ec48541ece8065c38f5"
930
938
dependencies:
931
939
base64-js "^1.3.0"
932
940
933
- "@mdx-js/mdx@0.15.7 ":
934
- version "0.15.7 "
935
- resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-0.15.7 .tgz#5fde5841d7b6f4c78f80c19fff559532af5ce5ad "
936
- integrity sha512-bWUQidQhjTRFh5nK01kW3qQLCH/aCq6VTapOZ/+WI5hL4exoRw6TgnxxmgSf/p7mmrGxIpCHmnaWXdbHSObxlg ==
941
+ "@mdx-js/mdx@0.20.2 ":
942
+ version "0.20.2 "
943
+ resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-0.20.2 .tgz#0d67c70f253e7e3e64cd7519c42700cddab4d7fb "
944
+ integrity sha512-MS93STaYV8MK5c1EbjhF8NHX8WH3/o75729Omp7YMZAcut1VJjUfqvxSafsbHka/Yc4FKfLqNI6SWn2icbGzfQ ==
937
945
dependencies:
946
+ "@babel/plugin-proposal-object-rest-spread" "^7.3.2"
947
+ "@babel/plugin-syntax-jsx" "^7.2.0"
938
948
change-case "^3.0.2"
939
949
detab "^2.0.0"
940
- mdast-util-to-hast "^3.0.0"
941
- remark-parse "^5.0.0"
950
+ hast-util-raw "^5.0.0"
951
+ mdast-util-to-hast "^4.0.0"
952
+ remark-parse "^6.0.0"
942
953
remark-squeeze-paragraphs "^3.0.1"
943
954
to-style "^1.3.3"
944
- unified "^6.1.6"
955
+ unified "^7.0.0"
956
+ unist-builder "^1.0.1"
945
957
unist-util-visit "^1.3.0"
946
958
947
959
1058
1070
resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.0.32.tgz#0d3cb31022f8427ea58c008af32b80da126ca4e3"
1059
1071
integrity sha1-DTyzECL4Qn6ljACK8yuA2hJspOM=
1060
1072
1073
+ "@types/unist@*", "@types/unist@^2.0.0":
1074
+ version "2.0.3"
1075
+ resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.3.tgz#9c088679876f374eb5983f150d4787aa6fb32d7e"
1076
+ integrity sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ==
1077
+
1078
+ "@types/vfile-message@*":
1079
+ version "1.0.1"
1080
+ resolved "https://registry.yarnpkg.com/@types/vfile-message/-/vfile-message-1.0.1.tgz#e1e9895cc6b36c462d4244e64e6d0b6eaf65355a"
1081
+ integrity sha512-mlGER3Aqmq7bqR1tTTIVHq8KSAFFRyGbrxuM8C/H82g6k7r2fS+IMEkIu3D7JHzG10NvPdR8DNx0jr0pwpp4dA==
1082
+ dependencies:
1083
+ "@types/node" "*"
1084
+ "@types/unist" "*"
1085
+
1086
+ "@types/vfile@^3.0.0":
1087
+ version "3.0.2"
1088
+ resolved "https://registry.yarnpkg.com/@types/vfile/-/vfile-3.0.2.tgz#19c18cd232df11ce6fa6ad80259bc86c366b09b9"
1089
+ integrity sha512-b3nLFGaGkJ9rzOcuXRfHkZMdjsawuDD0ENL9fzTophtBg8FJHSGbH7daXkEpcwy3v7Xol3pAvsmlYyFhR4pqJw==
1090
+ dependencies:
1091
+ "@types/node" "*"
1092
+ "@types/unist" "*"
1093
+ "@types/vfile-message" "*"
1094
+
1061
1095
"@webassemblyjs/
[email protected] ":
1062
1096
version "1.8.3"
1063
1097
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.8.3.tgz#63a741bd715a6b6783f2ea5c6ab707516aa215eb"
@@ -6170,6 +6204,18 @@ hast-to-hyperscript@^5.0.0:
6170
6204
unist-util-is "^2.0.0"
6171
6205
web-namespaces "^1.1.2"
6172
6206
6207
+ hast-to-hyperscript@^6.0.0:
6208
+ version "6.0.0"
6209
+ resolved "https://registry.yarnpkg.com/hast-to-hyperscript/-/hast-to-hyperscript-6.0.0.tgz#051ee17d41b30da8c5ceb001189adf70226f12f4"
6210
+ integrity sha512-QnJbXddVGNJ5v3KegK1MY6luTkNDBcJnCQZcekt7AkES2z4tYy85pbFUXx7Mb0iXZBKfwoVdgfxU12GbmlwbbQ==
6211
+ dependencies:
6212
+ comma-separated-tokens "^1.0.0"
6213
+ property-information "^5.0.0"
6214
+ space-separated-tokens "^1.0.0"
6215
+ style-to-object "^0.2.1"
6216
+ unist-util-is "^2.0.0"
6217
+ web-namespaces "^1.1.2"
6218
+
6173
6219
hast-util-from-parse5@^4.0.2:
6174
6220
version "4.0.2"
6175
6221
resolved "https://registry.yarnpkg.com/hast-util-from-parse5/-/hast-util-from-parse5-4.0.2.tgz#b7164a7ffc88da4f751dc7c2f801ff8d7c143bab"
@@ -6181,6 +6227,17 @@ hast-util-from-parse5@^4.0.2:
6181
6227
web-namespaces "^1.1.2"
6182
6228
xtend "^4.0.1"
6183
6229
6230
+ hast-util-from-parse5@^5.0.0:
6231
+ version "5.0.0"
6232
+ resolved "https://registry.yarnpkg.com/hast-util-from-parse5/-/hast-util-from-parse5-5.0.0.tgz#a505a05766e0f96e389bfb0b1dd809eeefcef47b"
6233
+ integrity sha512-A7ev5OseS/J15214cvDdcI62uwovJO2PB60Xhnq7kaxvvQRFDEccuqbkrFXU03GPBGopdPqlpQBRqIcDS/Fjbg==
6234
+ dependencies:
6235
+ ccount "^1.0.3"
6236
+ hastscript "^5.0.0"
6237
+ property-information "^5.0.0"
6238
+ web-namespaces "^1.1.2"
6239
+ xtend "^4.0.1"
6240
+
6184
6241
hast-util-is-element@^1.0.0:
6185
6242
version "1.0.2"
6186
6243
resolved "https://registry.yarnpkg.com/hast-util-is-element/-/hast-util-is-element-1.0.2.tgz#c23c9428b6a5a4e323bf9e16f87417476314981b"
@@ -6205,6 +6262,20 @@ hast-util-raw@^4.0.0:
6205
6262
xtend "^4.0.1"
6206
6263
zwitch "^1.0.0"
6207
6264
6265
+ hast-util-raw@^5.0.0:
6266
+ version "5.0.0"
6267
+ resolved "https://registry.yarnpkg.com/hast-util-raw/-/hast-util-raw-5.0.0.tgz#7a7186faba220120349c2f373b839c1fa9090b5f"
6268
+ integrity sha512-X8sogDDaCkqj+Ghia0+TRD2AQDXeNRpYDTm9Z2mJ1Pzy/Nb4p20YJVfbPwIRU0U7XXU0GrhPhEMZvnfV69/igA==
6269
+ dependencies:
6270
+ hast-util-from-parse5 "^5.0.0"
6271
+ hast-util-to-parse5 "^5.0.0"
6272
+ html-void-elements "^1.0.1"
6273
+ parse5 "^5.0.0"
6274
+ unist-util-position "^3.0.0"
6275
+ web-namespaces "^1.0.0"
6276
+ xtend "^4.0.1"
6277
+ zwitch "^1.0.0"
6278
+
6208
6279
hast-util-sanitize@^1.0.0:
6209
6280
version "1.3.0"
6210
6281
resolved "https://registry.yarnpkg.com/hast-util-sanitize/-/hast-util-sanitize-1.3.0.tgz#3189dc3b87d75a9c2e8618433167b4ad27b4facc"
@@ -6239,6 +6310,17 @@ hast-util-to-parse5@^4.0.1:
6239
6310
xtend "^4.0.1"
6240
6311
zwitch "^1.0.0"
6241
6312
6313
+ hast-util-to-parse5@^5.0.0:
6314
+ version "5.0.0"
6315
+ resolved "https://registry.yarnpkg.com/hast-util-to-parse5/-/hast-util-to-parse5-5.0.0.tgz#1041df0d57e60210bd3e4b97596397500223399a"
6316
+ integrity sha512-1BG07SLp9RHnAy/A2Fugza5YCo45Ter8csOGbxL7a7f9Rvq9aE64/4hlqc083M8yLLp7J5tYxmiFWYbD0zQJnA==
6317
+ dependencies:
6318
+ hast-to-hyperscript "^6.0.0"
6319
+ property-information "^5.0.0"
6320
+ web-namespaces "^1.0.0"
6321
+ xtend "^4.0.1"
6322
+ zwitch "^1.0.0"
6323
+
6242
6324
hast-util-whitespace@^1.0.0:
6243
6325
version "1.0.2"
6244
6326
resolved "https://registry.yarnpkg.com/hast-util-whitespace/-/hast-util-whitespace-1.0.2.tgz#c97153a3fbc9091a14fd823830a47724e7a1da99"
@@ -6254,6 +6336,16 @@ hastscript@^4.0.0:
6254
6336
property-information "^4.0.0"
6255
6337
space-separated-tokens "^1.0.0"
6256
6338
6339
+ hastscript@^5.0.0:
6340
+ version "5.0.0"
6341
+ resolved "https://registry.yarnpkg.com/hastscript/-/hastscript-5.0.0.tgz#fee10382c1bc4ba3f1be311521d368c047d2c43a"
6342
+ integrity sha512-xJtuJ8D42Xtq5yJrnDg/KAIxl2cXBXKoiIJwmWX9XMf8113qHTGl/Bf7jEsxmENJ4w6q4Tfl8s/Y6mEZo8x8qw==
6343
+ dependencies:
6344
+ comma-separated-tokens "^1.0.0"
6345
+ hast-util-parse-selector "^2.2.0"
6346
+ property-information "^5.0.1"
6347
+ space-separated-tokens "^1.0.0"
6348
+
6257
6349
he@^1.1.0:
6258
6350
version "1.2.0"
6259
6351
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
@@ -7883,6 +7975,23 @@ mdast-util-to-hast@^3.0.0:
7883
7975
unist-util-visit "^1.1.0"
7884
7976
xtend "^4.0.1"
7885
7977
7978
+ mdast-util-to-hast@^4.0.0:
7979
+ version "4.0.0"
7980
+ resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-4.0.0.tgz#d8467ce28ea73b4648667bc389aa39dfa9f67f18"
7981
+ integrity sha512-yOTZSxR1aPvWRUxVeLaLZ1sCYrK87x2Wusp1bDM/Ao2jETBhYUKITI3nHvgy+HkZW54HuCAhHnS0mTcbECD5Ig==
7982
+ dependencies:
7983
+ collapse-white-space "^1.0.0"
7984
+ detab "^2.0.0"
7985
+ mdast-util-definitions "^1.2.0"
7986
+ mdurl "^1.0.1"
7987
+ trim "0.0.1"
7988
+ trim-lines "^1.0.0"
7989
+ unist-builder "^1.0.1"
7990
+ unist-util-generated "^1.1.0"
7991
+ unist-util-position "^3.0.0"
7992
+ unist-util-visit "^1.1.0"
7993
+ xtend "^4.0.1"
7994
+
7886
7995
mdast-util-to-nlcst@^3.2.0:
7887
7996
version "3.2.2"
7888
7997
resolved "https://registry.yarnpkg.com/mdast-util-to-nlcst/-/mdast-util-to-nlcst-3.2.2.tgz#71972eecd64dc03d5cf2713f08555e2d9e2d7d10"
@@ -9921,6 +10030,13 @@ property-information@^4.0.0:
9921
10030
dependencies:
9922
10031
xtend "^4.0.1"
9923
10032
10033
+ property-information@^5.0.0, property-information@^5.0.1:
10034
+ version "5.0.1"
10035
+ resolved "https://registry.yarnpkg.com/property-information/-/property-information-5.0.1.tgz#c3b09f4f5750b1634c0b24205adbf78f18bdf94f"
10036
+ integrity sha512-nAtBDVeSwFM3Ot/YxT7s4NqZmqXI7lLzf46BThvotEtYf2uk2yH0ACYuWQkJ7gxKs49PPtKVY0UlDGkyN9aJlw==
10037
+ dependencies:
10038
+ xtend "^4.0.1"
10039
+
9924
10040
protocols@^1.1.0, protocols@^1.4.0:
9925
10041
version "1.4.7"
9926
10042
resolved "https://registry.yarnpkg.com/protocols/-/protocols-1.4.7.tgz#95f788a4f0e979b291ffefcf5636ad113d037d32"
@@ -10567,6 +10683,27 @@ remark-parse@^5.0.0:
10567
10683
vfile-location "^2.0.0"
10568
10684
xtend "^4.0.1"
10569
10685
10686
+ remark-parse@^6.0.0:
10687
+ version "6.0.3"
10688
+ resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-6.0.3.tgz#c99131052809da482108413f87b0ee7f52180a3a"
10689
+ integrity sha512-QbDXWN4HfKTUC0hHa4teU463KclLAnwpn/FBn87j9cKYJWWawbiLgMfP2Q4XwhxxuuuOxHlw+pSN0OKuJwyVvg==
10690
+ dependencies:
10691
+ collapse-white-space "^1.0.2"
10692
+ is-alphabetical "^1.0.0"
10693
+ is-decimal "^1.0.0"
10694
+ is-whitespace-character "^1.0.0"
10695
+ is-word-character "^1.0.0"
10696
+ markdown-escapes "^1.0.0"
10697
+ parse-entities "^1.1.0"
10698
+ repeat-string "^1.5.4"
10699
+ state-toggle "^1.0.0"
10700
+ trim "0.0.1"
10701
+ trim-trailing-lines "^1.0.0"
10702
+ unherit "^1.0.4"
10703
+ unist-util-remove-position "^1.0.0"
10704
+ vfile-location "^2.0.0"
10705
+ xtend "^4.0.1"
10706
+
10570
10707
remark-reference-links@^4.0.1:
10571
10708
version "4.0.3"
10572
10709
resolved "https://registry.yarnpkg.com/remark-reference-links/-/remark-reference-links-4.0.3.tgz#eb51ad4fddb009199f98ac403d0558d732e2df89"
@@ -12325,7 +12462,7 @@ unicode-property-aliases-ecmascript@^1.0.4:
12325
12462
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.0.4.tgz#5a533f31b4317ea76f17d807fa0d116546111dd0"
12326
12463
integrity sha512-2WSLa6OdYd2ng8oqiGIWnJqyFArvhn+5vgx5GTxMbUYjCYKUcuKS62YLFF0R/BDGlB1yzXjQOLtPAfHsgirEpg==
12327
12464
12328
- unified@^6.0.0, unified@^6.1.5, unified@^6.1.6 :
12465
+ unified@^6.0.0, unified@^6.1.5:
12329
12466
version "6.2.0"
12330
12467
resolved "https://registry.yarnpkg.com/unified/-/unified-6.2.0.tgz#7fbd630f719126d67d40c644b7e3f617035f6dba"
12331
12468
integrity sha512-1k+KPhlVtqmG99RaTbAv/usu85fcSRu3wY8X+vnsEhIxNP5VbVIDiXnLqyKIG+UMdyTg0ZX9EI6k2AfjJkHPtA==
@@ -12337,6 +12474,20 @@ unified@^6.0.0, unified@^6.1.5, unified@^6.1.6:
12337
12474
vfile "^2.0.0"
12338
12475
x-is-string "^0.1.0"
12339
12476
12477
+ unified@^7.0.0:
12478
+ version "7.1.0"
12479
+ resolved "https://registry.yarnpkg.com/unified/-/unified-7.1.0.tgz#5032f1c1ee3364bd09da12e27fdd4a7553c7be13"
12480
+ integrity sha512-lbk82UOIGuCEsZhPj8rNAkXSDXd6p0QLzIuSsCdxrqnqU56St4eyOB+AlXsVgVeRmetPTYydIuvFfpDIed8mqw==
12481
+ dependencies:
12482
+ "@types/unist" "^2.0.0"
12483
+ "@types/vfile" "^3.0.0"
12484
+ bail "^1.0.0"
12485
+ extend "^3.0.0"
12486
+ is-plain-obj "^1.1.0"
12487
+ trough "^1.0.0"
12488
+ vfile "^3.0.0"
12489
+ x-is-string "^0.1.0"
12490
+
12340
12491
union-value@^1.0.0:
12341
12492
version "1.0.0"
12342
12493
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.0.tgz#5c71c34cb5bad5dcebe3ea0cd08207ba5aa1aea4"
0 commit comments