From d8463b207de44b51e171331c6e90fe6f93c38e70 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Sep 2022 04:09:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-MOCHA-561476 - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:growl:20160721 - https://snyk.io/vuln/npm:minimatch:20160620 - https://snyk.io/vuln/npm:ms:20170412 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f7c185..169deff 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,6 @@ "license": "MIT", "dependencies": { "chai": "^3.5.0", - "mocha": "^2.4.5" + "mocha": "^6.2.3" } }