From e753c68077921c2f043a9c054ec78de801530447 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Oct 2020 08:51:07 +0000 Subject: [PATCH] fix: test/template-validation-tests/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 --- test/template-validation-tests/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/template-validation-tests/package.json b/test/template-validation-tests/package.json index f6f7aed58167..071e2f1a2d70 100644 --- a/test/template-validation-tests/package.json +++ b/test/template-validation-tests/package.json @@ -16,7 +16,7 @@ "grunt-strip-json-comments": "^2.2.0", "grunt-tv4": "^2.0.0", "load-grunt-tasks": "^3.5.2", - "mocha": "^5.1.1" + "mocha": "^3.0.0" }, "dependencies": { "chai": "^4.1.2", @@ -27,7 +27,7 @@ "jsonlint": "1.6.3", "json-parser": "^1.1.5", "line-column": "^1.0.2", - "mocha": "^2.3.3", + "mocha": "^3.0.0", "recursive-readdir": "^2.2.1", "should": "^13.1.2", "mochawesome": "^3.0.2",