From 9168d961923b3110e59a8837afcfe8b2a9e5a95c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Oct 2019 06:28:56 +0000 Subject: [PATCH] chore: upgrade mocha from 2.5.3 to 6.2.2 Snyk has created this PR to upgrade mocha from 2.5.3 to 6.2.2. See this package in NPM: https://www.npmjs.com/package/mocha See this project in Snyk: https://app.snyk.io/org/ajesse11x/project/22b05c4f-cc9a-4abb-86fc-c67046243258?utm_source=github&utm_medium=upgrade-pr --- 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..1b610fe71 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": "^6.2.2", "redis": "^0.12.1" } }