From 5e91bca78d698af5908275e2283c229eb7e62ebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 02:46:40 +0000 Subject: [PATCH] chore(deps): bump adm-zip from 0.5.16 to 0.6.0 Bumps [adm-zip](https://github.com/cthackers/adm-zip) from 0.5.16 to 0.6.0. - [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.16...v0.6.0) --- updated-dependencies: - dependency-name: adm-zip dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d366775f..be62d3a4 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@types/prompts": "^2.4.9", "@types/react": "^16.9.9", "@types/serve-handler": "^6.1.4", - "adm-zip": "0.5.16", + "adm-zip": "0.6.0", "case": "^1.6.3", "chalk": "^5.6.2", "change-case": "^5.4.4",