From 55faf29d3b74f838d3b6ab9e4de6b0feedf3a0c7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Dec 2024 04:56:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 - https://snyk.io/vuln/npm:minimatch:20160620 - 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 345cc37..162f78b 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": "^11.0.1", "optimist": "~0.6.1", "raml-parser": "^0.8.11", "refaker": "^0.2.5",