From 640c98a6afdcc7374e5b46d0c20de9f937d1a3cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 07:02:31 +0000 Subject: [PATCH] bump(deps): update dependency ethers to ^5.7.0 --- pnpm-lock.yaml | 2 +- ts-tests/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }