Skip to content

Commit d76338e

Browse files
committed
fix(deps): update dependency ethers to v6.7.1
1 parent 52a189f commit d76338e

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
@@ -127,7 +127,7 @@
127127
"@devprotocol/hashi": "2.2.0",
128128
"@devprotocol/util-ts": "3.0.0",
129129
"@metamask/detect-provider": "^2.0.0",
130-
"ethers": "6.7.0",
130+
"ethers": "6.7.1",
131131
"js-base64": "^3.7.2",
132132
"lit": "^2.3.1",
133133
"ramda": "^0.29.0",

yarn.lock

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

3187-
3188-
version "6.7.0"
3189-
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.7.0.tgz#0f772c31a9450de28aa518b181c8cb269bbe7fd1"
3190-
integrity sha512-pxt5hK82RNwcTX2gOZP81t6qVPVspnkpeivwEgQuK9XUvbNtghBnT8GNIb/gPh+WnVSfi8cXC9XlfT8sqc6D6w==
3187+
3188+
version "6.7.1"
3189+
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.7.1.tgz#9c65e8b5d8e9ad77b7e8cf1c46099892cfafad49"
3190+
integrity sha512-qX5kxIFMfg1i+epfgb0xF4WM7IqapIIu50pOJ17aebkxxa4BacW5jFrQRmCJpDEg2ZK2oNtR5QjrQ1WDBF29dA==
31913191
dependencies:
31923192
"@adraffy/ens-normalize" "1.9.2"
31933193
"@noble/hashes" "1.1.2"

0 commit comments

Comments
 (0)