From 298b4b41be008549c5f0cd9b842acbdc92e447fb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:33:14 +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 0a4063984..77e30b94d 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "split" ], "dependencies": { - "archiver": "^1.0.1", + "archiver": "^5.0.0", "bluebird": "*", "fast-csv": "^2.1.0", "lodash": "^4.15.0",