Skip to content

Commit 6d007ef

Browse files
dependabot[bot]jrolfs
authored andcommitted
feat(deps): bump doctoc from 2.0.0 to 2.0.1
Bumps [doctoc](https://github.com/thlorenz/doctoc) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/thlorenz/doctoc/releases) - [Commits](thlorenz/doctoc@v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: doctoc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 883a6ce commit 6d007ef

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"cosmiconfig": "^7.0.0",
6464
"cross-env": "^7.0.3",
6565
"cross-spawn": "^7.0.1",
66-
"doctoc": "^2.0.0",
66+
"doctoc": "^2.0.1",
6767
"eslint": "^7.28.0",
6868
"eslint-config-airbnb-typescript": "^12.3.1",
6969
"eslint-config-prettier": "^8.3.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -2844,16 +2844,16 @@ dir-glob@^3.0.1:
28442844
dependencies:
28452845
path-type "^4.0.0"
28462846

2847-
doctoc@^2.0.0:
2848-
version "2.0.0"
2849-
resolved "https://registry.yarnpkg.com/doctoc/-/doctoc-2.0.0.tgz#3c5c51ba89acb9b8e1924cc429500d6de2dfb90e"
2850-
integrity sha512-thvCndtwVPe3GCDUG09NYPu9D72Ons3MFh/Fe5A3bePMHGa1XSMgJWyL04bkxa0DyyaylEB2UrqigbQM0fcj7w==
2847+
doctoc@^2.0.1:
2848+
version "2.0.1"
2849+
resolved "https://registry.yarnpkg.com/doctoc/-/doctoc-2.0.1.tgz#d5aee2bce65a438ff8717d9e51df3d540caa3b78"
2850+
integrity sha512-JsxnSVZtLCThKehjFPBDhP1+ZLmdfXQynZH/0ABAwrnd1Zf3AV6LigC9oWJyaZ+c6RXCDnlGUNJ7I+1v8VaaRg==
28512851
dependencies:
28522852
"@textlint/markdown-to-ast" "~6.1.7"
28532853
anchor-markdown-header "~0.5.7"
28542854
htmlparser2 "~4.1.0"
28552855
minimist "~1.2.5"
2856-
underscore "~1.10.2"
2856+
underscore "~1.12.1"
28572857
update-section "~0.3.3"
28582858

28592859
doctrine@^2.1.0:
@@ -7291,10 +7291,10 @@ unbox-primitive@^1.0.0, unbox-primitive@^1.0.1:
72917291
has-symbols "^1.0.2"
72927292
which-boxed-primitive "^1.0.2"
72937293

7294-
underscore@~1.10.2:
7295-
version "1.10.2"
7296-
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.10.2.tgz#73d6aa3668f3188e4adb0f1943bd12cfd7efaaaf"
7297-
integrity sha512-N4P+Q/BuyuEKFJ43B9gYuOj4TQUHXX+j2FqguVOpjkssLUUrnJofCcBccJSCoeturDoZU6GorDTHSvUDlSQbTg==
7294+
underscore@~1.12.1:
7295+
version "1.12.1"
7296+
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.12.1.tgz#7bb8cc9b3d397e201cf8553336d262544ead829e"
7297+
integrity sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==
72987298

72997299
unherit@^1.0.4:
73007300
version "1.1.3"

0 commit comments

Comments
 (0)