Compare commits

...

3 Commits

Author SHA1 Message Date
Chris Farhood c77ddc99c4 fix: remove JSON-invalid comments from pnpm overrides
The // comment syntax is not valid in JSON and causes pnpm install
to fail with 'Invalid package.json in package.json'.

Issue: PRI-803
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-06 00:42:16 +00:00
Chris Farhood 12a1bbb750 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>
2026-05-05 18:17:51 +00:00
Chris Farhood f9db755dca chore: update pnpm lockfile for elliptic override
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-05 13:09:08 +00:00
+3
View File
@@ -4,6 +4,9 @@ settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
overrides:
elliptic: '>=6.6.1'
importers:
.: