From f7789a1996bed232b91da50bda2a84918c13c523 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 May 2018 06:50:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:diff:20180305 Latest report for 401ode/dashboard: https://snyk.io/test/github/401ode/dashboard --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d5b6e0..8a48f78 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "chai-as-promised": "^5.1.0", "gulp": "^4.0.0", "gulp-jshint": "^1.11.2", - "gulp-mocha": "^5.0.0", + "gulp-mocha": "^6.0.0", "jshint": "^2.8.0", "liquid.js": "^1.3.2", "marked": "^0.3.5",