From b2d76978f74bb852884363ad0a5dba49947729ff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Oct 2024 02:50:43 +0000 Subject: [PATCH] fix: packages/asm/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8172694 --- packages/asm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/asm/package.json b/packages/asm/package.json index 29282de571..31d2d01b46 100644 --- a/packages/asm/package.json +++ b/packages/asm/package.json @@ -1,7 +1,7 @@ { "author": "Richard Moore ", "dependencies": { - "ethers": "^5.0.13" + "ethers": "^6.0.0" }, "description": "ASM libraries and tools for the Ethereum EVM.", "ethereum": "donations.ethers.eth",