From ce052f6ebe0e535a9bd8af958a79132ef2972527 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 09:13:33 +0000 Subject: [PATCH] Update dependency ethers to v6.13.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a40c5b18..17ec2031 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "@devprotocol/khaos-core": "1.6.0", "bent": "7.3.12", - "ethers": "6.12.0", + "ethers": "6.13.0", "ramda": "0.29.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 5e35d292..44ad0d2e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4372,10 +4372,10 @@ ethereumjs-wallet@0.6.5: utf8 "^3.0.0" uuid "^3.3.2" -ethers@6.12.0: - version "6.12.0" - resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.12.0.tgz#b0c2ce207ae5a3b5125be966e32ffea7c1f2481a" - integrity sha512-zL5NlOTjML239gIvtVJuaSk0N9GQLi1Hom3ZWUszE5lDTQE/IVB62mrPkQ2W1bGcZwVGSLaetQbWNQSvI4rGDQ== +ethers@6.13.0: + version "6.13.0" + resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.13.0.tgz#f342958d0f622cf06559f59fbccdc1d30fa64f50" + integrity sha512-+yyQQQWEntY5UVbCv++guA14RRVFm1rSnO1GoLFdrK7/XRWMoktNgyG9UjwxrQqGBfGyFKknNZ81YpUS2emCgg== dependencies: "@adraffy/ens-normalize" "1.10.1" "@noble/curves" "1.2.0"