From 4e7d07f3fbe5cc8aac6575a1ac38bc69614dcd06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 05:24:32 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc-plugin-markdown from 4.2.5 to 4.2.7 Bumps [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) from 4.2.5 to 4.2.7. - [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.7/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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a83a915..4da1555 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "eslint": "^8.57.0", "prettier": "^3.3.2", "typedoc": "^0.26.6", - "typedoc-plugin-markdown": "^4.2.5", + "typedoc-plugin-markdown": "^4.2.7", "typescript": "^5.5.4" } } diff --git a/yarn.lock b/yarn.lock index 520c267..257b9c4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2149,10 +2149,10 @@ type-is@~1.6.18: media-typer "0.3.0" mime-types "~2.1.24" -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-plugin-markdown@^4.2.7: + version "4.2.7" + resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.2.7.tgz#8072b5d91b14492309f536159c9184f8e57e2223" + integrity sha512-bLsQdweSm48P9j6kGqQ3/4GCH5zu2EnURSkkxqirNc+uVFE9YK825ogDw+WbNkRHIV6eZK/1U43gT7YfglyYOg== typedoc@^0.26.6: version "0.26.6"