From b7c7e91ec75c18fb5d5a1ff0caf25b5823f6859c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 06:13:31 +0000 Subject: [PATCH] Bump typedoc from 0.26.11 to 0.27.2 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.26.11 to 0.27.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.26.11...v0.27.2) --- 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 23d0b47..bafc3d7 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@types/bun": "^1.1.6", "consola": "^3.2.3", "msw": "^2.4.10", - "typedoc": "^0.26.5", + "typedoc": "^0.27.2", "typedoc-plugin-mdn-links": "^4.0.1", "typescript": "^5.5.4" },