Skip to content

Commit 0894790

Browse files
fix(deps): update dependency ethers to v6.14.3
1 parent 809082f commit 0894790

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.3"
3390+
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.14.3.tgz#7c4443c165ee59b2964e691600fd4586004b2000"
3391+
integrity sha512-qq7ft/oCJohoTcsNPFaXSQUm457MA5iWqkf1Mb11ujONdg7jBI6sAOrHaTi3j0CBqIGFSCeR/RMc+qwRRub7IA==
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)