Skip to content

Commit 9e61728

Browse files
committed
chore(deps): update dependency doctoc to v1.4.0
1 parent bfe9a9f commit 9e61728

File tree

2 files changed

+104
-81
lines changed

2 files changed

+104
-81
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"babel-preset-stage-2": "6.24.1",
4747
"babel-register": "6.26.0",
4848
"conventional-changelog-cli": "2.0.5",
49-
"doctoc": "1.3.1",
49+
"doctoc": "1.4.0",
5050
"enzyme": "3.7.0",
5151
"enzyme-adapter-react-16": "1.6.0",
5252
"eslint": "5.7.0",

yarn.lock

Lines changed: 103 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,22 @@
232232
dependencies:
233233
any-observable "^0.3.0"
234234

235+
"@textlint/ast-node-types@^4.0.3":
236+
version "4.0.3"
237+
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.0.3.tgz#b51c87bb86022323f764fbdc976b173f19261cc5"
238+
239+
"@textlint/markdown-to-ast@~6.0.9":
240+
version "6.0.9"
241+
resolved "https://registry.yarnpkg.com/@textlint/markdown-to-ast/-/markdown-to-ast-6.0.9.tgz#e7c89e5ad15d17dcd8e5a62758358936827658fa"
242+
dependencies:
243+
"@textlint/ast-node-types" "^4.0.3"
244+
debug "^2.1.3"
245+
remark-frontmatter "^1.2.0"
246+
remark-parse "^5.0.0"
247+
structured-source "^3.0.2"
248+
traverse "^0.6.6"
249+
unified "^6.1.6"
250+
235251
236252
version "0.0.39"
237253
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
@@ -1522,10 +1538,6 @@ caseless@~0.12.0:
15221538
version "0.12.0"
15231539
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
15241540

1525-
ccount@^1.0.0:
1526-
version "1.0.2"
1527-
resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.0.2.tgz#53b6a2f815bb77b9c2871f7b9a72c3a25f1d8e89"
1528-
15291541
center-align@^0.1.1:
15301542
version "0.1.3"
15311543
resolved "https://registry.yarnpkg.com/center-align/-/center-align-0.1.3.tgz#aa0d32629b6ee972200411cbd4461c907bc2b7ad"
@@ -1567,10 +1579,6 @@ chalk@^2.4.1:
15671579
escape-string-regexp "^1.0.5"
15681580
supports-color "^5.3.0"
15691581

1570-
character-entities-html4@^1.0.0:
1571-
version "1.1.1"
1572-
resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-1.1.1.tgz#359a2a4a0f7e29d3dc2ac99bdbe21ee39438ea50"
1573-
15741582
character-entities-legacy@^1.0.0:
15751583
version "1.1.1"
15761584
resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.1.tgz#f40779df1a101872bb510a3d295e1fccf147202f"
@@ -1758,9 +1766,9 @@ code-point-at@^1.0.0:
17581766
version "1.1.0"
17591767
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
17601768

1761-
collapse-white-space@^1.0.0:
1762-
version "1.0.3"
1763-
resolved "https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-1.0.3.tgz#4b906f670e5a963a87b76b0e1689643341b6023c"
1769+
collapse-white-space@^1.0.2:
1770+
version "1.0.4"
1771+
resolved "https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-1.0.4.tgz#ce05cf49e54c3277ae573036a26851ba430a0091"
17641772

17651773
collection-visit@^1.0.0:
17661774
version "1.0.0"
@@ -2330,13 +2338,13 @@ [email protected]:
23302338
version "1.0.0"
23312339
resolved "https://registry.yarnpkg.com/discontinuous-range/-/discontinuous-range-1.0.0.tgz#e38331f0844bba49b9a9cb71c771585aab1bc65a"
23322340

2333-
doctoc@1.3.1:
2334-
version "1.3.1"
2335-
resolved "https://registry.yarnpkg.com/doctoc/-/doctoc-1.3.1.tgz#f012e3603e3156254c2ef22ac88c7190f55426ba"
2341+
doctoc@1.4.0:
2342+
version "1.4.0"
2343+
resolved "https://registry.yarnpkg.com/doctoc/-/doctoc-1.4.0.tgz#3115aa61d0a92f0abb0672036918ea904f5b9e02"
23362344
dependencies:
2345+
"@textlint/markdown-to-ast" "~6.0.9"
23372346
anchor-markdown-header "^0.5.5"
23382347
htmlparser2 "~3.9.2"
2339-
markdown-to-ast "~3.4.0"
23402348
minimist "~1.2.0"
23412349
underscore "~1.8.3"
23422350
update-section "^0.3.0"
@@ -2898,6 +2906,12 @@ fast-levenshtein@~2.0.4:
28982906
version "2.0.6"
28992907
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
29002908

