From 7acde2a7f6c58d515a38cc13b212de7f8913bdf1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Mar 2022 16:06:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae8f03d..d3a732e 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "homepage": "https://github.com/SARAN-thala/DataVisualization#readme", "dependencies": { "lodash": "^4.16.4", - "mocha": "^5.0.3", + "mocha": "^6.2.3", "papaparse": "^4.1.2" } }