From ee98ff7611a0a8c95944f8af3c0da9130563a5fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 09:25:43 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc from 0.25.12 to 0.25.13 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.12 to 0.25.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.25.12...v0.25.13) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- website/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package.json b/website/package.json index cf351d53442..62c78509fb0 100644 --- a/website/package.json +++ b/website/package.json @@ -48,7 +48,7 @@ "markdownlint-cli2": "^0.13.0", "postcss": "^8.4.38", "tailwindcss": "^3.4.3", - "typedoc": "^0.25.12", + "typedoc": "^0.25.13", "typedoc-plugin-markdown": "4.0.0-next.54", "typescript": "^5.4.4" }, diff --git a/yarn.lock b/yarn.lock index 073ebb4fc53..37f1dc14d82 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16019,10 +16019,10 @@ typedoc-plugin-markdown@4.0.0-next.54: resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.0.0-next.54.tgz#d143d7c9976ae10a4dd2ffc8093c14ec6775a63e" integrity sha512-Irb0AxXqRZCpXAcZpGGb3pqG4SP0DzT3Q88rI3ak4K37rJ4jgfNOf/jCTHhD/B2iFty9DKNlssia2ytXDdCOSA== -typedoc@^0.25.12: - version "0.25.12" - resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.12.tgz#f73f0a8d3731d418cc604d4230f95a857799e27a" - integrity sha512-F+qhkK2VoTweDXd1c42GS/By2DvI2uDF4/EpG424dTexSHdtCH52C6IcAvMA6jR3DzAWZjHpUOW+E02kyPNUNw== +typedoc@^0.25.13: + version "0.25.13" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.13.tgz#9a98819e3b2d155a6d78589b46fa4c03768f0922" + integrity sha512-pQqiwiJ+Z4pigfOnnysObszLiU3mVLWAExSPf+Mu06G/qsc3wzbuM56SZQvONhHLncLUhYzOVkjFFpFfL5AzhQ== dependencies: lunr "^2.3.9" marked "^4.3.0"