diff --git a/package-lock.json b/package-lock.json index 9f88210..3c3b512 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@contentstack/cli-command": "^1.2.18", "@contentstack/cli-launch": "^1.0.18", "@contentstack/cli-utilities": "^1.7.0", - "adm-zip": "^0.5.10", + "adm-zip": "^0.5.15", "chalk": "^4.1.2", "lodash": "^4.17.21", "open": "^9.1.0", @@ -3279,10 +3279,11 @@ } }, "node_modules/adm-zip": { - "version": "0.5.10", - "license": "MIT", + "version": "0.5.15", + "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.15.tgz", + "integrity": "sha512-jYPWSeOA8EFoZnucrKCNihqBjoEGQSU4HKgHYQgKNEQ0pQF9a/DYuo/+fAxY76k4qe75LUlLWpAM1QWcBMTOKw==", "engines": { - "node": ">=6.0" + "node": ">=12.0" } }, "node_modules/agent-base": { diff --git a/package.json b/package.json index 8617307..099054b 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@contentstack/cli-command": "^1.2.18", "@contentstack/cli-launch": "^1.0.18", "@contentstack/cli-utilities": "^1.7.0", - "adm-zip": "^0.5.10", + "adm-zip": "^0.5.15", "chalk": "^4.1.2", "lodash": "^4.17.21", "open": "^9.1.0",