From 1275c3cc4c691460deb7bc0572f74d5e8e9c4887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 08:04:03 +0000 Subject: [PATCH] chore(dev-deps): 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 82eb1ca..8c5f3e6 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "ts-morph": "^24.0.0", "ts-node": "^10.9.2", "ts-patch": "^3.3.0", - "typedoc": "^0.28.9", + "typedoc": "^0.28.13", "typescript": "^5.9.2" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index c12ecc2..ce4fdc7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6120,10 +6120,10 @@ typedoc@^0.26.5: shiki "^1.16.2" yaml "^2.5.1" -typedoc@^0.28.9: - 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"