From 4eab4cbf091109f3aab1e1e2d72c805618e3bc1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 10:38:09 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc-plugin-markdown from 4.2.4 to 4.2.5 (#8494) Bumps [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) from 4.2.4 to 4.2.5. - [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases) - [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-markdown/CHANGELOG.md) - [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/typedoc-plugin-markdown@4.2.5/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 21bea942c45..9c57b246394 100644 --- a/website/package.json +++ b/website/package.json @@ -50,7 +50,7 @@ "postcss": "^8.4.41", "tailwindcss": "^3.4.10", "typedoc": "^0.26.5", - "typedoc-plugin-markdown": "^4.2.4", + "typedoc-plugin-markdown": "^4.2.5", "typescript": "^5.5.4" }, "browserslist": { diff --git a/yarn.lock b/yarn.lock index 28598448c97..01aede08d0c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -19521,10 +19521,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typedoc-plugin-markdown@^4.2.4: - version "4.2.4" - resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.2.4.tgz#91253bdd94c117a72916b08816be80d949e0c078" - integrity sha512-9jdYqF5Sx1qxvSo7wV1mUHA2XYn3Y1DJ/ttCWW1V4lHdzDAwIA/EB9U92Ryx3GOSD73X1u8eTu8fBjoCmkURTQ== +typedoc-plugin-markdown@^4.2.5: + version "4.2.5" + resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.2.5.tgz#ec99c1849626c74897eae368b6ccf6c609bfdf7e" + integrity sha512-ZWIfc0OqwEtQfuaqbmM1kesMi/Fhc++W+5f3TDEm1Tsi28pHSoZk4WCOm4lNuN30WtEImwAHhhXC4DIWki1DiA== typedoc@^0.26.5: version "0.26.5"