From 91f2c547a139b83a19255be1f1b21edb133d5bba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Mar 2020 07:48:25 +0000 Subject: [PATCH] fix: upgrade mocha from 3.4.2 to 3.5.3 Snyk has created this PR to upgrade mocha from 3.4.2 to 3.5.3. See this package in NPM: https://www.npmjs.com/package/mocha See this project in Snyk: https://app.snyk.io/org/postman/project/ae835756-b33d-43a4-8da5-dad6fce89dd1?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e2cdff..d867927 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,6 @@ "homepage": "https://github.com/postmanlabs/sails-env-switch#readme", "devDependencies": { "chai": "4.0.2", - "mocha": "3.4.2" + "mocha": "3.5.3" } }