From 26728c9a0249f430145237837dbddb807c4f4847 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Mar 2018 07:46:24 +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 homelessducks/csrah: https://snyk.io/test/github/homelessducks/csrah --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d986a5..5c85e50 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "CC Inc.", "license": "private", "dependencies": { - "mocha": "^3.5.3", + "mocha": "^5.0.3", "should": "^13.1.0", "sinon": "^4.0.0" }