From e3c33e9fbc8c67ce733237ff7c0c41f35654712f Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Wed, 4 Oct 2017 06:49:51 +0300 Subject: [PATCH] fix: package.json to reduce vulnerabilities (#81) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:growl:20160721 Latest report for eggjs/egg-bin: https://snyk.io/test/github/eggjs/egg-bin --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef169413..49b78ab2 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "globby": "^6.1.0", "inspector-proxy": "^1.0.0", "intelli-espower-loader": "^1.0.1", - "mocha": "^3.5.3", + "mocha": "^4.0.0", "mz-modules": "^2.0.0", "nyc": "^11.2.1", "power-assert": "^1.4.4",