From bd0ff9163d6143b0f915c69f34ed26d0a66a8f3e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 30 Mar 2020 06:11:25 +0000 Subject: [PATCH] fix: tests/js/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MOCHA-561476 --- tests/js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/js/package.json b/tests/js/package.json index 1ccc104..b6ee043 100644 --- a/tests/js/package.json +++ b/tests/js/package.json @@ -12,7 +12,7 @@ "chai": "^4.1.2", "fs-extra": "^5.0.0", "grpc": "^1.9.1", - "mocha": "^5.0.1", + "mocha": "^6.0.0", "qrllib": "^0.8.9", "temp": "^0.8.3" }