From 33d3497f821fd93560a6452022509db41ddccfae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:17:41 +0000 Subject: [PATCH] Bump chai from 4.4.1 to 5.0.3 Bumps [chai](https://github.com/chaijs/chai) from 4.4.1 to 5.0.3. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](https://github.com/chaijs/chai/compare/v4.4.1...v5.0.3) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eec45c1..3c5b2fe 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@nomiclabs/hardhat-ethers": "^2.2.3", "@nomiclabs/hardhat-etherscan": "^3.1.7", "@nomiclabs/hardhat-waffle": "^2.0.6", - "chai": "^4.3.7", + "chai": "^5.0.3", "dotenv": "^16.3.1", "ethereum-waffle": "^4.0.10", "ethers": "^5.7.2",