From 59e6b68bfd1025ab4e331e7bf6beca020d7ecf61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 07:10:39 -0500 Subject: [PATCH] fix(deps): update dependency markdown-to-html-cli to v4 (#20) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5b64951..35feb57 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,6 @@ "license": "MIT", "dependencies": { "fs-extra": "~11.1.0", - "markdown-to-html-cli": "~3.7.0" + "markdown-to-html-cli": "~4.0.0" } }