From 77380c52925fd451785f2de967cc578cbbcd874c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 30 Mar 2020 03:10:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MOCHA-561476 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b52839558..019b0f8b5 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "get-stdin": "^3.0.0", "meow": "^2.0.0", "mkdirp": "^0.5.0", - "mocha": "^2.0.1", + "mocha": "^6.0.0", "nan": "^1.3.0", "npmconf": "^2.1.1", "object-assign": "^2.0.0",