Compare commits

...

4 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
Chris Farhood 1c375c7ede fix: override elliptic to patched version for GHSA-848j-6mx2-7j84 2026-05-05 13:02:51 +00:00
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -39,5 +39,10 @@
"vite": "^6.4.1",
"vite-plugin-svgr": "^4.5.0",
"vitest": "^3.0.5"
},
"pnpm": {
"overrides": {
"elliptic": ">=6.6.1"
}
}
}
+3
View File
@@ -4,6 +4,9 @@ settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
overrides:
elliptic: '>=6.6.1'
importers:
.: