From aa563288f4b1535b274f6d8474cc38d63121b7f4 Mon Sep 17 00:00:00 2001 From: Ketul Shah Date: Tue, 12 Nov 2024 13:54:08 +0530 Subject: [PATCH] updated elliptic version Signed-off-by: Ketul Shah --- packages/athena/package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/athena/package-lock.json b/packages/athena/package-lock.json index 1a2df114..4fa0bb22 100644 --- a/packages/athena/package-lock.json +++ b/packages/athena/package-lock.json @@ -16,7 +16,7 @@ "chokidar": "3.0.*", "compression": "1.7.*", "cors": "2.8.*", - "elliptic": "^6.5.7", + "elliptic": "^6.6.0", "express": "^4.19.2", "express-rate-limit": "3.4.*", "express-session": "^1.18.1",