From a89b7170e1d71fc30fb778024c159d93e1cdc6c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 23:36:38 +0000 Subject: [PATCH] chore(deps): bump undici Bumps the npm_and_yarn group with 1 update in the /packages/cli directory: [undici](https://github.com/nodejs/undici). Updates `undici` from 7.16.0 to 7.28.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.16.0...v7.28.0) --- updated-dependencies: - dependency-name: undici dependency-version: 7.28.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 0c34a470d..c6f8a4606 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -61,7 +61,7 @@ "progress": "^2.0.3", "semver": "7.7.3", "tmp-promise": "3.0.3", - "undici": "7.16.0", + "undici": "7.28.0", "web3-eth-abi": "4.4.1", "yaml": "2.8.1" },