From c24e96da978ec3dbcea7fa8a65a5018bffc22738 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Tue, 5 May 2026 12:51:05 +0000 Subject: [PATCH] fix: override elliptic to patched version for GHSA-848j-6mx2-7j84 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index eaf7886..753b3f1 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,8 @@ "overrides": { "tar": "^7.5.11", "undici": "^7.24.3", - "flatted": "^3.4.2" + "flatted": "^3.4.2", + "elliptic": ">=6.6.1" } }, "devDependencies": {