From bc2115b259f2449af93256f0145293bf6668f255 Mon Sep 17 00:00:00 2001 From: AnujVishwakarma-src <298213938+AnujVishwakarma-src@users.noreply.github.com> Date: Wed, 2 Sep 2026 16:10:09 +0530 Subject: [PATCH] fix: bump archiver ^6 -> ^7 to drop deprecated inflight (APPBLD-4614) archiver@6 pulls archiver-utils@4 -> glob@8 -> inflight@1.0.6 (deprecated). archiver@7 (archiver-utils@5) drops the inflight dependency entirely. Verified: 462 unit tests + lint pass; real-archiver zip smoke test passes; downstream aio-cli-plugin-runtime (1002 tests) passes with this build linked. archiver@7 keeps CommonJS support (archiver@8 is ESM-only). The remaining deprecated glob is closed separately via a scoped archiver-utils.glob override at the aio-cli install root (npm overrides are root-only). e2e requires OpenWhisk credentials and was not run locally. Co-Authored-By: Claude Opus 4.8 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cbf13d9..96edc95 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@adobe/aio-lib-core-logging": "^3", "@adobe/aio-lib-core-networking": "^5", "@adobe/aio-lib-env": "^3.0.0", - "archiver": "^6.0.1", + "archiver": "^7.0.1", "dependency-tree": "^11.0.1", "execa": "^4.0.3", "folder-hash": "^4.0.4",