From 67f375e1d6b0756475c4effe0833c0a507d0d459 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Nov 2024 00:56:59 +0000 Subject: [PATCH] fix: upgrade ethers from 6.13.3 to 6.13.4 Snyk has created this PR to upgrade ethers from 6.13.3 to 6.13.4. See this package in npm: ethers See this project in Snyk: https://app.snyk.io/org/2lambda123/project/4a8bf8ee-b604-4156-9ad8-655dec3feb7a?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/hashers/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hashers/package.json b/packages/hashers/package.json index 5c009b9..d7b42a2 100644 --- a/packages/hashers/package.json +++ b/packages/hashers/package.json @@ -28,7 +28,7 @@ "@accumulators/core": "^4.2.3", "@ethersproject/solidity": "^5.7.0", "circomlibjs": "^0.1.7", - "ethers": "6.13.3", + "ethers": "6.13.4", "micro-starknet": "^0.2.3" } }