From adb6b2d547e131558bf78edf6c104bb088ccb36c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 08:43:09 +0000 Subject: [PATCH] Bump typedoc from 0.27.6 to 0.27.7 (#1695) Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.27.6 to 0.27.7. - [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.6...v0.27.7) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- packages/tools/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7275ca90f..9b978fb84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14699,9 +14699,9 @@ } }, "node_modules/typedoc": { - "version": "0.27.6", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.27.6.tgz", - "integrity": "sha512-oBFRoh2Px6jFx366db0lLlihcalq/JzyCVp7Vaq1yphL/tbgx2e+bkpkCgJPunaPvPwoTOXSwasfklWHm7GfAw==", + "version": "0.27.7", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.27.7.tgz", + "integrity": "sha512-K/JaUPX18+61W3VXek1cWC5gwmuLvYTOXJzBvD9W7jFvbPnefRnCHQCEPw7MSNrP/Hj7JJrhZtDDLKdcYm6ucg==", "license": "Apache-2.0", "dependencies": { "@gerrit0/mini-shiki": "^1.24.0", @@ -15817,7 +15817,7 @@ "esbuild": "^0.25.0", "minimatch": "^9.0.5", "type-fest": "^4.32.0", - "typedoc": "^0.27.6", + "typedoc": "^0.27.7", "typedoc-github-theme": "^0.2.1", "typescript": "~5.7.3" }, diff --git a/packages/tools/package.json b/packages/tools/package.json index df9cfb765..653e975d3 100644 --- a/packages/tools/package.json +++ b/packages/tools/package.json @@ -64,7 +64,7 @@ "minimatch": "^9.0.5", "typescript": "~5.7.3", "type-fest": "^4.32.0", - "typedoc": "^0.27.6", + "typedoc": "^0.27.7", "typedoc-github-theme": "^0.2.1", "@microsoft/tsdoc": "^0.15.1" },