From dd5ff0aaae461d0854d4ebf0fc3357fc3c9385a9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jan 2026 12:41:21 +0000 Subject: [PATCH] fix: dapp/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 --- dapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dapp/package.json b/dapp/package.json index 13a72af..13e63ba 100644 --- a/dapp/package.json +++ b/dapp/package.json @@ -22,7 +22,7 @@ "crypto-browserify": "^3.12.0", "dotenv": "^16.3.1", "eth-sig-util": "^3.0.1", - "ethers": "^5.7.0", + "ethers": "^6.0.0", "framer-motion": "^7.10.3", "fs": "^0.0.1-security", "hi-base32": "^0.5.1",