From 1848385df0f34986d32409b31d612716b071d611 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 12:16:02 +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.2.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.28.4...v7.2.0) --- 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..85adeb82 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.2.0", "debug": "^4.3.5", "semver": "^7.6.2", "sinon": "^18.0.0",