diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b460c447..cb1d8261 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -35,7 +35,7 @@ importers: '@birthdayresearch/sticky-turbo-jest': 0.2.0 '@defimetachain/typescript': workspace:* '@polkadot/api': ^8.8.2 - ethers: ^5.4.6 + ethers: ^5.7.0 hardhat: ^2.11.1 testcontainers: ^8.12.0 devDependencies: diff --git a/ts-tests/package.json b/ts-tests/package.json index 9d5fd907..586d44f0 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.0", "hardhat": "^2.11.1", "testcontainers": "^8.12.0" }