From fffb8185ec557d571c51789f21506c96624156cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 02:42:45 +0000 Subject: [PATCH] build(deps-dev): bump typedoc from 0.27.9 to 0.28.12 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.27.9 to 0.28.12. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.27.9...v0.28.12) --- updated-dependencies: - dependency-name: typedoc dependency-version: 0.28.12 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e6bd1ac..5abde13 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "oxlint": "^0.16.12", "tsc-alias": "^1.8.10", "tsc-esm-fix": "^3.1.0", - "typedoc": "^0.27.9", + "typedoc": "^0.28.12", "typedoc-plugin-include-example": "^2.0.2", "typedoc-plugin-inline-sources": "^1.1.0", "typedoc-plugin-rename-defaults": "^0.7.1",