From 508a4c9402c4475dde67a7d1458306a844811278 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 16:39:29 +0000 Subject: [PATCH] chore(deps-dev): bump undici from 8.0.2 to 8.5.0 in /workspaces/cli Bumps [undici](https://github.com/nodejs/undici) from 8.0.2 to 8.5.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v8.0.2...v8.5.0) --- updated-dependencies: - dependency-name: undici dependency-version: 8.5.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- workspaces/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/cli/package.json b/workspaces/cli/package.json index b2cb4d3a..5c14d37f 100644 --- a/workspaces/cli/package.json +++ b/workspaces/cli/package.json @@ -81,7 +81,7 @@ "pretty-bytes": "^7.0.0", "stylelint": "17.14.0", "stylelint-config-standard": "40.0.0", - "undici": "8.0.2" + "undici": "8.5.0" }, "dependencies": { "@nodesecure/cache": "1.0.0",