Skip to content

Commit

Permalink
Update dependency ethers to ^6.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and buberdds committed Jan 5, 2024
1 parent bb601b6 commit 180088b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .changelog/1127.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependency ethers to ^6.9.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"bignumber.js": "9.1.2",
"bip39": "^3.1.0",
"date-fns": "2.30.0",
"ethers": "^6.9.1",
"ethers": "^6.9.2",
"i18next": "23.7.11",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8166,10 +8166,10 @@ ethereum-cryptography@^2.1.2:
"@scure/bip32" "1.3.1"
"@scure/bip39" "1.2.1"

ethers@^6.9.1:
version "6.9.1"
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.9.1.tgz#4d50c77b46b6661e00f5cc6292e6bcd933fe4cba"
integrity sha512-kuV8fGd4/8Gj7wkurbsuUsm1DCG6N5gKGYdw3fnWG/7QGknhy1xtHD7kbkCWQAcbAYmzLCLqCPedS3FYncFkKQ==
ethers@^6.9.2:
version "6.9.2"
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.9.2.tgz#6f4632f62e2350fa8354ff28624027a175ef85a4"
integrity sha512-YpkrtILnMQz5jSEsJQRTpduaGT/CXuLnUIuOYzHA0v/7c8IX91m2J48wSKjzGL5L9J/Us3tLoUdb+OwE3U+FFQ==
dependencies:
"@adraffy/ens-normalize" "1.10.0"
"@noble/curves" "1.2.0"
Expand Down

0 comments on commit 180088b

Please sign in to comment.