From ddf9d34492369d3775ed84ec2d990c8d9b5733bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 07:31:45 +0000 Subject: [PATCH] build(deps-dev): bump typedoc from 0.28.9 to 0.28.10 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.28.9 to 0.28.10. - [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.28.9...v0.28.10) --- updated-dependencies: - dependency-name: typedoc dependency-version: 0.28.10 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b6953a347..e745bd16f 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "globals": "^16.3.0", "npm-run-all": "^4.1.5", "rimraf": "^6.0.1", - "typedoc": "^0.28.9", + "typedoc": "^0.28.10", "typedoc-material-theme": "^1.4.0", "typedoc-plugin-coverage": "^4.0.1", "typedoc-plugin-markdown": "^4.8.0", diff --git a/yarn.lock b/yarn.lock index 88c8b37e8..63d1aab52 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2551,10 +2551,10 @@ typedoc-plugin-rename-defaults@^0.7.3: dependencies: camelcase "^8.0.0" -typedoc@^0.28.9: - version "0.28.9" - resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.28.9.tgz#9af272796c6e68077a044149d1f7626b37de9693" - integrity sha512-aw45vwtwOl3QkUAmWCnLV9QW1xY+FSX2zzlit4MAfE99wX+Jij4ycnpbAWgBXsRrxmfs9LaYktg/eX5Bpthd3g== +typedoc@^0.28.10: + version "0.28.10" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.28.10.tgz#566a19201e7469dc5ca3cc436049655e0beb0201" + integrity sha512-zYvpjS2bNJ30SoNYfHSRaFpBMZAsL7uwKbWwqoCNFWjcPnI3e/mPLh2SneH9mX7SJxtDpvDgvd9/iZxGbo7daw== dependencies: "@gerrit0/mini-shiki" "^3.9.0" lunr "^2.3.9"