Skip to content

Commit abeaeb9

Browse files
committed
fix(deps): update dependency ethers to v6.6.4
1 parent ae4ac7f commit abeaeb9

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.1.1",
122122
"@devprotocol/util-ts": "3.0.0",
123123
"@metamask/detect-provider": "^2.0.0",
124-
"ethers": "6.6.3",
124+
"ethers": "6.6.4",
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
@@ -2894,10 +2894,10 @@ esutils@^2.0.2, esutils@^2.0.3:
28942894
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
28952895
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
28962896

2897-
2898-
version "6.6.3"
2899-
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.6.3.tgz#9bf11d1bd0f18c7c55087d1a52fdc8f3c33c8bab"
2900-
integrity sha512-g8wLXeRWSGDD0T+wsL3pvyc3aYnmxEEAwH8LSoDTDRhRsmJeNs9YMXlNU7ax2caO+zHkeI9MkHiz6rwxEjN4Mw==
2897+
2898+
version "6.6.4"
2899+
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.6.4.tgz#f03a86effcd55e82aed96a2fb9a56a9febd3e3d5"
2900+
integrity sha512-r3myN2hEnydmu23iiIj5kjWnCh5JNzlqrE/z+Kw5UqH173F+JOWzU6qkFB4HVC50epgxzKSL2Hq1oNXA877vwQ==
29012901
dependencies:
29022902
"@adraffy/ens-normalize" "1.9.2"
29032903
"@noble/hashes" "1.1.2"

0 commit comments

Comments
 (0)