From fe8231bda5dc28077db114fd6fb483cc1b33fc7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 08:05:43 +0000 Subject: [PATCH] build(deps-dev): bump typedoc from 0.26.11 to 0.27.6 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.26.11 to 0.27.6. - [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.26.11...v0.27.6) --- updated-dependencies: - dependency-name: typedoc 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 b9055a2..7eb097a 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "rollup-plugin-esbuild": "^6.1.1", "ts-jest": "^29.2.2", "tslib": "^2.8.1", - "typedoc": "^0.26.5", + "typedoc": "^0.27.6", "typescript": "^5.5.4", "typescript-eslint": "^8.0.0" },