From 7daefdf1f0b20e61e1c7cdaa917a0586256a9ef8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 03:27:24 +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 c8b1a1d..3eadc80 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,6 @@ "dependencies": { "@nodesecure/fs-walk": "2.0.0", "@openally/github.sdk": "1.1.1", - "adm-zip": "0.5.16" + "adm-zip": "0.6.0" } }