2909+
fault@^1.0.1:
2910+
version "1.0.2"
2911+
resolved "https://registry.yarnpkg.com/fault/-/fault-1.0.2.tgz#c3d0fec202f172a3a4d414042ad2bb5e2a3ffbaa"
2912+
dependencies:
2913+
format "^0.2.2"
2914+
29012915
fb-watchman@^2.0.0:
29022916
version "2.0.0"
29032917
resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.0.tgz#54e9abf7dfa2f26cd9b1636c588c1afc05de5d58"
@@ -3041,6 +3055,10 @@ form-data@~2.3.1:
30413055
combined-stream "^1.0.5"
30423056
mime-types "^2.1.12"
30433057

3058+
format@^0.2.2:
3059+
version "0.2.2"
3060+
resolved "https://registry.yarnpkg.com/format/-/format-0.2.2.tgz#d6170107e9efdc4ed30c9dc39016df942b5cb58b"
3061+
30443062
fragment-cache@^0.2.1:
30453063
version "0.2.1"
30463064
resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19"
@@ -3660,6 +3678,10 @@ is-boolean-object@^1.0.0:
36603678
version "1.0.0"
36613679
resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.0.0.tgz#98f8b28030684219a95f375cfbd88ce3405dff93"
36623680

3681+
is-buffer@^1.1.4:
3682+
version "1.1.6"
3683+
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
3684+
36633685
is-buffer@^1.1.5:
36643686
version "1.1.5"
36653687
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.5.tgz#1f3b26ef613b214b88cbca23cc6c01d87961eecc"
@@ -3971,10 +3993,18 @@ is-valid-glob@^1.0.0:
39713993
version "1.0.0"
39723994
resolved "https://registry.yarnpkg.com/is-valid-glob/-/is-valid-glob-1.0.0.tgz#29bf3eff701be2d4d315dbacc39bc39fe8f601aa"
39733995

3996+
is-whitespace-character@^1.0.0:
3997+
version "1.0.2"
3998+
resolved "https://registry.yarnpkg.com/is-whitespace-character/-/is-whitespace-character-1.0.2.tgz#ede53b4c6f6fb3874533751ec9280d01928d03ed"
3999+
39744000
is-windows@^1.0.1, is-windows@^1.0.2:
39754001
version "1.0.2"
39764002
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
39774003

4004+
is-word-character@^1.0.0:
4005+
version "1.0.2"
4006+
resolved "https://registry.yarnpkg.com/is-word-character/-/is-word-character-1.0.2.tgz#46a5dac3f2a1840898b91e576cd40d493f3ae553"
4007+
39784008
is@~0.2.6:
39794009
version "0.2.7"
39804010
resolved "https://registry.yarnpkg.com/is/-/is-0.2.7.tgz#3b34a2c48f359972f35042849193ae7264b63562"
@@ -4849,10 +4879,6 @@ log-update@^1.0.2:
48494879
ansi-escapes "^1.0.0"
48504880
cli-cursor "^1.0.2"
48514881

4852-
longest-streak@^1.0.0:
4853-
version "1.0.0"
4854-
resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-1.0.0.tgz#d06597c4d4c31b52ccb1f5d8f8fe7148eafd6965"
4855-
48564882
longest@^1.0.1:
48574883
version "1.0.1"
48584884
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
@@ -4927,18 +4953,9 @@ map-visit@^1.0.0:
49274953
dependencies:
49284954
object-visit "^1.0.0"
49294955

4930-
markdown-table@^0.4.0:
4931-
version "0.4.0"
4932-
resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-0.4.0.tgz#890c2c1b3bfe83fb00e4129b8e4cfe645270f9d1"
4933-
4934-
markdown-to-ast@~3.4.0:
4935-
version "3.4.0"
4936-
resolved "https://registry.yarnpkg.com/markdown-to-ast/-/markdown-to-ast-3.4.0.tgz#0e2cba81390b0549a9153ec3b0d915b61c164be7"
4937-
dependencies:
4938-
debug "^2.1.3"
4939-
remark "^5.0.1"
4940-
structured-source "^3.0.2"
4941-
traverse "^0.6.6"
4956+
markdown-escapes@^1.0.0:
4957+
version "1.0.2"
4958+
resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.2.tgz#e639cbde7b99c841c0bacc8a07982873b46d2122"
49424959

49434960
marked-terminal@^1.6.2:
49444961
version "1.7.0"
@@ -5577,9 +5594,9 @@ parse-asn1@^5.0.0:
55775594
evp_bytestokey "^1.0.0"
55785595
pbkdf2 "^3.0.3"
55795596

