From 348f0694f878cedecdf305275b76d03329ddb87b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 06:13:59 +0000 Subject: [PATCH] fix(deps): bump adm-zip from 0.5.10 to 0.5.15 Bumps [adm-zip](https://github.com/cthackers/adm-zip) from 0.5.10 to 0.5.15. - [Release notes](https://github.com/cthackers/adm-zip/releases) - [Changelog](https://github.com/cthackers/adm-zip/blob/master/history.md) - [Commits](https://github.com/cthackers/adm-zip/compare/v0.5.10...v0.5.15) --- updated-dependencies: - dependency-name: adm-zip dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) 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",