Skip to content

Commit 4a06d97

Browse files
chore(deps): update dependency doctoc to v2.2.1 (#5648)
* chore(deps): update dependency doctoc to v2.2.1 * chore: update doctoc version in build.yaml Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Joe Previte <[email protected]>
1 parent 514dbf3 commit 4a06d97

File tree

3 files changed

+340
-212
lines changed

3 files changed

+340
-212
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
cache: "yarn"
5959

6060
- name: Install doctoc
61-
run: yarn global add doctoc@2.0.0
61+
run: yarn global add doctoc@2.2.1
6262

6363
- name: Run doctoc
6464
if: steps.changed-files.outputs.any_changed == 'true'

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.2.1",
5959
"eslint": "^7.7.0",
6060
"eslint-config-prettier": "^8.5.0",
6161
"eslint-import-resolver-typescript": "^2.5.0",

0 commit comments

Comments
 (0)