From 8cd01c858dcb6d6916aa92943f73dbff261ee65e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 00:23:07 +0000 Subject: [PATCH] Bump typedoc-plugin-markdown from 4.10.0 to 4.11.0 in the docs group Bumps the docs group with 1 update: [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown). Updates `typedoc-plugin-markdown` from 4.10.0 to 4.11.0 - [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases) - [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-markdown/CHANGELOG.md) - [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/typedoc-plugin-markdown@4.11.0/packages/typedoc-plugin-markdown) --- updated-dependencies: - dependency-name: typedoc-plugin-markdown dependency-version: 4.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: docs ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c21e6d03..03b596ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "globals": "^17.4.0", "happy-dom": "^20.8.4", "typedoc": "^0.28.17", - "typedoc-plugin-markdown": "^4.10.0", + "typedoc-plugin-markdown": "^4.11.0", "typedoc-vitepress-theme": "^1.1.2", "typescript": "^5.9.3", "valibot": "^1.0.0", @@ -5738,9 +5738,9 @@ } }, "node_modules/typedoc-plugin-markdown": { - "version": "4.10.0", - "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.10.0.tgz", - "integrity": "sha512-psrg8Rtnv4HPWCsoxId+MzEN8TVK5jeKCnTbnGAbTBqcDapR9hM41bJT/9eAyKn9C2MDG9Qjh3MkltAYuLDoXg==", + "version": "4.11.0", + "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.11.0.tgz", + "integrity": "sha512-2iunh2ALyfyh204OF7h2u0kuQ84xB3jFZtFyUr01nThJkLvR8oGGSSDlyt2gyO4kXhvUxDcVbO0y43+qX+wFbw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 3a1c971b..7d987f4e 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "globals": "^17.4.0", "happy-dom": "^20.8.4", "typedoc": "^0.28.17", - "typedoc-plugin-markdown": "^4.10.0", + "typedoc-plugin-markdown": "^4.11.0", "typedoc-vitepress-theme": "^1.1.2", "typescript": "^5.9.3", "valibot": "^1.0.0",