From f1cc4e29f4c67b1812964a1052d936f37c6e9486 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2020 09:56:16 -0400 Subject: [PATCH] fix(deps): update dependency archiver to v5 (#8523) Co-authored-by: Renovate Bot --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 2a5f5de5ad..7147ea8c12 100644 --- a/install/package.json +++ b/install/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "ace-builds": "^1.4.9", - "archiver": "^4.0.0", + "archiver": "^5.0.0", "async": "^3.2.0", "autoprefixer": "^9.7.6", "bcryptjs": "2.4.3",