From 54a3a1d21562889e20e36d2cec8d5b524d720ec4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 22 Oct 2022 18:04:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-MOCHA-2863123 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 345cc37..4f213af 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "chai": "~3.2.0", "coffee-script": "~1.9.3", "csonschema": "^0.5.1", - "mocha": "^2.2.5", + "mocha": "^10.1.0", "optimist": "~0.6.1", "raml-parser": "^0.8.11", "refaker": "^0.2.5",