From c0ca565c291cc33cdef6d8b8816140fbd39885fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 10:00:02 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc-plugin-markdown Bumps [typedoc-plugin-markdown](https://github.com/tgreyuk/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) from 4.0.0-next.54 to 4.0.0-next.55. - [Release notes](https://github.com/tgreyuk/typedoc-plugin-markdown/releases) - [Changelog](https://github.com/tgreyuk/typedoc-plugin-markdown/blob/typedoc-plugin-markdown@4.0.0-next.55/packages/typedoc-plugin-markdown/CHANGELOG.md) - [Commits](https://github.com/tgreyuk/typedoc-plugin-markdown/commits/typedoc-plugin-markdown@4.0.0-next.55/packages/typedoc-plugin-markdown) --- updated-dependencies: - dependency-name: typedoc-plugin-markdown 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 62c78509fb0..d75d6e91b1f 100644 --- a/website/package.json +++ b/website/package.json @@ -49,7 +49,7 @@ "postcss": "^8.4.38", "tailwindcss": "^3.4.3", "typedoc": "^0.25.13", - "typedoc-plugin-markdown": "4.0.0-next.54", + "typedoc-plugin-markdown": "4.0.0-next.55", "typescript": "^5.4.4" }, "browserslist": { diff --git a/yarn.lock b/yarn.lock index e19ebc48c0c..f42c549c489 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15899,10 +15899,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typedoc-plugin-markdown@4.0.0-next.54: - version "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-plugin-markdown@4.0.0-next.55: + version "4.0.0-next.55" + resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.0.0-next.55.tgz#624ea848b7b73b093fbb3905b28effb885805dea" + integrity sha512-bwEEBkAP0kHnjE10QzPBXAri5yHYmgb+vZP+xn9GirBLCk3lt7SMUiUx0fj7lEtTmbgIH0rv20f3xP+JWxCPHg== typedoc@^0.25.13: version "0.25.13"