diff --git a/package-lock.json b/package-lock.json index e0d941ad..e783731e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@contentstack/cli-command": "^1.8.3", "@contentstack/cli-launch": "^1.10.0", "@contentstack/cli-utilities": "^1.18.4", - "adm-zip": "^0.5.17", + "adm-zip": "^0.6.0", "chalk": "^4.1.2", "lodash": "^4.18.1", "shelljs": "^0.10.0", @@ -969,6 +969,15 @@ "node": ">=22.0.0" } }, + "node_modules/@contentstack/cli-launch/node_modules/adm-zip": { + "version": "0.5.18", + "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.18.tgz", + "integrity": "sha512-ufJnssQGbxzLNS1Ho9bCtX4rQKCCvoVuDLHoJyc3F9dOGDB4BkWs2Ci0kv53lqocAEQ/Cbi+I2XCsNYGqVYqng==", + "license": "MIT", + "engines": { + "node": ">=12.0" + } + }, "node_modules/@contentstack/cli-utilities": { "version": "1.18.4", "resolved": "https://registry.npmjs.org/@contentstack/cli-utilities/-/cli-utilities-1.18.4.tgz", @@ -4965,12 +4974,12 @@ } }, "node_modules/adm-zip": { - "version": "0.5.17", - "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.17.tgz", - "integrity": "sha512-+Ut8d9LLqwEvHHJl1+PIHqoyDxFgVN847JTVM3Izi3xHDWPE4UtzzXysMZQs64DMcrJfBeS/uoEP4AD3HQHnQQ==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.6.0.tgz", + "integrity": "sha512-XleryMhbuksdKtofnWZ9Sk+4CUTbms4Mb/EU32SZwToAyZ5RgVos/ki8n+yr0LWHOGKuakbXTuuYNHLQjhddgg==", "license": "MIT", "engines": { - "node": ">=12.0" + "node": ">=14.0" } }, "node_modules/agent-base": { diff --git a/package.json b/package.json index 4ee5cdd5..8cef9fb8 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@contentstack/cli-command": "^1.8.3", "@contentstack/cli-launch": "^1.10.0", "@contentstack/cli-utilities": "^1.18.4", - "adm-zip": "^0.5.17", + "adm-zip": "^0.6.0", "chalk": "^4.1.2", "lodash": "^4.18.1", "shelljs": "^0.10.0",