From 6cc784f124914923b6917e9200ff7561c091b86a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Jan 2023 19:53:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSZIP-3188562 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5790926cd..6242c583e 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "dependencies": { "archiver": "^1.3.0", "fast-csv": "^2.4.0", - "jszip": "3.1.3", + "jszip": "3.8.0", "moment": ">=2.19.3", "node-unzip-2": "^0.2.7", "promish": ">=5.0.2",