Skip to content

Commit fd4f413

Browse files
committed
chore: pin doctoc to 2.0.0
1 parent 97f1399 commit fd4f413

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@typescript-eslint/eslint-plugin": "^5.23.0",
5656
"@typescript-eslint/parser": "^5.23.0",
5757
"audit-ci": "^6.0.0",
58-
"doctoc": "^2.0.0",
58+
"doctoc": "2.0.0",
5959
"eslint": "^7.7.0",
6060
"eslint-config-prettier": "^8.5.0",
6161
"eslint-import-resolver-typescript": "^2.5.0",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -952,16 +952,16 @@ dir-glob@^3.0.1:
952952
dependencies:
953953
path-type "^4.0.0"
954954

955-
doctoc@^2.0.0:
956-
version "2.0.1"
957-
resolved "https://registry.yarnpkg.com/doctoc/-/doctoc-2.0.1.tgz#d5aee2bce65a438ff8717d9e51df3d540caa3b78"
958-
integrity sha512-JsxnSVZtLCThKehjFPBDhP1+ZLmdfXQynZH/0ABAwrnd1Zf3AV6LigC9oWJyaZ+c6RXCDnlGUNJ7I+1v8VaaRg==
955+
956+
version "2.0.0"
957+
resolved "https://registry.yarnpkg.com/doctoc/-/doctoc-2.0.0.tgz#3c5c51ba89acb9b8e1924cc429500d6de2dfb90e"
958+
integrity sha512-thvCndtwVPe3GCDUG09NYPu9D72Ons3MFh/Fe5A3bePMHGa1XSMgJWyL04bkxa0DyyaylEB2UrqigbQM0fcj7w==
959959
dependencies:
960960
"@textlint/markdown-to-ast" "~6.1.7"
961961
anchor-markdown-header "~0.5.7"
962962
htmlparser2 "~4.1.0"
963963
minimist "~1.2.5"
964-
underscore "~1.12.1"
964+
underscore "~1.10.2"
965965
update-section "~0.3.3"
966966

967967
doctrine@^2.1.0:
@@ -3288,7 +3288,7 @@ unbox-primitive@^1.0.0:
32883288
has-symbols "^1.0.2"
32893289
which-boxed-primitive "^1.0.2"
32903290

3291-
underscore@^1.13.1, underscore@~1.12.1:
3291+
underscore@^1.13.1, underscore@~1.10.2:
32923292
version "1.13.1"
32933293
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.1.tgz#0c1c6bd2df54b6b69f2314066d65b6cde6fcf9d1"
32943294
integrity sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g==

0 commit comments

Comments
 (0)