From 736ed60710912289e07a96e4c93b2e49d0d69a18 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jan 2026 11:20:51 +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 685336d..12519d9 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "crypto-js": "^4.1.1", "crypto.js": "^3.0.0", "daisyui": "^2.38.0", - "ethers": "^5.7.2", + "ethers": "^6.0.0", "graphql": "^16.6.0", "jotai": "^1.9.1", "next": "^13.0.1",