From 7a5a56a6f3d61561e83193d996ccd4c34cb83063 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Oct 2025 10:00:31 +0000 Subject: [PATCH] fix: api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VALIDATOR-13395830 --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 8631663..017d785 100644 --- a/api/package.json +++ b/api/package.json @@ -36,6 +36,6 @@ "request-json": "^0.6.2", "sentencer": "^0.1.5", "serve-static": "^1.11.1", - "swagger-jsdoc": "^1.3.0" + "swagger-jsdoc": "^3.6.0" } }