From d0dd2ae3e77ad2e46d8b6d6f9d4eb3a948401d80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 05:22:00 +0000 Subject: [PATCH] Update typedoc requirement in /website in the ecosystem group Updates the requirements on [typedoc](https://github.com/TypeStrong/TypeDoc) to permit the latest version. Updates `typedoc` to 0.27.5 - [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.27.4...v0.27.5) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development dependency-group: ecosystem ... Signed-off-by: dependabot[bot] --- website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/package.json b/website/package.json index 347212107c..092920caa6 100644 --- a/website/package.json +++ b/website/package.json @@ -54,7 +54,7 @@ "rimraf": "^5.0.0", "ts-loader": "^9.5.1", "ts-node": "^10.9.1", - "typedoc": "^0.27.4", + "typedoc": "^0.27.5", "typedoc-github-theme": "^0.2.0", "write-file-webpack-plugin": "^4.5.1" }