From f20ff25e4b0ef6d47ad313a299ce77e3dde72aa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 22:03:02 +0000 Subject: [PATCH] chore(deps): bump adm-zip from 0.5.10 to 0.6.0 in /packages/dts-plugin Bumps [adm-zip](https://github.com/cthackers/adm-zip) from 0.5.10 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.10...v0.6.0) --- updated-dependencies: - dependency-name: adm-zip dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/dts-plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dts-plugin/package.json b/packages/dts-plugin/package.json index cc718e6d681..dcc439e7db2 100644 --- a/packages/dts-plugin/package.json +++ b/packages/dts-plugin/package.json @@ -69,7 +69,7 @@ "@module-federation/managers": "workspace:*", "@module-federation/sdk": "workspace:*", "@module-federation/third-party-dts-extractor": "workspace:*", - "adm-zip": "0.5.10", + "adm-zip": "0.6.0", "isomorphic-ws": "5.0.0", "undici": "7.28.0", "ws": "8.21.0"