From 8d37c521774d54c698b0fbd29eacb59a25179347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 15:03:18 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc-plugin-markdown from 4.2.10 to 4.3.0 Bumps [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) from 4.2.10 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] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae33806..25f8887 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "cross-env": "7.0.3", "cz-git": "1.11.0", "typedoc": "0.26.11", - "typedoc-plugin-markdown": "4.2.10", + "typedoc-plugin-markdown": "4.3.0", "typescript": "5.7.2" }, "engines": { @@ -3403,15 +3403,16 @@ } }, "node_modules/typedoc-plugin-markdown": { - "version": "4.2.10", - "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.2.10.tgz", - "integrity": "sha512-PLX3pc1/7z13UJm4TDE9vo9jWGcClFUErXXtd5LdnoLjV6mynPpqZLU992DwMGFSRqJFZeKbVyqlNNeNHnk2tQ==", + "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.26.x" + "typedoc": "0.27.x" } }, "node_modules/typedoc/node_modules/brace-expansion": { diff --git a/package.json b/package.json index 670da11..35fb5f2 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "cross-env": "7.0.3", "cz-git": "1.11.0", "typedoc": "0.26.11", - "typedoc-plugin-markdown": "4.2.10", + "typedoc-plugin-markdown": "4.3.0", "typescript": "5.7.2" }, "config": {