From a78dd94320653e7eb5309c53527776fee395781a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Oct 2022 03:36:10 +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 7fa68bd..82c189e 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,6 @@ "chai": "^4.1.2", "eslint": "^7.22.0", "istanbul": "^0.4.5", - "mocha": "^8.3.2" + "mocha": "^10.1.0" } }