From 900b09b32c5ca435c5097c2d8ac2d6b7cbe32d0c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Feb 2021 21:03:41 +0000 Subject: [PATCH] fix: upgrade archiver from 0.4.10 to 0.21.0 Snyk has created this PR to upgrade archiver from 0.4.10 to 0.21.0. See this package in npm: https://www.npmjs.com/package/archiver See this project in Snyk: https://app.snyk.io/org/branded-entertainment-network/project/3c63bfee-e09e-4165-8355-f16bd83be2a4?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83f47ee3..0009dbf5 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "test": "mocha" }, "dependencies": { - "archiver": "~0.4.10", + "archiver": "~0.21.0", "async": "~0.2.8", "fast-image-size": "*", "lodash": "^2.4.1",