From a53f32184426146726ee1279c83e78ceb0738765 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Jan 2026 05:55:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ba8aae..19f57d5 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dependencies": { "cli-color": "^1.4.0", "commander": "^2.19.0", - "ethers": "^4.0.27", + "ethers": "^5.0.0", "request": "^2.88.0", "request-promise": "^4.2.2", "sol-straightener": "^1.0.0",