From 0e5e732d47d2dd95b06fa6e8c10143c38c2163a5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Apr 2021 22:25:47 +0000 Subject: [PATCH] fix: upgrade archiver from 0.13.1 to 0.21.0 Snyk has created this PR to upgrade archiver from 0.13.1 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/cedriclombardot/project/ddf8b029-6803-48bd-90c9-bd1eebf641bb?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 8984e8f92..3f9a8e106 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "colortape": "~0.1.0" }, "dependencies": { - "archiver": "^0.13.0", + "archiver": "^0.21.0", "bluebird": "~1.2.2", "decompress-zip": "0.0.8", "inherits": "~2.0.1",