From c9bb0eebe06ee46be9a7b14395787d90b6bd7956 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 00:56:04 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc from 0.27.6 to 0.27.7 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.27.6 to 0.27.7. - [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.27.6...v0.27.7) --- 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 9c89ea6376..0a93e5f2d1 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "turbo": "^2.4.0", - "typedoc": "^0.27.6", + "typedoc": "^0.27.7", "typescript": "~5.7.3" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index 73f9ed5f66..d19597d83c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9625,10 +9625,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.27.6: - version "0.27.6" - resolved "https://registry.npmjs.org/typedoc/-/typedoc-0.27.6.tgz#7e8d067bd5386b7908afcb12c9054a83e8bb326b" - integrity sha512-oBFRoh2Px6jFx366db0lLlihcalq/JzyCVp7Vaq1yphL/tbgx2e+bkpkCgJPunaPvPwoTOXSwasfklWHm7GfAw== +typedoc@^0.27.7: + version "0.27.7" + resolved "https://registry.npmjs.org/typedoc/-/typedoc-0.27.7.tgz#09047ffb5c845f45765de26c68b77260867fe967" + integrity sha512-K/JaUPX18+61W3VXek1cWC5gwmuLvYTOXJzBvD9W7jFvbPnefRnCHQCEPw7MSNrP/Hj7JJrhZtDDLKdcYm6ucg== dependencies: "@gerrit0/mini-shiki" "^1.24.0" lunr "^2.3.9"