5580-
parse-entities@^1.0.2:
5581-
version "1.1.1"
5582-
resolved "https://registry.yarnpkg.com/parse-entities/-/parse-entities-1.1.1.tgz#8112d88471319f27abae4d64964b122fe4e1b890"
5597+
parse-entities@^1.1.0:
5598+
version "1.2.0"
5599+
resolved "https://registry.yarnpkg.com/parse-entities/-/parse-entities-1.2.0.tgz#9deac087661b2e36814153cb78d7e54a4c5fd6f4"
55835600
dependencies:
55845601
character-entities "^1.0.0"
55855602
character-entities-legacy "^1.0.0"
@@ -6149,40 +6166,32 @@ regjsparser@^0.1.4:
61496166
dependencies:
61506167
jsesc "~0.5.0"
61516168

6152-
remark-parse@^1.1.0:
6153-
version "1.1.0"
6154-
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-1.1.0.tgz#c3ca10f9a8da04615c28f09aa4e304510526ec21"
6169+
remark-frontmatter@^1.2.0:
6170+
version "1.3.1"
6171+
resolved "https://registry.yarnpkg.com/remark-frontmatter/-/remark-frontmatter-1.3.1.tgz#bc28c0c913fa0b9dd26f17304bc47b856b2ea2de"
61556172
dependencies:
6156-
collapse-white-space "^1.0.0"
6157-
extend "^3.0.0"
6158-
parse-entities "^1.0.2"
6173+
fault "^1.0.1"
6174+
xtend "^4.0.1"
6175+
6176+
remark-parse@^5.0.0:
6177+
version "5.0.0"
6178+
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-5.0.0.tgz#4c077f9e499044d1d5c13f80d7a98cf7b9285d95"
6179+
dependencies:
6180+
collapse-white-space "^1.0.2"
6181+
is-alphabetical "^1.0.0"
6182+
is-decimal "^1.0.0"
6183+
is-whitespace-character "^1.0.0"
6184+
is-word-character "^1.0.0"
6185+
markdown-escapes "^1.0.0"
6186+
parse-entities "^1.1.0"
61596187
repeat-string "^1.5.4"
6188+
state-toggle "^1.0.0"
61606189
trim "0.0.1"
61616190
trim-trailing-lines "^1.0.0"
61626191
unherit "^1.0.4"
61636192
unist-util-remove-position "^1.0.0"
61646193
vfile-location "^2.0.0"
6165-
6166-
remark-stringify@^1.1.0:
6167-
version "1.1.0"
6168-
resolved "https://registry.yarnpkg.com/remark-stringify/-/remark-stringify-1.1.0.tgz#a7105e25b9ee2bf9a49b75d2c423f11b06ae2092"
6169-
dependencies:
6170-
ccount "^1.0.0"
6171-
extend "^3.0.0"
6172-
longest-streak "^1.0.0"
6173-
markdown-table "^0.4.0"
6174-
parse-entities "^1.0.2"
6175-
repeat-string "^1.5.4"
6176-
stringify-entities "^1.0.1"
6177-
unherit "^1.0.4"
6178-
6179-
remark@^5.0.1:
6180-
version "5.1.0"
6181-
resolved "https://registry.yarnpkg.com/remark/-/remark-5.1.0.tgz#cb463bd3dbcb4b99794935eee1cf71d7a8e3068c"
6182-
dependencies:
6183-
remark-parse "^1.1.0"
6184-
remark-stringify "^1.1.0"
6185-
unified "^4.1.1"
6194+
xtend "^4.0.1"
61866195

61876196
remove-bom-buffer@^3.0.0:
61886197
version "3.0.0"
@@ -6217,7 +6226,7 @@ repeating@^2.0.0:
62176226
dependencies:
62186227
is-finite "^1.0.0"
62196228

6220-
replace-ext@^1.0.0:
6229+
replace-ext@1.0.0, replace-ext@^1.0.0:
62216230
version "1.0.0"
62226231
resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.0.tgz#de63128373fcbf7c3ccfa4de5a480c45a67958eb"
62236232

@@ -6793,6 +6802,10 @@ [email protected]:
67936802
version "1.1.1"
67946803
resolved "https://registry.yarnpkg.com/staged-git-files/-/staged-git-files-1.1.1.tgz#37c2218ef0d6d26178b1310719309a16a59f8f7b"
67956804

6805+
state-toggle@^1.0.0:
6806+
version "1.0.1"
6807+
resolved "https://registry.yarnpkg.com/state-toggle/-/state-toggle-1.0.1.tgz#c3cb0974f40a6a0f8e905b96789eb41afa1cde3a"
6808+
67966809
static-extend@^0.1.1:
67976810
version "0.1.2"
67986811
resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6"
@@ -6862,15 +6875,6 @@ string_decoder@~1.1.1:
68626875
dependencies:
68636876
safe-buffer "~5.1.0"
68646877

