From 04e3e1d42f7af45363ced7c16115f1ae8fe97419 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Feb 2025 05:59:56 +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 d9fcce0f..6c14c3a5 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ ] }, "dependencies": { - "archiver": "^3.1.1", + "archiver": "^7.0.0", "chalk": "^3.0.0", "ip": "^1.1.5", "lodash": "^4.17.15",