From daafafe087529f8821a9b379031502b21210491b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:44:36 +0000 Subject: [PATCH] build(deps-dev): bump typedoc from 0.26.11 to 0.27.4 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.26.11 to 0.27.4. - [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.4) --- 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..f16fcc8 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.4", "typescript": "^5.5.4", "typescript-eslint": "^8.0.0" },