From dd76503c2344798f4ecd09a6875ff148b204a37f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Mar 2024 12:38:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKDOWNIT-6483324 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d3a3392..d99663b 100644 --- a/package.json +++ b/package.json @@ -70,8 +70,8 @@ "jsdoc": "3.6.3", "jsonlint": "^1.6.3", "license-checker": "^25.0.1", - "markdownlint": "^0.17.2", - "markdownlint-cli": "^0.19.0", + "markdownlint": "^0.32.0", + "markdownlint-cli": "^0.38.0", "remark": "^11.0.2", "remark-cli": "^7.0.1", "remark-lint": "^6.0.5",