Skip to content

Commit 5167e0c

Browse files
fix(deps): update dependency ethers to v6.14.1
1 parent 809082f commit 5167e0c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

yarn.lock

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3372,7 +3372,7 @@ esutils@^2.0.2:
33723372
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
33733373
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
33743374

3375-
ethers@^6.6.0, ethers@^6.8.1:
3375+
ethers@^6.6.0:
33763376
version "6.13.5"
33773377
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.13.5.tgz#8c1d6ac988ac08abc3c1d8fabbd4b8b602851ac4"
33783378
integrity sha512-+knKNieu5EKRThQJWwqaJ10a6HE9sSehGeqWN65//wE7j47ZpFhKAnHB/JJFibwwg61I/koxaPsXbXpD/skNOQ==
@@ -3385,6 +3385,19 @@ ethers@^6.6.0, ethers@^6.8.1:
33853385
tslib "2.7.0"
33863386
ws "8.17.1"
33873387

3388+
ethers@^6.8.1:
3389+
version "6.14.1"
3390+
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.14.1.tgz#96b5e967d9c3c66c6b64304d8e7669a761d6fca3"
3391+
integrity sha512-JnFiPFi3sK2Z6y7jZ3qrafDMwiXmU+6cNZ0M+kPq+mTy9skqEzwqAdFW3nb/em2xjlIVXX6Lz8ID6i3LmS4+fQ==
3392+
dependencies:
3393+
"@adraffy/ens-normalize" "1.10.1"
3394+
"@noble/curves" "1.2.0"
3395+
"@noble/hashes" "1.3.2"
3396+
"@types/node" "22.7.5"
3397+
aes-js "4.0.0-beta.5"
3398+
tslib "2.7.0"
3399+
ws "8.17.1"
3400+
33883401
execa@^5.0.0:
33893402
version "5.1.1"
33903403
resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"

0 commit comments

Comments
 (0)