diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 843689cf3a..c10b2fd660 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1625,7 +1625,7 @@ importers: specifier: ^8.0.0 version: 8.0.0(chai@5.1.2) ethers: - specifier: ^6.13.4 + specifier: ^6.13.2 version: 6.13.4 devDependencies: '@eslint-community/eslint-plugin-eslint-comments': diff --git a/v-next/hardhat-chai-matchers/package.json b/v-next/hardhat-chai-matchers/package.json index bfbeda2afb..7b9cfd0a8f 100644 --- a/v-next/hardhat-chai-matchers/package.json +++ b/v-next/hardhat-chai-matchers/package.json @@ -77,6 +77,6 @@ "@ignored/hardhat-vnext-ethers": "workspace:^3.0.0-next.12", "@ignored/hardhat-vnext-mocha-test-runner": "workspace:^3.0.0-next.12", "chai": "^5.1.2", - "ethers": "^6.13.4" + "ethers": "^6.13.2" } }