From 7115b0d8e201dd9d4c3fe491226f3b4720f4b72a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 04:08:22 +0000 Subject: [PATCH] build(deps-dev): bump typedoc from 0.28.12 to 0.28.13 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.28.12 to 0.28.13. - [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.12...v0.28.13) --- updated-dependencies: - dependency-name: typedoc dependency-version: 0.28.13 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 a8dfec282..d42a3eafe 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "globals": "^16.4.0", "npm-run-all": "^4.1.5", "rimraf": "^6.0.1", - "typedoc": "^0.28.12", + "typedoc": "^0.28.13", "typedoc-material-theme": "^1.4.0", "typedoc-plugin-coverage": "^4.0.1", "typedoc-plugin-markdown": "^4.8.1", diff --git a/yarn.lock b/yarn.lock index c0926b61b..0ed2f4961 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2552,10 +2552,10 @@ typedoc-plugin-rename-defaults@^0.7.3: dependencies: camelcase "^8.0.0" -typedoc@^0.28.12: - version "0.28.12" - resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.28.12.tgz#1baa55ab242e237fc896bc01b57cf5f8bd995d32" - integrity sha512-H5ODu4f7N+myG4MfuSp2Vh6wV+WLoZaEYxKPt2y8hmmqNEMVrH69DAjjdmYivF4tP/C2jrIZCZhPalZlTU/ipA== +typedoc@^0.28.13: + version "0.28.13" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.28.13.tgz#8f348898c33242be190e5d395d43758cf14c650c" + integrity sha512-dNWY8msnYB2a+7Audha+aTF1Pu3euiE7ySp53w8kEsXoYw7dMouV5A1UsTUY345aB152RHnmRMDiovuBi7BD+w== dependencies: "@gerrit0/mini-shiki" "^3.12.0" lunr "^2.3.9"