From 12a1bbb75097cc00a25813f37366b5f6d6d8e8e9 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Tue, 5 May 2026 18:17:51 +0000 Subject: [PATCH] docs: add explanatory comment above elliptic pnpm override // elliptic >=6.6.1: no patched version exists yet (GHSA-848j-6mx2-7j84). // This override prevents regression and will auto-resolve once upstream publishes a fix. Co-Authored-By: Paperclip --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 0f29a95..bbfec0a 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,8 @@ }, "pnpm": { "overrides": { + // elliptic >=6.6.1: no patched version exists yet (GHSA-848j-6mx2-7j84). + // This override prevents regression and will auto-resolve once upstream publishes a fix. "elliptic": ">=6.6.1" } }