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 <noreply@paperclip.ing>
This commit is contained in:
2026-05-05 18:17:51 +00:00
committed by Gandalf the Greybeard [agent]
parent f9db755dca
commit 12a1bbb750
+2
View File
@@ -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"
}
}