Skip to content

Commit 802f90c

Browse files
fix(deps): update dependency ethers to v6.15.0 (#1214)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a96e127 commit 802f90c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@devprotocol/dev-kit": "8.7.0",
3838
"@devprotocol/util-ts": "4.0.0",
3939
"bignumber.js": "9.3.0",
40-
"ethers": "6.14.4",
40+
"ethers": "6.15.0",
4141
"ramda": "0.31.3",
4242
"sass": "1.89.2",
4343
"uuid": "^11.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3305,10 +3305,10 @@ esutils@^2.0.2, esutils@^2.0.3:
33053305
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
33063306
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
33073307

3308-
ethers@6.14.4:
3309-
version "6.14.4"
3310-
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.14.4.tgz#0f6fbc562a8425c7c888da307fa71ef796be0c04"
3311-
integrity sha512-Jm/dzRs2Z9iBrT6e9TvGxyb5YVKAPLlpna7hjxH7KH/++DSh2T/JVmQUv7iHI5E55hDbp/gEVvstWYXVxXFzsA==
3308+
ethers@6.15.0:
3309+
version "6.15.0"
3310+
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.15.0.tgz#2980f2a3baf0509749b7e21f8692fa8a8349c0e3"
3311+
integrity sha512-Kf/3ZW54L4UT0pZtsY/rf+EkBU7Qi5nnhonjUb8yTXcxH3cdcWrV2cRyk0Xk/4jK6OoHhxxZHriyhje20If2hQ==
33123312
dependencies:
33133313
"@adraffy/ens-normalize" "1.10.1"
33143314
"@noble/curves" "1.2.0"

0 commit comments

Comments
 (0)