From 19e3c7bd00eebc3dabb2c8591d0b773baf54bfa1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 May 2022 06:27:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:ms:20170412 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 41213a1c0..237af168e 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "read": "~1.0.5", "form-data": "~0.2.0", "chai": "~1.5.0", - "mocha": "1.8.2" + "mocha": "1.12.1" }, "scripts": { "start": "node server.js"