From 9c071dd67a2a23ce170a3083e3d24e5f4168cb3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 02:33:48 +0000 Subject: [PATCH] Bump adm-zip from 0.5.14 to 0.6.0 Bumps [adm-zip](https://github.com/cthackers/adm-zip) from 0.5.14 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.14...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 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d3469a0..0ecb9f9 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "node": ">=18.20.5" }, "dependencies": { - "adm-zip": "0.5.14", + "adm-zip": "0.6.0", "chalk": "4.1.2", "uuid": "9.0.1", "axios": "1.16.0", diff --git a/yarn.lock b/yarn.lock index 39ae7b4..1f7c32c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -826,10 +826,10 @@ acorn@^8.11.0, acorn@^8.4.1: resolved "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz" integrity sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA== -adm-zip@0.5.14: - version "0.5.14" - resolved "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.14.tgz" - integrity sha512-DnyqqifT4Jrcvb8USYjp6FHtBpEIz1mnXu6pTRHZ0RL69LbQYiO+0lDFg5+OKA7U29oWSs3a/i8fhn8ZcceIWg== +adm-zip@0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/adm-zip/-/adm-zip-0.6.0.tgz#bbc5c6c333755e967a06dd98747f431e1d53a3cf" + integrity sha512-XleryMhbuksdKtofnWZ9Sk+4CUTbms4Mb/EU32SZwToAyZ5RgVos/ki8n+yr0LWHOGKuakbXTuuYNHLQjhddgg== ansi-escapes@^4.2.1: version "4.3.2"