From 7d33bcf45b0350366a499ded673c7ea65e40eaac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 23:38:24 +0900 Subject: [PATCH] chore(deps-dev): bump typedoc from 0.23.28 to 0.24.4 (#154) Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.23.28 to 0.24.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.23.28...v0.24.4) --- 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 cb37c0e2..8ae18163 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "mocha": "^10.1.0", "sinon": "^15.0.2", "ts-node": "^10.9.1", - "typedoc": "^0.23.19", + "typedoc": "^0.24.4", "typedoc-plugin-rename-defaults": "^0.6.4", "typescript": "^5.0.3" },