From ec611db7cf5431c7738ae550c35310bd7b2c82a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 10:07:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKED-2342073 - https://snyk.io/vuln/SNYK-JS-MARKED-2342082 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MARKDOWNIT-2331914 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 984ba49..102272a 100644 --- a/package.json +++ b/package.json @@ -39,11 +39,11 @@ "gulp-util": "^3.0.7", "handlebars": "^4.1.2", "js-yaml": "^3.13.1", - "jsdoc-api": "^5.0.2", - "jsdoc3-parser": "^1.0.4", + "jsdoc-api": "^7.1.1", + "jsdoc3-parser": "^3.0.0", "lodash.template": ">=4.5.0", "marked": "^2.0.0", - "mkdirp": "^0.5.1", + "mkdirp": "^0.5.6", "rimraf": "^2.2.8", "sassdoc": "^2.7.3", "string-template": "^0.2.0",