From 53e3f4d94148256392a64156bc9a50e3343da5ad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 Oct 2025 06:48:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CSVTOJSON-13109616 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e137083..f559575 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "async": "^3.2.3", "axios": "^1.7.4", "bitcore-lib-zen": "git+https://github.com/psyraxaus/bitcore-lib-zen.git", - "csvtojson": "^2.0.10", + "csvtojson": "^2.0.13", "dotenv": "^16.0.1", "immutable": "^4.0.0", "json2csv": "^5.0.7",