From cf115c44dc36b6b4276c248c4cb66ecf5b029cf0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Dec 2024 21:23:15 +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 6bdc8f610c9e..cdf1118489be 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "count-array-values": "^1.2.1", "csp-parse": "0.0.2", "csv-parse": "^4.8.8", - "csv-parser": "^2.3.3", + "csv-parser": "^3.1.0", "dedent": "^0.7.0", "del": "^4.1.1", "dependency-check": "^4.1.0",