6865-
stringify-entities@^1.0.1:
6866-
version "1.3.1"
6867-
resolved "https://registry.yarnpkg.com/stringify-entities/-/stringify-entities-1.3.1.tgz#b150ec2d72ac4c1b5f324b51fb6b28c9cdff058c"
6868-
dependencies:
6869-
character-entities-html4 "^1.0.0"
6870-
character-entities-legacy "^1.0.0"
6871-
is-alphanumerical "^1.0.0"
6872-
is-hexadecimal "^1.0.0"
6873-
68746878
68756879
version "3.3.0"
68766880
resolved "https://registry.yarnpkg.com/stringify-object/-/stringify-object-3.3.0.tgz#703065aefca19300d3ce88af4f5b3956d7556629"
@@ -7228,16 +7232,16 @@ unherit@^1.0.4:
72287232
inherits "^2.0.1"
72297233
xtend "^4.0.1"
72307234

7231-
unified@^4.1.1:
7232-
version "4.2.1"
7233-
resolved "https://registry.yarnpkg.com/unified/-/unified-4.2.1.tgz#76ff43aa8da430f6e7e4a55c84ebac2ad2cfcd2e"
7235+
unified@^6.1.6:
7236+
version "6.2.0"
7237+
resolved "https://registry.yarnpkg.com/unified/-/unified-6.2.0.tgz#7fbd630f719126d67d40c644b7e3f617035f6dba"
72347238
dependencies:
72357239
bail "^1.0.0"
72367240
extend "^3.0.0"
7237-
has "^1.0.1"
7238-
once "^1.3.3"
7241+
is-plain-obj "^1.1.0"
72397242
trough "^1.0.0"
7240-
vfile "^1.0.0"
7243+
vfile "^2.0.0"
7244+
x-is-string "^0.1.0"
72417245

72427246
union-value@^1.0.0:
72437247
version "1.0.0"
@@ -7267,6 +7271,10 @@ unist-util-remove-position@^1.0.0:
72677271
dependencies:
72687272
unist-util-visit "^1.1.0"
72697273

7274+
unist-util-stringify-position@^1.0.0, unist-util-stringify-position@^1.1.1:
7275+
version "1.1.2"
7276+
resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-1.1.2.tgz#3f37fcf351279dcbca7480ab5889bb8a832ee1c6"
7277+
72707278
unist-util-visit@^1.1.0:
72717279
version "1.1.3"
72727280
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-1.1.3.tgz#ec268e731b9d277a79a5b5aa0643990e405d600b"
@@ -7381,9 +7389,20 @@ vfile-location@^2.0.0:
73817389
version "2.0.2"
73827390
resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-2.0.2.tgz#d3675c59c877498e492b4756ff65e4af1a752255"
73837391

7384-
vfile@^1.0.0:
7385-
version "1.4.0"
7386-
resolved "https://registry.yarnpkg.com/vfile/-/vfile-1.4.0.tgz#c0fd6fa484f8debdb771f68c31ed75d88da97fe7"
7392+
vfile-message@^1.0.0:
7393+
version "1.0.2"
7394+
resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-1.0.2.tgz#0f8a62584c5dff0f81760531b8e34f3cea554ebc"
7395+
dependencies:
7396+
unist-util-stringify-position "^1.1.1"
7397+
7398+
vfile@^2.0.0:
7399+
version "2.3.0"
7400+
resolved "https://registry.yarnpkg.com/vfile/-/vfile-2.3.0.tgz#e62d8e72b20e83c324bc6c67278ee272488bf84a"
7401+
dependencies:
7402+
is-buffer "^1.1.4"
7403+
replace-ext "1.0.0"
7404+
unist-util-stringify-position "^1.0.0"
7405+
vfile-message "^1.0.0"
73877406

73887407
vinyl-fs@^3.0.3:
73897408
version "3.0.3"
@@ -7528,6 +7547,10 @@ write@^0.2.1:
75287547
dependencies:
75297548
mkdirp "^0.5.1"
75307549

7550+
x-is-string@^0.1.0:
7551+
version "0.1.0"
7552+
resolved "https://registry.yarnpkg.com/x-is-string/-/x-is-string-0.1.0.tgz#474b50865af3a49a9c4657f05acd145458f77d82"
7553+
75317554
xdg-basedir@^3.0.0:
75327555
version "3.0.0"
75337556
resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-3.0.0.tgz#496b2cc109eca8dbacfe2dc72b603c17c5870ad4"

0 commit comments

Comments
 (0)