From c078d76bf5ede00053fd3e8075fb852a574867bd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Dec 2021 19:18:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON2CSV-1932013 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3461c076..077c1203 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "fs-extra": "^5.0.0", "globby": "^7.1.1", "gulp": "^4.0.0", - "json-2-csv": "^2.1.1", + "json-2-csv": "^3.15.0", "jszip": "^3.1.3", "otp-matching": "^1.0.3", "request": "^2.88.0",