From 02c0b986b8a0525947d7a594b4ba148cd3130eb2 Mon Sep 17 00:00:00 2001 From: Roman Petriv Date: Thu, 11 Jul 2024 02:26:45 +0300 Subject: [PATCH] fix: apply latest zksync-ethers (#183) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c0e426bb..f79f0fe2 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 44ce3963..742334ac 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"