From 9f105808f169d6388647635569ef8e31d645d5f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 01:06:18 +0000 Subject: [PATCH] chore(deps): update dependency chai to v5 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/hardhat/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/hardhat/package.json b/packages/hardhat/package.json index 8677e69..ccc22ae 100644 --- a/packages/hardhat/package.json +++ b/packages/hardhat/package.json @@ -15,9 +15,9 @@ "@openzeppelin/contracts": "^5.1.0", "@typechain/ethers-v6": "^0.5.0", "@typechain/hardhat": "^9.1.0", - "@types/chai": "^4.3.16", + "@types/chai": "^5.0.0", "@types/mocha": "^10.0.7", - "chai": "^4.2.0", + "chai": "^5.0.0", "hardhat": "^2.22.15", "hardhat-gas-reporter": "^1.0.8", "solidity-coverage": "^0.8.1",