From 774c18176ffca3889f9224f149ce8263edbbda36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 03:35:26 +0000 Subject: [PATCH] Bump adm-zip in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [adm-zip](https://github.com/cthackers/adm-zip). Updates `adm-zip` from 0.5.18 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.18...v0.6.0) --- updated-dependencies: - dependency-name: adm-zip dependency-version: 0.6.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b394fad86..03484fbd8 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "update": "node update-apidocs.mjs" }, "dependencies": { - "adm-zip": "^0.5.16" + "adm-zip": "^0.6.0" }, "engines": { "node": ">=18"