From 3524138c69b4ab103d668fa304f61b4bdb90bfaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 06:02:47 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc-plugin-markdown from 4.1.1 to 4.2.5 Bumps [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) from 4.1.1 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-minor ... 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 78cacb9..d197cbb 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "eslint": "^8.57.0", "prettier": "^3.3.2", "typedoc": "^0.26.3", - "typedoc-plugin-markdown": "^4.1.1", + "typedoc-plugin-markdown": "^4.2.5", "typescript": "^5.5.2" } } diff --git a/yarn.lock b/yarn.lock index 53ab105..521b3ed 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.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.1.1.tgz#2e3efc9b009819866b0c6ebebe3aab04b28e135c" - integrity sha512-ZQv8FXn1TBZAvhWMgOL8hE472rwv1dzSr/KIIUGPmdNXybeS6jmK7d1OwKhorLuGbPDQGl6U97BwfkFTcydAkw== +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.3: version "0.26.3"