From fa5005c0d5aab13d0aa51712d3bd40862fea3f2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 18:11:42 +0000 Subject: [PATCH] Bump typedoc-plugin-markdown from 4.0.2 to 4.3.1 Bumps [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) from 4.0.2 to 4.3.1. - [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.3.1/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] --- documentation/package.json | 2 +- package-lock.json | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/documentation/package.json b/documentation/package.json index 2df0f20f..546a3f5b 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -38,7 +38,7 @@ "docusaurus-plugin-typedoc-api": "^4.2.0", "typedoc": "^0.25.13", "typedoc-plugin-frontmatter": "^1.0.0", - "typedoc-plugin-markdown": "^4.0.2", + "typedoc-plugin-markdown": "^4.3.1", "typescript": "~5.2.2" }, "browserslist": { diff --git a/package-lock.json b/package-lock.json index e369791c..79771970 100644 --- a/package-lock.json +++ b/package-lock.json @@ -474,7 +474,7 @@ "docusaurus-plugin-typedoc-api": "^4.2.0", "typedoc": "^0.25.13", "typedoc-plugin-frontmatter": "^1.0.0", - "typedoc-plugin-markdown": "^4.0.2", + "typedoc-plugin-markdown": "^4.3.1", "typescript": "~5.2.2" }, "engines": { @@ -37629,11 +37629,16 @@ } }, "node_modules/typedoc-plugin-markdown": { - "version": "4.0.2", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.3.1.tgz", + "integrity": "sha512-cV0cjvNfr5keytkWUm5AXNFcW3/dd51BYFvbAVqo9AJbHZjt5SGkf2EZ0whSKCilqpwL7biPC/r1WNeW2NbV/w==", "dev": true, "license": "MIT", + "engines": { + "node": ">= 18" + }, "peerDependencies": { - "typedoc": "0.25.x" + "typedoc": "0.27.x" } }, "node_modules/typedoc/node_modules/brace-expansion": {