From caa914a864b3952c13b8e26078bdb1151621fac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 08:27:45 +0000 Subject: [PATCH] chore(deps): bump undici from 6.0.1 to 6.6.1 in /packages/installer Bumps [undici](https://github.com/nodejs/undici) from 6.0.1 to 6.6.1. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.0.1...v6.6.1) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/installer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/installer/package.json b/packages/installer/package.json index 5dfe27aa..b071c770 100644 --- a/packages/installer/package.json +++ b/packages/installer/package.json @@ -23,7 +23,7 @@ "@xmcl/forge-site-parser": "workspace:^*", "@xmcl/task": "workspace:^*", "@xmcl/unzip": "workspace:^*", - "undici": "6.0.1", + "undici": "6.6.1", "yazl": "^2.5.1", "yauzl": "^2.10.0" },