From 5aea12cf2e1909b2424ceddcb73ef8c701e10ba5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 12:13:15 +0000 Subject: [PATCH] chore(deps): bump undici in /packages/hardhat-zksync-vyper Bumps [undici](https://github.com/nodejs/undici) from 5.28.4 to 6.11.1. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.28.4...v6.11.1) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/hardhat-zksync-vyper/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hardhat-zksync-vyper/package.json b/packages/hardhat-zksync-vyper/package.json index 9edc81e1e..2f5e31419 100644 --- a/packages/hardhat-zksync-vyper/package.json +++ b/packages/hardhat-zksync-vyper/package.json @@ -40,7 +40,7 @@ "fs-extra": "^11.1.1", "sinon": "^17.0.1", "chai": "^4.3.6", - "undici": "^5.14.0", + "undici": "^6.11.1", "semver": "^7.5.4", "sinon-chai": "^3.7.0" },