From 0c5a227c2effd61292ade9998e08cbf24b6e6b3a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Jul 2024 09:30:52 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 984ba49..213efbb 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "gulp-util": "^3.0.7", "handlebars": "^4.1.2", "js-yaml": "^3.13.1", - "jsdoc-api": "^5.0.2", + "jsdoc-api": "^8.1.0", "jsdoc3-parser": "^1.0.4", "lodash.template": ">=4.5.0", "marked": "^2.0.0",