From a74c0a156fcb869fc948422c2dc07bfc77130526 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Apr 2024 02:28:14 +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 60b709c4e..349182469 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "imagemin": "^4.0.0", "imagemin-optipng": "^4.3.0", "lint-staged": "^3.4.2", - "markdownlint": "^0.13.0", - "markdownlint-cli": "^0.15.0" + "markdownlint": "^0.32.0", + "markdownlint-cli": "^0.38.0" } }