Skip to content

Commit 284607c

Browse files
renovate[bot]armandabric
authored andcommitted
chore(deps): update dependency doctoc to v1.4.0 (#332)
1 parent fd4f685 commit 284607c

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.11",
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.2.1"
237+
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.2.1.tgz#978fa10e23468114462fc08ef29f96980c12a8ef"
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"
@@ -2323,13 +2331,13 @@ [email protected]:
23232331
version "1.0.0"
23242332
resolved "https://registry.yarnpkg.com/discontinuous-range/-/discontinuous-range-1.0.0.tgz#e38331f0844bba49b9a9cb71c771585aab1bc65a"
23252333

2326-
doctoc@1.3.1:
2327-
version "1.3.1"
2328-
resolved "https://registry.yarnpkg.com/doctoc/-/doctoc-1.3.1.tgz#f012e3603e3156254c2ef22ac88c7190f55426ba"
2334+
doctoc@1.4.0:
2335+
version "1.4.0"
2336+
resolved "https://registry.yarnpkg.com/doctoc/-/doctoc-1.4.0.tgz#3115aa61d0a92f0abb0672036918ea904f5b9e02"
23292337
dependencies:
2338+
"@textlint/markdown-to-ast" "~6.0.9"
23302339
anchor-markdown-header "^0.5.5"
23312340
htmlparser2 "~3.9.2"
2332-
markdown-to-ast "~3.4.0"
23332341
minimist "~1.2.0"
23342342
underscore "~1.8.3"
23352343
update-section "^0.3.0"
@@ -2891,6 +2899,12 @@ fast-levenshtein@~2.0.4:
28912899
version "2.0.6"
28922900
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
28932901

2902+
fault@^1.0.1:
2903+
version "1.0.2"
2904+
resolved "https://registry.yarnpkg.com/fault/-/fault-1.0.2.tgz#c3d0fec202f172a3a4d414042ad2bb5e2a3ffbaa"
2905+
dependencies:
2906+
format "^0.2.2"
2907+
28942908
fb-watchman@^2.0.0:
28952909
version "2.0.0"
28962910
resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.0.tgz#54e9abf7dfa2f26cd9b1636c588c1afc05de5d58"
@@ -3034,6 +3048,10 @@ form-data@~2.3.1:
30343048
combined-stream "^1.0.5"
30353049
mime-types "^2.1.12"
30363050

3051+
format@^0.2.2:
3052+
version "0.2.2"
3053+
resolved "https://registry.yarnpkg.com/format/-/format-0.2.2.tgz#d6170107e9efdc4ed30c9dc39016df942b5cb58b"
3054+
30373055
fragment-cache@^0.2.1:
30383056
version "0.2.1"
30393057
resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19"
@@ -3653,6 +3671,10 @@ is-boolean-object@^1.0.0:
36533671
version "1.0.0"
36543672
resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.0.0.tgz#98f8b28030684219a95f375cfbd88ce3405dff93"
36553673

3674+
is-buffer@^1.1.4:
3675+
version "1.1.6"
3676+
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
3677+
36563678
is-buffer@^1.1.5:
36573679
version "1.1.5"
36583680
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.5.tgz#1f3b26ef613b214b88cbca23cc6c01d87961eecc"
@@ -3964,10 +3986,18 @@ is-valid-glob@^1.0.0:
39643986
version "1.0.0"
39653987
resolved "https://registry.yarnpkg.com/is-valid-glob/-/is-valid-glob-1.0.0.tgz#29bf3eff701be2d4d315dbacc39bc39fe8f601aa"
39663988

3989+
is-whitespace-character@^1.0.0:
3990+
version "1.0.2"
3991+
resolved "https://registry.yarnpkg.com/is-whitespace-character/-/is-whitespace-character-1.0.2.tgz#ede53b4c6f6fb3874533751ec9280d01928d03ed"
3992+
39673993
is-windows@^1.0.1, is-windows@^1.0.2:
39683994
version "1.0.2"
39693995
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
39703996

3997+
is-word-character@^1.0.0:
3998+
version "1.0.2"
3999+
resolved "https://registry.yarnpkg.com/is-word-character/-/is-word-character-1.0.2.tgz#46a5dac3f2a1840898b91e576cd40d493f3ae553"
4000+
39714001
is@~0.2.6:
39724002
version "0.2.7"
39734003
resolved "https://registry.yarnpkg.com/is/-/is-0.2.7.tgz#3b34a2c48f359972f35042849193ae7264b63562"
@@ -4842,10 +4872,6 @@ log-update@^1.0.2:
48424872
ansi-escapes "^1.0.0"
48434873
cli-cursor "^1.0.2"
48444874

4845-
longest-streak@^1.0.0:
4846-
version "1.0.0"
4847-
resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-1.0.0.tgz#d06597c4d4c31b52ccb1f5d8f8fe7148eafd6965"
4848-
48494875
longest@^1.0.1:
48504876
version "1.0.1"
48514877
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
@@ -4920,18 +4946,9 @@ map-visit@^1.0.0:
49204946
dependencies:
49214947
object-visit "^1.0.0"
49224948

4923-
markdown-table@^0.4.0:
4924-
version "0.4.0"
4925-
resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-0.4.0.tgz#890c2c1b3bfe83fb00e4129b8e4cfe645270f9d1"
4926-
4927-
markdown-to-ast@~3.4.0:
4928-
version "3.4.0"
4929-
resolved "https://registry.yarnpkg.com/markdown-to-ast/-/markdown-to-ast-3.4.0.tgz#0e2cba81390b0549a9153ec3b0d915b61c164be7"
4930-
dependencies:
4931-
debug "^2.1.3"
4932-
remark "^5.0.1"
4933-
structured-source "^3.0.2"
4934-
traverse "^0.6.6"
4949+
markdown-escapes@^1.0.0:
4950+
version "1.0.2"
4951+
resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.2.tgz#e639cbde7b99c841c0bacc8a07982873b46d2122"
49354952

49364953
marked-terminal@^1.6.2:
49374954
version "1.7.0"
@@ -5570,9 +5587,9 @@ parse-asn1@^5.0.0:
55705587
evp_bytestokey "^1.0.0"
55715588
pbkdf2 "^3.0.3"
55725589

5573-
parse-entities@^1.0.2:
5574-
version "1.1.1"
5575-
resolved "https://registry.yarnpkg.com/parse-entities/-/parse-entities-1.1.1.tgz#8112d88471319f27abae4d64964b122fe4e1b890"
5590+
parse-entities@^1.1.0:
5591+
version "1.2.0"
5592+
resolved "https://registry.yarnpkg.com/parse-entities/-/parse-entities-1.2.0.tgz#9deac087661b2e36814153cb78d7e54a4c5fd6f4"
55765593
dependencies:
55775594
character-entities "^1.0.0"
55785595
character-entities-legacy "^1.0.0"
@@ -6142,40 +6159,32 @@ regjsparser@^0.1.4:
61426159
dependencies:
61436160
jsesc "~0.5.0"
61446161

6145-
remark-parse@^1.1.0:
6146-
version "1.1.0"
6147-
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-1.1.0.tgz#c3ca10f9a8da04615c28f09aa4e304510526ec21"
6162+
remark-frontmatter@^1.2.0:
6163+
version "1.3.1"
6164+
resolved "https://registry.yarnpkg.com/remark-frontmatter/-/remark-frontmatter-1.3.1.tgz#bc28c0c913fa0b9dd26f17304bc47b856b2ea2de"
61486165
dependencies:
6149-
collapse-white-space "^1.0.0"
6150-
extend "^3.0.0"
6151-
parse-entities "^1.0.2"
6166+
fault "^1.0.1"
6167+
xtend "^4.0.1"
6168+
6169+
remark-parse@^5.0.0:
6170+
version "5.0.0"
6171+
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-5.0.0.tgz#4c077f9e499044d1d5c13f80d7a98cf7b9285d95"
6172+
dependencies:
6173+
collapse-white-space "^1.0.2"
6174+
is-alphabetical "^1.0.0"
6175+
is-decimal "^1.0.0"
6176+
is-whitespace-character "^1.0.0"
6177+
is-word-character "^1.0.0"
6178+
markdown-escapes "^1.0.0"
6179+
parse-entities "^1.1.0"
61526180
repeat-string "^1.5.4"
6181+
state-toggle "^1.0.0"
61536182
trim "0.0.1"
61546183
trim-trailing-lines "^1.0.0"
61556184
unherit "^1.0.4"
61566185
unist-util-remove-position "^1.0.0"
61576186
vfile-location "^2.0.0"
6158-
6159-
remark-stringify@^1.1.0:
6160-
version "1.1.0"
6161-
resolved "https://registry.yarnpkg.com/remark-stringify/-/remark-stringify-1.1.0.tgz#a7105e25b9ee2bf9a49b75d2c423f11b06ae2092"
6162-
dependencies:
6163-
ccount "^1.0.0"
6164-
extend "^3.0.0"
6165-
longest-streak "^1.0.0"
6166-
markdown-table "^0.4.0"
6167-
parse-entities "^1.0.2"
6168-
repeat-string "^1.5.4"
6169-
stringify-entities "^1.0.1"
6170-
unherit "^1.0.4"
6171-
6172-
remark@^5.0.1:
6173-
version "5.1.0"
6174-
resolved "https://registry.yarnpkg.com/remark/-/remark-5.1.0.tgz#cb463bd3dbcb4b99794935eee1cf71d7a8e3068c"
6175-
dependencies:
6176-
remark-parse "^1.1.0"
6177-
remark-stringify "^1.1.0"
6178-
unified "^4.1.1"
6187+
xtend "^4.0.1"
61796188

61806189
remove-bom-buffer@^3.0.0:
61816190
version "3.0.0"
@@ -6210,7 +6219,7 @@ repeating@^2.0.0:
62106219
dependencies:
62116220
is-finite "^1.0.0"
62126221

6213-
replace-ext@^1.0.0:
6222+
replace-ext@1.0.0, replace-ext@^1.0.0:
62146223
version "1.0.0"
62156224
resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.0.tgz#de63128373fcbf7c3ccfa4de5a480c45a67958eb"
62166225

@@ -6786,6 +6795,10 @@ [email protected]:
67866795
version "1.1.1"
67876796
resolved "https://registry.yarnpkg.com/staged-git-files/-/staged-git-files-1.1.1.tgz#37c2218ef0d6d26178b1310719309a16a59f8f7b"
67886797

6798+
state-toggle@^1.0.0:
6799+
version "1.0.1"
6800+
resolved "https://registry.yarnpkg.com/state-toggle/-/state-toggle-1.0.1.tgz#c3cb0974f40a6a0f8e905b96789eb41afa1cde3a"
6801+
67896802
static-extend@^0.1.1:
67906803
version "0.1.2"
67916804
resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6"
@@ -6855,15 +6868,6 @@ string_decoder@~1.1.1:
68556868
dependencies:
68566869
safe-buffer "~5.1.0"
68576870

6858-
stringify-entities@^1.0.1:
6859-
version "1.3.1"
6860-
resolved "https://registry.yarnpkg.com/stringify-entities/-/stringify-entities-1.3.1.tgz#b150ec2d72ac4c1b5f324b51fb6b28c9cdff058c"
6861-
dependencies:
6862-
character-entities-html4 "^1.0.0"
6863-
character-entities-legacy "^1.0.0"
6864-
is-alphanumerical "^1.0.0"
6865-
is-hexadecimal "^1.0.0"
6866-
68676871
68686872
version "3.3.0"
68696873
resolved "https://registry.yarnpkg.com/stringify-object/-/stringify-object-3.3.0.tgz#703065aefca19300d3ce88af4f5b3956d7556629"
@@ -7221,16 +7225,16 @@ unherit@^1.0.4:
72217225
inherits "^2.0.1"
72227226
xtend "^4.0.1"
72237227

7224-
unified@^4.1.1:
7225-
version "4.2.1"
7226-
resolved "https://registry.yarnpkg.com/unified/-/unified-4.2.1.tgz#76ff43aa8da430f6e7e4a55c84ebac2ad2cfcd2e"
7228+
unified@^6.1.6:
7229+
version "6.2.0"
7230+
resolved "https://registry.yarnpkg.com/unified/-/unified-6.2.0.tgz#7fbd630f719126d67d40c644b7e3f617035f6dba"
72277231
dependencies:
72287232
bail "^1.0.0"
72297233
extend "^3.0.0"
7230-
has "^1.0.1"
7231-
once "^1.3.3"
7234+
is-plain-obj "^1.1.0"
72327235
trough "^1.0.0"
7233-
vfile "^1.0.0"
7236+
vfile "^2.0.0"
7237+
x-is-string "^0.1.0"
72347238

72357239
union-value@^1.0.0:
72367240
version "1.0.0"
@@ -7260,6 +7264,10 @@ unist-util-remove-position@^1.0.0:
72607264
dependencies:
72617265
unist-util-visit "^1.1.0"
72627266

7267+
unist-util-stringify-position@^1.0.0, unist-util-stringify-position@^1.1.1:
7268+
version "1.1.2"
7269+
resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-1.1.2.tgz#3f37fcf351279dcbca7480ab5889bb8a832ee1c6"
7270+
72637271
unist-util-visit@^1.1.0:
72647272
version "1.1.3"
72657273
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-1.1.3.tgz#ec268e731b9d277a79a5b5aa0643990e405d600b"
@@ -7374,9 +7382,20 @@ vfile-location@^2.0.0:
73747382
version "2.0.2"
73757383
resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-2.0.2.tgz#d3675c59c877498e492b4756ff65e4af1a752255"
73767384

7377-
vfile@^1.0.0:
7378-
version "1.4.0"
7379-
resolved "https://registry.yarnpkg.com/vfile/-/vfile-1.4.0.tgz#c0fd6fa484f8debdb771f68c31ed75d88da97fe7"
7385+
vfile-message@^1.0.0:
7386+
version "1.1.1"
7387+
resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-1.1.1.tgz#5833ae078a1dfa2d96e9647886cd32993ab313e1"
7388+
dependencies:
7389+
unist-util-stringify-position "^1.1.1"
7390+
7391+
vfile@^2.0.0:
7392+
version "2.3.0"
7393+
resolved "https://registry.yarnpkg.com/vfile/-/vfile-2.3.0.tgz#e62d8e72b20e83c324bc6c67278ee272488bf84a"
7394+
dependencies:
7395+
is-buffer "^1.1.4"
7396+
replace-ext "1.0.0"
7397+
unist-util-stringify-position "^1.0.0"
7398+
vfile-message "^1.0.0"
73807399

73817400
vinyl-fs@^3.0.3:
73827401
version "3.0.3"
@@ -7521,6 +7540,10 @@ write@^0.2.1:
75217540
dependencies:
75227541
mkdirp "^0.5.1"
75237542

7543+
x-is-string@^0.1.0:
7544+
version "0.1.0"
7545+
resolved "https://registry.yarnpkg.com/x-is-string/-/x-is-string-0.1.0.tgz#474b50865af3a49a9c4657f05acd145458f77d82"
7546+
75247547
xdg-basedir@^3.0.0:
75257548
version "3.0.0"
75267549
resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-3.0.0.tgz#496b2cc109eca8dbacfe2dc72b603c17c5870ad4"

0 commit comments

Comments
 (0)