Skip to content

Commit 84f2653

Browse files
fix: declare sharp override in pnpm-workspace.yaml
pnpm 10 ignores package.json pnpm.overrides; keep the Trivy fix in the workspace overrides list used by the rest of the CVE pins.
1 parent 456db79 commit 84f2653

3 files changed

Lines changed: 192 additions & 234 deletions

File tree

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,5 @@
9494
"vite": "^8.1.4",
9595
"vitest": "^4.1.10"
9696
},
97-
"packageManager": "pnpm@10.32.0+sha512.9b2634bb3fed5601c33633f2d92593f506270a3963b8c51d2b2d6a828da615ce4e9deebef9614ccebbc13ac8d3c0f9c9ccceb583c69c8578436fa477dbb20d70",
98-
"pnpm": {
99-
"overrides": {
100-
"sharp": ">=0.35.0"
101-
}
102-
}
97+
"packageManager": "pnpm@10.32.0+sha512.9b2634bb3fed5601c33633f2d92593f506270a3963b8c51d2b2d6a828da615ce4e9deebef9614ccebbc13ac8d3c0f9c9ccceb583c69c8578436fa477dbb20d70"
10398
}

0 commit comments

Comments
 (0)