From 21b1cd0a05657a93411a5db8aea01398418ab3b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Oct 2022 05:57:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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 d89b0a6..aa6012f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "lodash": "^4.0.1", - "mocha": "^5.0.3", + "mocha": "^10.1.0", "must": "^0.13.1" } }