From e39d35e7b2c9584f1f858fb1a4f5178043590a70 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Mar 2020 06:27:39 +0000 Subject: [PATCH] fix: script/test/fixtures/nginx-node-redis/node/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- script/test/fixtures/nginx-node-redis/node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test/fixtures/nginx-node-redis/node/package.json b/script/test/fixtures/nginx-node-redis/node/package.json index 4d59b392b..36129e013 100644 --- a/script/test/fixtures/nginx-node-redis/node/package.json +++ b/script/test/fixtures/nginx-node-redis/node/package.json @@ -8,7 +8,7 @@ "dependencies": { "express": "^4.12.3", "hiredis": "^0.2.0", - "mocha": "^2.2.1", + "mocha": "^7.1.1", "redis": "^0.12.1" } }