From 417086c69ca023a9d3e222d54d4c43dab2c9e1b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Dec 2023 14:00:50 +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 c32b8f6..4df53e7 100644 --- a/package.json +++ b/package.json @@ -17,10 +17,10 @@ "license": "MIT", "dependencies": { "adm-zip": "^0.4.7", - "archiver": "^1.0.1", + "archiver": "^5.0.0", "bluebird": "^3.4.1", "debug": "^2.2.0", - "fs-extra": "^0.30.0", + "fs-extra": "^1.0.0", "moment": "^2.14.1", "request": "^2.74.0" },