Skip to content

Commit 9c1bf0c

Browse files
fix(deps): update dependency ethers to v6.14.4 (#1179)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 26857c3 commit 9c1bf0c

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.3",
40+
"ethers": "6.14.4",
4141
"ramda": "0.30.1",
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
@@ -3389,10 +3389,10 @@ esutils@^2.0.2, esutils@^2.0.3:
33893389
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
33903390
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
33913391

3392-
3393-
version "6.14.3"
3394-
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.14.3.tgz#7c4443c165ee59b2964e691600fd4586004b2000"
3395-
integrity sha512-qq7ft/oCJohoTcsNPFaXSQUm457MA5iWqkf1Mb11ujONdg7jBI6sAOrHaTi3j0CBqIGFSCeR/RMc+qwRRub7IA==
3392+
3393+
version "6.14.4"
3394+
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.14.4.tgz#0f6fbc562a8425c7c888da307fa71ef796be0c04"
3395+
integrity sha512-Jm/dzRs2Z9iBrT6e9TvGxyb5YVKAPLlpna7hjxH7KH/++DSh2T/JVmQUv7iHI5E55hDbp/gEVvstWYXVxXFzsA==
33963396
dependencies:
33973397
"@adraffy/ens-normalize" "1.10.1"
33983398
"@noble/curves" "1.2.0"

0 commit comments

Comments
 (0)