From 22b95df91d3c69d98ddf9dbaee979bac62298016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 08:52:47 +0000 Subject: [PATCH] Bump typedoc-plugin-markdown from 4.4.0 to 4.4.1 (#5283) Bumps [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) from 4.4.0 to 4.4.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.4.1/packages/typedoc-plugin-markdown) --- updated-dependencies: - dependency-name: typedoc-plugin-markdown dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9d2bee0e13..922363e266 100644 --- a/package-lock.json +++ b/package-lock.json @@ -123,7 +123,7 @@ "ts-node": "^10.9.2", "tslib": "^2.8.1", "typedoc": "^0.27.6", - "typedoc-plugin-markdown": "^4.4.0", + "typedoc-plugin-markdown": "^4.4.1", "typedoc-plugin-missing-exports": "^3.1.0", "typescript": "^5.7.2", "vitest": "2.2.0-beta.2", @@ -13730,9 +13730,9 @@ } }, "node_modules/typedoc-plugin-markdown": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.4.0.tgz", - "integrity": "sha512-4207DYcxJGWQRrEVTza7XkIo7ldhuEzJBaZO6dX5ogUGlvWeRTo4uiN+R1F11ttJGh4toLtxrpoi2wTTP+nEwA==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.4.1.tgz", + "integrity": "sha512-fx23nSCvewI9IR8lzIYtzDphETcgTDuxKcmHKGD4lo36oexC+B1k4NaCOY58Snqb4OlE8OXDAGVcQXYYuLRCNw==", "dev": true, "engines": { "node": ">= 18" diff --git a/package.json b/package.json index 787bf9c7a0..6b87c87200 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "ts-node": "^10.9.2", "tslib": "^2.8.1", "typedoc": "^0.27.6", - "typedoc-plugin-markdown": "^4.4.0", + "typedoc-plugin-markdown": "^4.4.1", "typedoc-plugin-missing-exports": "^3.1.0", "typescript": "^5.7.2", "vitest": "2.2.0-beta.2",