From 0b1b6af379a1ae3fba2e911a5860b8069f574ff8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 19:15:11 -0400 Subject: [PATCH] fix(deps): update dependency archiver to v6 (#11929) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index b3ece0aaa6..68140d6f60 100644 --- a/install/package.json +++ b/install/package.json @@ -35,7 +35,7 @@ "@isaacs/ttlcache": "1.4.1", "@popperjs/core": "2.11.8", "ace-builds": "1.24.1", - "archiver": "5.3.1", + "archiver": "6.0.0", "async": "3.2.4", "autoprefixer": "10.4.15", "bcryptjs": "2.4.3",