From af981d3bf003c3bf0f5dad9f3861ed39ee0648fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 01:19:30 +0900 Subject: [PATCH] chore(deps-dev): bump typedoc from 0.25.13 to 0.26.2 (#260) Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.13 to 0.26.2. - [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.25.13...v0.26.2) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e7161df..111e23e 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "mocha": "^10.1.0", "sinon": "^17.0.1", "ts-node": "^10.9.1", - "typedoc": "^0.25.0", + "typedoc": "^0.26.2", "typedoc-plugin-rename-defaults": "^0.7.0", "typescript": "^5.0.3" },