diff --git a/package.json b/package.json index 657053f..5a6848e 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint": "^9.25.1", "eslint-config-prettier": "^10.1.2", "eslint-plugin-prettier": "^5.2.5", - "ethers": "^6.13.5", + "ethers": "^6.14.2", "globals": "^16.0.0", "hardhat": "^2.22.19", "hardhat-gas-reporter": "^2.2.2", diff --git a/yarn.lock b/yarn.lock index d14387b..a0a3301 100644 --- a/yarn.lock +++ b/yarn.lock @@ -445,14 +445,14 @@ dependencies: "@noble/hashes" "1.3.2" -"@noble/curves@1.4.0", "@noble/curves@~1.4.0": +"@noble/curves@1.4.0": version "1.4.0" resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.4.0.tgz#f05771ef64da724997f69ee1261b2417a49522d6" integrity sha512-p+4cb332SFCrReJkCYe8Xzm0OWi4Jji5jVdIZRL/PmacmDkFNw6MrrV+gGpiPxLHbV+zKFRywUWbaseT+tZRXg== dependencies: "@noble/hashes" "1.4.0" -"@noble/curves@1.4.2": +"@noble/curves@1.4.2", "@noble/curves@~1.4.0": version "1.4.2" resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.4.2.tgz#40309198c76ed71bc6dbf7ba24e81ceb4d0d1fe9" integrity sha512-TavHr8qycMChk8UwMld0ZDRvatedkzWfH8IiaeGCfymOP5i0hSCozz9vHOL0nkwk7HRMlFnAiKpS2jrUmSybcw== @@ -2282,10 +2282,10 @@ ethereumjs-util@^7.1.4: ethereum-cryptography "^0.1.3" rlp "^2.2.4" -ethers@^6.13.5, ethers@^6.7.0: - version "6.13.5" - resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.13.5.tgz#8c1d6ac988ac08abc3c1d8fabbd4b8b602851ac4" - integrity sha512-+knKNieu5EKRThQJWwqaJ10a6HE9sSehGeqWN65//wE7j47ZpFhKAnHB/JJFibwwg61I/koxaPsXbXpD/skNOQ== +ethers@^6.14.2, ethers@^6.7.0: + version "6.14.2" + resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.14.2.tgz#c225a73ee23a896768537c810366a720c375fb56" + integrity sha512-mi3Q34c8gnOWmy2tkODeQBwK3E7G5SNY/dwYVf7Iv7l+w3CBt/vcTtFwdh/HjVQ5flP7gVnUYZvd9uVROCGk2g== dependencies: "@adraffy/ens-normalize" "1.10.1" "@noble/curves" "1.2.0"