From 0f683a3d8e36e8dcdb48335b85bfa7acd23e5daa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Apr 2020 02:45:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PAPAPARSE-564258 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae8f03d..8d8c9ac 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,6 @@ "dependencies": { "lodash": "^4.16.4", "mocha": "^5.0.3", - "papaparse": "^4.1.2" + "papaparse": "^5.2.0" } }