From 91676aff48c8ab881065e842d5acad9890bd59dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 17:43:57 +0000 Subject: [PATCH] Bump typedoc-plugin-markdown from 4.0.2 to 4.3.0 Bumps [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) from 4.0.2 to 4.3.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.3.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] --- 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..4358d59d 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.0", "typescript": "~5.2.2" }, "browserslist": { diff --git a/package-lock.json b/package-lock.json index e369791c..e5383444 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.0", "typescript": "~5.2.2" }, "engines": { @@ -37629,11 +37629,16 @@ } }, "node_modules/typedoc-plugin-markdown": { - "version": "4.0.2", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.3.0.tgz", + "integrity": "sha512-yAR7+JGSwHWNzQhS8AFlGX6GmbWnK7/Q2Y8hHy5pkL/WB9ooJqhsI6B1abldhM3lOQCWqCdkzu9yFMPuvl2HUw==", "dev": true, "license": "MIT", + "engines": { + "node": ">= 18" + }, "peerDependencies": { - "typedoc": "0.25.x" + "typedoc": "0.27.x" } }, "node_modules/typedoc/node_modules/brace-expansion": {