From 9a9bf4f74e8abeb10faa9aadec38c17567533f6b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 30 Mar 2020 04:02:23 +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 4ab475b..f2c1ca3 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "jquery": "3.4.1", "js-yaml": "3.13.1", "marked": "0.5.2", - "mocha": "5.2.0", + "mocha": "6.0.0", "morgan": "1.9.1", "mustache": "2.2.1", "portal-env": "file:../portal-env.tgz",