diff --git a/package-lock.json b/package-lock.json index c0e426bbf..f79f0fe27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "vite": "^3.0.0", "vue-tippy": "^6.0.0", "web3-avatar-vue": "^1.0.0", - "zksync-ethers": "^5.9.0" + "zksync-ethers": "^5.9.1" }, "devDependencies": { "@commitlint/cli": "^17.4.2", @@ -34517,9 +34517,9 @@ } }, "node_modules/zksync-ethers": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/zksync-ethers/-/zksync-ethers-5.9.0.tgz", - "integrity": "sha512-VnRUesrBcPBmiTYTAp+WreIazK2qCIJEHE7j8BiK+cDApHzjAfIXX+x8SXXJpG1npGJANxiJKnPwA5wjGZtCRg==", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/zksync-ethers/-/zksync-ethers-5.9.1.tgz", + "integrity": "sha512-Y1zxoVxOz1cujw+5RcJVR6rANpX398DVFtUIOkovciltyk1hKetavGmCTA5fCmfqoA074Jjxl6SpX7vrDcUVSg==", "dependencies": { "ethers": "~5.7.0" }, diff --git a/package.json b/package.json index 44ce3963f..742334ac4 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "vite": "^3.0.0", "vue-tippy": "^6.0.0", "web3-avatar-vue": "^1.0.0", - "zksync-ethers": "^5.9.0" + "zksync-ethers": "^5.9.1" }, "overrides": { "vue": "latest"