From c5e112ee3d24413276553594ab9736fbfda46a71 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 10:23:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd7bf16..b6f715f 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "chai": "^3.5.0", "lodash": "3.6.0", - "mocha": "^3.2.0", + "mocha": "^4.0.0", "moment": "^2.18.1", "querystring": "^0.2.0", "request": "2.x.x",