From 3f4606191d05cabcfd1e9881aa4a376b2900150f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:53:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5790926cd..04b6c8cea 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "pageSetup" ], "dependencies": { - "archiver": "^1.3.0", + "archiver": "^5.0.0", "fast-csv": "^2.4.0", "jszip": "3.1.3", "moment": ">=2.19.3",