From 4ccf4b70569b9614b9dfbc72614a5df4856482f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 12:27:39 +0200 Subject: [PATCH] chore(deps-dev): bump typedoc-plugin-markdown from 4.1.2 to 4.2.0 (#8034) Bumps [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) from 4.1.2 to 4.2.0. - [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.0/packages/typedoc-plugin-markdown) --- updated-dependencies: - dependency-name: typedoc-plugin-markdown dependency-type: direct:development update-type: version-update:semver-minor ... 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 e127410ceca..45589a2ac84 100644 --- a/website/package.json +++ b/website/package.json @@ -50,7 +50,7 @@ "postcss": "^8.4.39", "tailwindcss": "^3.4.4", "typedoc": "^0.26.4", - "typedoc-plugin-markdown": "^4.1.2", + "typedoc-plugin-markdown": "^4.2.0", "typescript": "^5.5.3" }, "browserslist": { diff --git a/yarn.lock b/yarn.lock index a14d0980207..7f38a02d4a7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -19275,10 +19275,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typedoc-plugin-markdown@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.1.2.tgz#0951cfd33a2059940db900ada3c174522f13177c" - integrity sha512-jZt8jmQLbmg9jmFQyfJrjLf6ljRwJ5fKMeqmFr0oPXmeX5ZRYYtCe6y/058vDESE/R+TwEvNua6SuG43UBbszw== +typedoc-plugin-markdown@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.2.0.tgz#17fbe39eec0bba1c8f1ad5cf651010dc6fbc2c56" + integrity sha512-6ok97BeH99X+yJ8wx8AkaGU8nOfxqCHKO0DIL6hl7QwWNyj0cklEO+fRfsQpzo6j/P7egkonOVDfd6EfXzc+Kg== typedoc@^0.26.4: version "0.26.4"