From 5a93a79b77ab29d83f7f65801099d2d87fea5af0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Feb 2024 07:02:13 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index df13c606a..781072be2 100644 --- a/package.json +++ b/package.json @@ -91,13 +91,13 @@ "pageSetup" ], "dependencies": { - "archiver": "^3.0.0", + "archiver": "^7.0.0", "dayjs": "^1.8.15", "fast-csv": "^3.4.0", "jszip": "^3.1.5", "proxyquire": "^2.1.3", "saxes": "5.0.0-rc.2", - "tmp": "^0.1.0", + "tmp": "^0.2.2", "unzipper": "^0.9.12", "uuid": "^3.3.3" },