From 8debb28222a207c930621b120f9a739571f69c13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 17:31:42 +0000 Subject: [PATCH] Bump typedoc-plugin-markdown from 4.0.2 to 4.2.9 Bumps [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) from 4.0.2 to 4.2.9. - [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.9/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 | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/documentation/package.json b/documentation/package.json index c51649b6..8bc42c34 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -39,7 +39,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.2.9", "typescript": "~5.2.2" }, "browserslist": { diff --git a/package-lock.json b/package-lock.json index 95a4c87c..2413e6d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -475,7 +475,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.2.9", "typescript": "~5.2.2" }, "engines": { @@ -37597,11 +37597,15 @@ } }, "node_modules/typedoc-plugin-markdown": { - "version": "4.0.2", + "version": "4.2.9", + "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.2.9.tgz", + "integrity": "sha512-Wqmx+7ezKFgtTklEq/iUhQ5uFeBDhAT6wiS2na9cFLidIpl9jpDHJy/COYh8jUZXgIRIZVQ/bPNjyrnPFoDwzg==", "dev": true, - "license": "MIT", + "engines": { + "node": ">= 18" + }, "peerDependencies": { - "typedoc": "0.25.x" + "typedoc": "0.26.x" } }, "node_modules/typedoc/node_modules/brace-expansion": {