diff --git a/packages/testcontainers/package.json b/packages/testcontainers/package.json index f08f6bdb..8c63d702 100644 --- a/packages/testcontainers/package.json +++ b/packages/testcontainers/package.json @@ -27,7 +27,7 @@ }, "dependencies": { "@defimetachain/network": "workspace:*", - "ethers": "^5.7.0", + "ethers": "^5.7.1", "testcontainers": "^8.13.2" }, "devDependencies": { diff --git a/ts-tests/package.json b/ts-tests/package.json index 9d5fd907..b0108e4b 100644 --- a/ts-tests/package.json +++ b/ts-tests/package.json @@ -13,7 +13,7 @@ "@birthdayresearch/sticky-turbo-jest": "0.2.0", "@defimetachain/typescript": "workspace:*", "@polkadot/api": "^8.8.2", - "ethers": "^5.4.6", + "ethers": "^5.7.1", "hardhat": "^2.11.1", "testcontainers": "^8.12.0" }