From e33d20ca59912d6d3166cff74009123f62aa4be7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 16:47:54 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc in the typedoc group Bumps the typedoc group with 1 update: [typedoc](https://github.com/TypeStrong/TypeDoc). Updates `typedoc` from 0.28.15 to 0.28.16 - [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.15...v0.28.16) --- updated-dependencies: - dependency-name: typedoc dependency-version: 0.28.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typedoc ... 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 3cfb50e1..370e96b4 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "shx": "^0.4.0", "size-limit": "^12.0.0", "ts-node": "^10.9.2", - "typedoc": "^0.28.15", + "typedoc": "^0.28.16", "typedoc-plugin-mdn-links": "^5.0.1", "typescript": "^5.8.3" }, diff --git a/yarn.lock b/yarn.lock index dc663a66..bc5adb9b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4055,10 +4055,10 @@ typedoc-plugin-mdn-links@^5.0.1: resolved "https://registry.yarnpkg.com/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-5.0.10.tgz#e66cb996c182ffb7df80a2d10a6f0af76bab7a40" integrity sha512-TOMj1+fyhqhdJaMwfkw7ANz+0KHjRVUnE/SorPW83wghElmsMxxCZhDSBgF2hRB9+qsf/qIjDw65RDay94E2Wg== -typedoc@^0.28.15: - version "0.28.15" - resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.28.15.tgz#667faf77eb934deb935fbfd5108a6de5f953948f" - integrity sha512-mw2/2vTL7MlT+BVo43lOsufkkd2CJO4zeOSuWQQsiXoV2VuEn7f6IZp2jsUDPmBMABpgR0R5jlcJ2OGEFYmkyg== +typedoc@^0.28.16: + version "0.28.16" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.28.16.tgz#3901672c48746587fa24390077d07317a1fd180f" + integrity sha512-x4xW77QC3i5DUFMBp0qjukOTnr/sSg+oEs86nB3LjDslvAmwe/PUGDWbe3GrIqt59oTqoXK5GRK9tAa0sYMiog== dependencies: "@gerrit0/mini-shiki" "^3.17.0" lunr "^2.3.9"