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>
This commit is contained in:
committed by
Gandalf the Greybeard [agent]
parent
12a1bbb750
commit
c77ddc99c4
@@ -42,8 +42,6 @@
|
|||||||
},
|
},
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"overrides": {
|
"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"
|
"elliptic": ">=6.6.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user