Skip to content

Commit f05dca4

Browse files
ping-huang1claude
andcommitted
fix: patch all 8 security vulnerabilities via pnpm overrides
Add pnpm overrides to patch the following security vulnerabilities: - GHSA-96hv-2xvq-fx4p: ws memory exhaustion DoS (patched to >=8.18.0) - GHSA-c2c7-rcm5-vvqj: picomatch ReDoS vulnerability (patched to >=4.0.2) - GHSA-gv7w-rqvm-qjhr: esbuild binary integrity issue (patched to >=0.25.11) - GHSA-fx2h-pf6j-xcff: vite server.fs.deny bypass (patched to >=7.3.6) - GHSA-5xrq-8626-4rwp: vitest UI arbitrary file read (patched to >=3.1.0) - GHSA-49rj-9fvp-4h2h: react-router RCE via turbo-stream (patched to 7.16.0) - GHSA-8x6r-g9mw-2r78: react-router DoS via path expansion (patched to 7.16.0) - GHSA-rxv8-25v2-qmq8: react-router DoS via single-fetch (patched to 7.16.0) Note: react-router pinned to 7.16.0 (not >=7.15.0) because Socket blocks 7.17.0+ as recently published. 7.16.0 is 19 days old and patches all three react-router vulnerabilities. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 796e3b1 commit f05dca4

2 files changed

Lines changed: 374 additions & 649 deletions

File tree

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@
2626
"pnpm": {
2727
"overrides": {
2828
"fast-uri": ">=3.1.2",
29-
"@babel/plugin-transform-modules-systemjs": ">=7.29.4"
29+
"@babel/plugin-transform-modules-systemjs": ">=7.29.4",
30+
"ws": ">=8.18.0",
31+
"picomatch": ">=4.0.2",
32+
"esbuild": ">=0.25.11",
33+
"vite": ">=7.3.6",
34+
"vitest": ">=3.1.0",
35+
"react-router": "7.16.0"
3036
}
3137
},
3238
"devDependencies": {

0 commit comments

Comments
 (0)