From 46c6cf359a49018342edecf5e38d82a403fb36d6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jan 2026 08:07:01 +0000 Subject: [PATCH] fix: authorization-server/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 --- authorization-server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authorization-server/package.json b/authorization-server/package.json index 2236a0e0..06bb0088 100644 --- a/authorization-server/package.json +++ b/authorization-server/package.json @@ -47,7 +47,7 @@ "class-validator": "0.14.1", "cookie-parser": "1.4.6", "didkit-wasm-node": "0.1.6", - "ethers": "5.7.2", + "ethers": "6.0.0", "express": "4.19.2", "ioredis": "5.4.1", "joi": "17.13.3",