From 7389da965b3dacb7445674bfc3a3e29d1e34f144 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 31 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 - https://snyk.io/vuln/SNYK-JS-MOCHA-561476 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5d5b6e0..e2192ee 100644 --- a/package.json +++ b/package.json @@ -20,11 +20,11 @@ "chai-as-promised": "^5.1.0", "gulp": "^4.0.0", "gulp-jshint": "^1.11.2", - "gulp-mocha": "^5.0.0", + "gulp-mocha": "^7.0.0", "jshint": "^2.8.0", "liquid.js": "^1.3.2", "marked": "^0.3.5", - "mocha": "^5.0.3", + "mocha": "^6.0.0", "mock-spawn": "^0.2.6", "sinon": "^1.15.4", "sinon-chai": "^2.8.0",