Skip to content

Commit 7938f38

Browse files
committed
fix(deps): update dependency ethers to v6.6.6
1 parent bf88f7e commit 7938f38

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
@@ -121,7 +121,7 @@
121121
"@devprotocol/hashi": "2.2.0",
122122
"@devprotocol/util-ts": "3.0.0",
123123
"@metamask/detect-provider": "^2.0.0",
124-
"ethers": "6.6.5",
124+
"ethers": "6.6.6",
125125
"js-base64": "^3.7.2",
126126
"lit": "^2.3.1",
127127
"ramda": "^0.29.0",

yarn.lock

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

3047-
3048-
version "6.6.5"
3049-
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.6.5.tgz#b6c29fb45dec93b339a9c984fc62de93c3db8efe"
3050-
integrity sha512-Tc3HXzI0UJ9EhPp6E0fntkgMIA2//rhcB0UsmiRMCR+Bii5iu0RjtwJV55IhlLJ4K39pd0ku+eE4WRgqrLLW2Q==
3047+
3048+
version "6.6.6"
3049+
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.6.6.tgz#3b7ea68b318760c3854ca7450cd3fb51f29835d0"
3050+
integrity sha512-u3WbQn9bzreuLRGHJx/ZlrRSLYiiIu5FLGcR9VChu5D4+udINfNJZl+Y1DVgKlU6o7i3y31ATxs5HYrKogyvlA==
30513051
dependencies:
30523052
"@adraffy/ens-normalize" "1.9.2"
30533053
"@noble/hashes" "1.1.2"

0 commit comments

Comments
 (0)