From 44c3dca3ab9bed870e3120987a976f411e9af902 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 23:05:12 +0000 Subject: [PATCH] Bump markdown-it-table-of-contents from 0.9.0 to 1.0.0 Bumps [markdown-it-table-of-contents](https://github.com/cmaas/markdown-it-table-of-contents) from 0.9.0 to 1.0.0. - [Release notes](https://github.com/cmaas/markdown-it-table-of-contents/releases) - [Changelog](https://github.com/cmaas/markdown-it-table-of-contents/blob/master/CHANGELOG.md) - [Commits](https://github.com/cmaas/markdown-it-table-of-contents/compare/v0.9.0...v1.0.0) --- updated-dependencies: - dependency-name: markdown-it-table-of-contents dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f1cb50f..ec7156d 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "markdown-it-mark": "^4.0.0", "markdown-it-sub": "^2.0.0", "markdown-it-sup": "^2.0.0", - "markdown-it-table-of-contents": "^0.9.0", + "markdown-it-table-of-contents": "^1.0.0", "markdown-it-task-lists": "^2.1.1", "mine.css": "^10.0.0", "p-map": "^7.0.2",