@@ -5499,6 +5499,15 @@ gatsby-remark-embed-snippet@^3.0.0:
5499
5499
parse-numeric-range "^0.0.2"
5500
5500
unist-util-map "^1.0.3"
5501
5501
5502
+ gatsby-remark-external-links@^0.0.4:
5503
+ version "0.0.4"
5504
+ resolved "https://registry.yarnpkg.com/gatsby-remark-external-links/-/gatsby-remark-external-links-0.0.4.tgz#85b98c1e9dacfaa58085319648c904ff3cab42f0"
5505
+ dependencies:
5506
+ babel-runtime "^6.26.0"
5507
+ is-relative-url "^2.0.0"
5508
+ unist-util-find "^1.0.1"
5509
+ unist-util-visit "^1.1.3"
5510
+
5502
5511
gatsby-remark-images@^2.0.0:
5503
5512
version "2.0.4"
5504
5513
resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-2.0.4.tgz#29894b85b4181527fa34514fb73218c8e7f89129"
@@ -7889,6 +7898,10 @@ lodash.isstring@^4.0.1:
7889
7898
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
7890
7899
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
7891
7900
7901
+ lodash.iteratee@^4.5.0:
7902
+ version "4.7.0"
7903
+ resolved "https://registry.yarnpkg.com/lodash.iteratee/-/lodash.iteratee-4.7.0.tgz#be4177db289a8ccc3c0990f1db26b5b22fc1554c"
7904
+
7892
7905
lodash.kebabcase@^4.1.1:
7893
7906
version "4.1.1"
7894
7907
resolved "https://registry.yarnpkg.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz#8489b1cb0d29ff88195cceca448ff6d6cc295c36"
@@ -7984,6 +7997,10 @@ loglevel@^1.4.1:
7984
7997
resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.1.tgz#e0fc95133b6ef276cdc8887cdaf24aa6f156f8fa"
7985
7998
integrity sha1-4PyVEztu8nbNyIh82vJKpvFW+Po=
7986
7999
8000
+ longest-streak@^1.0.0:
8001
+ version "1.0.0"
8002
+ resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-1.0.0.tgz#d06597c4d4c31b52ccb1f5d8f8fe7148eafd6965"
8003
+
7987
8004
longest-streak@^2.0.1:
7988
8005
version "2.0.2"
7989
8006
resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-2.0.2.tgz#2421b6ba939a443bb9ffebf596585a50b4c38e2e"
@@ -8105,6 +8122,10 @@ markdown-escapes@^1.0.0:
8105
8122
resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.2.tgz#e639cbde7b99c841c0bacc8a07982873b46d2122"
8106
8123
integrity sha512-lbRZ2mE3Q9RtLjxZBZ9+IMl68DKIXaVAhwvwn9pmjnPLS0h/6kyBMgNhqi1xFJ/2yv6cSyv0jbiZavZv93JkkA==
8107
8124
8125
+ markdown-table@^0.4.0:
8126
+ version "0.4.0"
8127
+ resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-0.4.0.tgz#890c2c1b3bfe83fb00e4129b8e4cfe645270f9d1"
8128
+
8108
8129
markdown-table@^1.1.0:
8109
8130
version "1.1.2"
8110
8131
resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-1.1.2.tgz#c78db948fa879903a41bce522e3b96f801c63786"
@@ -8967,7 +8988,7 @@ on-headers@~1.0.1:
8967
8988
resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.1.tgz#928f5d0f470d49342651ea6794b0857c100693f7"
8968
8989
integrity sha1-ko9dD0cNSTQmUepnlLCFfBAGk/c=
8969
8990
8970
- once@^1.3.0, once@^1.3.1, once@^1.4.0:
8991
+ once@^1.3.0, once@^1.3.1, once@^1.3.3, once@^1. 4.0:
8971
8992
version "1.4.0"
8972
8993
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
8973
8994
integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E=
10588
10609
babel-runtime "^6.23.0"
10589
10610
fbjs "^0.8.14"
10590
10611
10612
+ remark-parse@^1.1.0:
10613
+ version "1.1.0"
10614
+ resolved "http://registry.npmjs.org/remark-parse/-/remark-parse-1.1.0.tgz#c3ca10f9a8da04615c28f09aa4e304510526ec21"
10615
+ dependencies:
10616
+ collapse-white-space "^1.0.0"
10617
+ extend "^3.0.0"
10618
+ parse-entities "^1.0.2"
10619
+ repeat-string "^1.5.4"
10620
+ trim "0.0.1"
10621
+ trim-trailing-lines "^1.0.0"
10622
+ unherit "^1.0.4"
10623
+ unist-util-remove-position "^1.0.0"
10624
+ vfile-location "^2.0.0"
10625
+
10591
10626
remark-parse@^5.0.0:
10592
10627
version "5.0.0"
10593
10628
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-5.0.0.tgz#4c077f9e499044d1d5c13f80d7a98cf7b9285d95"
@@ -10616,6 +10651,19 @@ remark-retext@^3.1.0:
10616
10651
dependencies:
10617
10652
mdast-util-to-nlcst "^3.2.0"
10618
10653
10654
+ remark-stringify@^1.1.0:
10655
+ version "1.1.0"
10656
+ resolved "http://registry.npmjs.org/remark-stringify/-/remark-stringify-1.1.0.tgz#a7105e25b9ee2bf9a49b75d2c423f11b06ae2092"
10657
+ dependencies:
10658
+ ccount "^1.0.0"
10659
+ extend "^3.0.0"
10660
+ longest-streak "^1.0.0"
10661
+ markdown-table "^0.4.0"
10662
+ parse-entities "^1.0.2"
10663
+ repeat-string "^1.5.4"
10664
+ stringify-entities "^1.0.1"
10665
+ unherit "^1.0.4"
10666
+
10619
10667
remark-stringify@^5.0.0:
10620
10668
version "5.0.0"
10621
10669
resolved "https://registry.yarnpkg.com/remark-stringify/-/remark-stringify-5.0.0.tgz#336d3a4d4a6a3390d933eeba62e8de4bd280afba"
@@ -10636,6 +10684,14 @@ remark-stringify@^5.0.0:
10636
10684
unherit "^1.0.4"
10637
10685
xtend "^4.0.1"
10638
10686
10687
+ remark@^5.0.1:
10688
+ version "5.1.0"
10689
+ resolved "http://registry.npmjs.org/remark/-/remark-5.1.0.tgz#cb463bd3dbcb4b99794935eee1cf71d7a8e3068c"
10690
+ dependencies:
10691
+ remark-parse "^1.1.0"
10692
+ remark-stringify "^1.1.0"
10693
+ unified "^4.1.1"
10694
+
10639
10695
remark@^9.0.0:
10640
10696
version "9.0.0"
10641
10697
resolved "https://registry.yarnpkg.com/remark/-/remark-9.0.0.tgz#c5cfa8ec535c73a67c4b0f12bfdbd3a67d8b2f60"
@@ -12328,6 +12384,17 @@ unicode-property-aliases-ecmascript@^1.0.4:
12328
12384
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.0.4.tgz#5a533f31b4317ea76f17d807fa0d116546111dd0"
12329
12385
integrity sha512-2WSLa6OdYd2ng8oqiGIWnJqyFArvhn+5vgx5GTxMbUYjCYKUcuKS62YLFF0R/BDGlB1yzXjQOLtPAfHsgirEpg==
12330
12386
12387
+ unified@^4.1.1:
12388
+ version "4.2.1"
12389
+ resolved "http://registry.npmjs.org/unified/-/unified-4.2.1.tgz#76ff43aa8da430f6e7e4a55c84ebac2ad2cfcd2e"
12390
+ dependencies:
12391
+ bail "^1.0.0"
12392
+ extend "^3.0.0"
12393
+ has "^1.0.1"
12394
+ once "^1.3.3"
12395
+ trough "^1.0.0"
12396
+ vfile "^1.0.0"
12397
+
12331
12398
unified@^6.0.0, unified@^6.1.5:
12332
12399
version "6.2.0"
12333
12400
resolved "https://registry.yarnpkg.com/unified/-/unified-6.2.0.tgz#7fbd630f719126d67d40c644b7e3f617035f6dba"
@@ -12396,6 +12463,14 @@ unist-builder@^1.0.1:
12396
12463
dependencies:
12397
12464
object-assign "^4.1.0"
12398
12465
12466
+ unist-util-find@^1.0.1:
12467
+ version "1.0.1"
12468
+ resolved "https://registry.yarnpkg.com/unist-util-find/-/unist-util-find-1.0.1.tgz#1062bbb6928c7a97c6adc89b53745d4c46c222a2"
12469
+ dependencies:
12470
+ lodash.iteratee "^4.5.0"
12471
+ remark "^5.0.1"
12472
+ unist-util-visit "^1.1.0"
12473
+
12399
12474
unist-util-generated@^1.1.0:
12400
12475
version "1.1.2"
12401
12476
resolved "https://registry.yarnpkg.com/unist-util-generated/-/unist-util-generated-1.1.2.tgz#8b993f9239d8e560be6ee6e91c3f7b7208e5ce25"
@@ -12686,6 +12761,10 @@ vfile-message@^1.0.0:
12686
12761
dependencies:
12687
12762
unist-util-stringify-position "^1.1.1"
12688
12763
12764
+ vfile@^1.0.0:
12765
+ version "1.4.0"
12766
+ resolved "http://registry.npmjs.org/vfile/-/vfile-1.4.0.tgz#c0fd6fa484f8debdb771f68c31ed75d88da97fe7"
12767
+
12689
12768
vfile@^2.0.0:
12690
12769
version "2.3.0"
12691
12770
resolved "https://registry.yarnpkg.com/vfile/-/vfile-2.3.0.tgz#e62d8e72b20e83c324bc6c67278ee272488bf84a"
0 commit comments