From dc7ec24f795faea24ad0d18f1608aec40b6f6957 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 10:16:29 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc-plugin-markdown from 4.0.0-next.45 to 4.0.0-next.49 (#5818) 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.45 to 4.0.0-next.49. - [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.49/packages/typedoc-plugin-markdown/CHANGELOG.md) - [Commits](https://github.com/tgreyuk/typedoc-plugin-markdown/commits/typedoc-plugin-markdown@4.0.0-next.49/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 56a1293511c..ff05b9aaadb 100644 --- a/website/package.json +++ b/website/package.json @@ -49,7 +49,7 @@ "postcss": "^8.4.33", "tailwindcss": "^3.4.1", "typedoc": "^0.25.7", - "typedoc-plugin-markdown": "4.0.0-next.45", + "typedoc-plugin-markdown": "4.0.0-next.49", "typescript": "^5.3.3" }, "browserslist": { diff --git a/yarn.lock b/yarn.lock index 8a43f85f3cb..5fcd64bf380 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15684,10 +15684,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typedoc-plugin-markdown@4.0.0-next.45: - version "4.0.0-next.45" - resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.0.0-next.45.tgz#c4111d3da160c311f142ab1ee11a20fdec4e299e" - integrity sha512-cZPsWqnWboyQf05N8HQXyXZPx3FucHKdmcAP4yFnT4lzG1GZCyjF5BZrdMmdZHUzllG8N9V/haj5obY4mvAxEQ== +typedoc-plugin-markdown@4.0.0-next.49: + version "4.0.0-next.49" + resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.0.0-next.49.tgz#13d21f5f7064ea43c2b903b92836012b87fa4840" + integrity sha512-bpBfMUKG4IacERH4+/p+SQfyOOOfhHMssxZJRRmVdGuBIAStyyofWiTg5NIDKlkKKf6ujLz04qciVgz8jgDuQA== typedoc@^0.25.7: version "0.25.7"