From 5295fa406dc6c99371b82596980844c18b3f1a6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:50:55 +0100 Subject: [PATCH] build(deps-dev): bump typedoc from 0.26.8 to 0.26.11 (#1587) Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.26.8 to 0.26.11. - [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.26.8...v0.26.11) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Fabio Rigamonti <73019897+fabiorigam@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1b2bdb5d2..14298b1e6 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "ts-jest": "^29.2.5", "tsup": "^8.3.0", "turbo": "^2.3.0", - "typedoc": "^0.26.8", + "typedoc": "^0.26.11", "typedoc-plugin-missing-exports": "^3.0.0", "typescript": "^5.6.3", "typescript-eslint": "8.16.0" diff --git a/yarn.lock b/yarn.lock index 9d8d6432c..8b8b7eb31 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14269,10 +14269,10 @@ typedoc-plugin-missing-exports@^3.0.0: resolved "https://registry.yarnpkg.com/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-3.0.0.tgz#47ab7cf9b91967f50550b7f07549ed1b743f3726" integrity sha512-R7D8fYrK34mBFZSlF1EqJxfqiUSlQSmyrCiQgTQD52nNm6+kUtqwiaqaNkuJ2rA2wBgWFecUA8JzHT7x2r7ePg== -typedoc@^0.26.8: - version "0.26.8" - resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.26.8.tgz#94aad537f3886035bad7354bdb74a68b7a52473d" - integrity sha512-QBF0BMbnNeUc6U7pRHY7Jb8pjhmiNWZNQT8LU6uk9qP9t3goP9bJptdlNqMC0wBB2w9sQrxjZt835bpRSSq1LA== +typedoc@^0.26.11: + version "0.26.11" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.26.11.tgz#124b43a5637b7f3237b8c721691b44738c5c9dc9" + integrity sha512-sFEgRRtrcDl2FxVP58Ze++ZK2UQAEvtvvH8rRlig1Ja3o7dDaMHmaBfvJmdGnNEFaLTpQsN8dpvZaTqJSu/Ugw== dependencies: lunr "^2.3.9" markdown-it "^14.1.0"