From b66570ea079a1d81f49d23c24bfb7c91336a7e3a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Aug 2023 20:51:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKDOWNIT-2331914 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 770f68a..cb25a9b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@etclabscore/dl-github-releases": "^1.2.1", "fs-extra": "^9.1.0", "markdown-toc": "^1.2.0", - "markdownlint-cli": "^0.24.0", + "markdownlint-cli": "^0.31.0", "mdv": "^1.3.2", "mkdirp": "^1.0.4" }