From 66cf91b9f491e45260642113ca0633468509fe23 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 19:44:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f944b068..db920286 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "inquirer": "^1.2.3", "js-yaml": "^3.3.0", "lodash": "^4.17.2", - "mocha": "^3.2.0", + "mocha": "^10.6.0", "nodemon": "^1.3.7", "serve-static": "^1.9.2", "swagger-converter": "^1.4.1",