From b3605aa10d5dd264bb65b5c8d9451d895b705c48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 12:32:14 +0000 Subject: [PATCH] chore(deps): bump undici in /packages/hardhat-zksync-solc Bumps [undici](https://github.com/nodejs/undici) from 5.28.4 to 7.1.1. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.28.4...v7.1.1) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/hardhat-zksync-solc/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hardhat-zksync-solc/package.json b/packages/hardhat-zksync-solc/package.json index 30905a33..57cfbe88 100644 --- a/packages/hardhat-zksync-solc/package.json +++ b/packages/hardhat-zksync-solc/package.json @@ -38,7 +38,7 @@ "dockerode": "^4.0.2", "fs-extra": "^11.2.0", "chai": "^4.3.4", - "undici": "^6.18.2", + "undici": "^7.1.1", "debug": "^4.3.5", "semver": "^7.6.2", "sinon": "^18.0.0",