From 721b8a5740da7f5b389781e4f4cdaf99707c0971 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 23:35:34 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc from 0.26.9 to 0.26.10 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.26.9 to 0.26.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.26.9...v0.26.10) --- updated-dependencies: - dependency-name: typedoc 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 435f1a23a3..6c48a26a59 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "turbo": "^2.1.3", - "typedoc": "^0.26.9", + "typedoc": "^0.26.10", "typescript": "~5.6.3" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index 7f5f790ad5..765f0fcde8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9478,10 +9478,10 @@ typedarray@^0.0.6: resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== -typedoc@^0.26.9: - version "0.26.9" - resolved "https://registry.npmjs.org/typedoc/-/typedoc-0.26.9.tgz#a37075a2eeecc7348ab0fbc7d103b30283c00e8c" - integrity sha512-Rc7QpWL7EtmrT8yxV0GmhOR6xHgFnnhphbD9Suti3fz3um7ZOrou6q/g9d6+zC5PssTLZmjaW4Upmzv8T1rCcQ== +typedoc@^0.26.10: + version "0.26.10" + resolved "https://registry.npmjs.org/typedoc/-/typedoc-0.26.10.tgz#d372f171dc2c4458cbac6c473be9591042ab781d" + integrity sha512-xLmVKJ8S21t+JeuQLNueebEuTVphx6IrP06CdV7+0WVflUSW3SPmR+h1fnWVdAR/FQePEgsSWCUHXqKKjzuUAw== dependencies: lunr "^2.3.9" markdown-it "^14.1.0"