From c60a395f5105e155b39d7208780ea6bb04963412 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 15:51:11 +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 b0f34911..5260cc24 100644 --- a/workspaces/cli/package.json +++ b/workspaces/cli/package.json @@ -75,7 +75,7 @@ "pretty-bytes": "^7.0.0", "stylelint": "17.6.0", "stylelint-config-standard": "40.0.0", - "undici": "8.0.2" + "undici": "8.5.0" }, "dependencies": { "@lit/task": "^1.0.3",