From 23b84f19e600ed2b185c8afa29f33957978ef2c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Oct 2022 03:18:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-MOCHA-2863123 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae8f03d..49c0280 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": "^10.1.0", "papaparse": "^4.1.2" } }