diff --git a/examples/sdk/basic-strategy/package.json b/examples/sdk/basic-strategy/package.json index 821162b..72c3d3a 100644 --- a/examples/sdk/basic-strategy/package.json +++ b/examples/sdk/basic-strategy/package.json @@ -31,7 +31,7 @@ "@types/chai": "^4.3.11", "@types/mocha": "^10.0.6", "@types/node": "^20.10.6", - "chai": "^4.3.10", + "chai": "^6.2.2", "ethers": "^6.9.0", "fast-check": "^3.15.0", "hardhat": "^2.19.4", diff --git a/examples/sdk/rebalancing-strategy/package.json b/examples/sdk/rebalancing-strategy/package.json index cd1ce24..d717055 100644 --- a/examples/sdk/rebalancing-strategy/package.json +++ b/examples/sdk/rebalancing-strategy/package.json @@ -30,7 +30,7 @@ "@types/chai": "^4.3.11", "@types/mocha": "^10.0.6", "@types/node": "^20.10.6", - "chai": "^4.3.10", + "chai": "^6.2.2", "ethers": "^6.9.0", "fast-check": "^3.15.0", "hardhat": "^2.19.4",