From 50d73955df27f45f5b394faf6f49ac8606f9afb9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 06:51:43 +0000 Subject: [PATCH] chore(deps): update dependency chai to v5 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 030342d3..a36ca694 100644 --- a/package.json +++ b/package.json @@ -18,10 +18,10 @@ "@nomiclabs/hardhat-solpp": "^2.0.1", "@typechain/ethers-v5": "^11.0.0", "@typechain/hardhat": "^9.0.0", - "@types/chai": "^4.2.0", + "@types/chai": "^5.0.0", "@types/mocha": "^9.1.0", "@types/node": "^14.14.5", - "chai": "^4.3.6", + "chai": "^5.0.0", "hardhat": "^2.12.7", "mocha": "^9.2.1", "prettier": "^2.5.1",