From d2f1b4007dad01a549e14e7b6724e31d42cab036 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Mar 2024 06:07:32 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a0fb6c..81b0f1d 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "jsonwebtoken": "^9.0.0", "jwt-decode": "^2.2.0", "lodash": "^4.17.4", - "markdownlint-cli": "^0.19.0", + "markdownlint-cli": "^0.38.0", "moment": "^2.19.2", "morgan": "^1.8.2", "node-sass": "^6.0.1",