From adb7eec76231ef39d13682564d9a33c3cfdafe5d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Mar 2020 01:39:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d5b6e0..c9b38cd 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "jshint": "^2.8.0", "liquid.js": "^1.3.2", "marked": "^0.3.5", - "mocha": "^5.0.3", + "mocha": "^7.1.1", "mock-spawn": "^0.2.6", "sinon": "^1.15.4", "sinon-chai": "^2.8.0",