From ec0d54a22f6d7a58b402e0cbbf30dfc870e3012b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 17:56:18 +0000 Subject: [PATCH] Bump typedoc-plugin-markdown from 4.0.2 to 4.2.7 Bumps [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) from 4.0.2 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-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 14ffb3be..ef15a7e1 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.2.7", "typescript": "~5.2.2" }, "browserslist": { diff --git a/package-lock.json b/package-lock.json index 88e3b05a..b1029f03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -480,7 +480,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.7", "typescript": "~5.2.2" }, "engines": { @@ -38031,11 +38031,15 @@ } }, "node_modules/typedoc-plugin-markdown": { - "version": "4.0.2", + "version": "4.2.7", + "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.2.7.tgz", + "integrity": "sha512-bLsQdweSm48P9j6kGqQ3/4GCH5zu2EnURSkkxqirNc+uVFE9YK825ogDw+WbNkRHIV6eZK/1U43gT7YfglyYOg==", "dev": true, - "license": "MIT", + "engines": { + "node": ">= 18" + }, "peerDependencies": { - "typedoc": "0.25.x" + "typedoc": "0.26.x" } }, "node_modules/typedoc/node_modules/brace-expansion": {