From 9b1d3b65683fc03ef8f34426017307b338bb9700 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Nov 2025 15:43:53 +0000 Subject: [PATCH] fix: packages/deep-microservice-analysis/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- packages/deep-microservice-analysis/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/deep-microservice-analysis/package.json b/packages/deep-microservice-analysis/package.json index e23aae814..ee2fe82cb 100644 --- a/packages/deep-microservice-analysis/package.json +++ b/packages/deep-microservice-analysis/package.json @@ -23,7 +23,7 @@ "chai": "^4.3.4", "chai-as-promised": "^7.1.1", "deep-equal": "^2.0.5", - "mocha": "^9.1.3", + "mocha": "^10.6.0", "sinon": "^12.0.1", "sinon-chai": "^3.7.0" },