From 57557fd9237fa98bc1dcf809c6e8de363ed9d4b9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Jul 2025 01:59:21 +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 984ba49..c8bd981 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "handlebars": "^4.1.2", "js-yaml": "^3.13.1", "jsdoc-api": "^5.0.2", - "jsdoc3-parser": "^1.0.4", + "jsdoc3-parser": "^3.0.0", "lodash.template": ">=4.5.0", "marked": "^2.0.0", "mkdirp": "^0.5.1",