Skip to content

Commit 0931e2c

Browse files
author
NVIDIA Security Bot
committed
fix(security): vitest/react-router/ws/vite CVE cluster — bump Node deps
Fix 10 advisories across 4 packages: - vitest 3.2.4 → 3.2.6: GHSA-5xrq-8626-4rwp (Critical: arbitrary file exec) - react-router-dom 7.12.0 → 7.18.0: 7 GHSAs (XSS/CSRF/DoS cluster, worst >=7.15.1) - ws override >=8.21.0: GHSA-58qx + GHSA-96hv (memory disclosure + DoS) - vite 6.4.2 → 6.4.3: GHSA-fx2h-pf6j-xcff (server.fs.deny bypass) pnpm-lock.yaml regenerated; pnpm audit confirms 0 critical/high remaining. Refs: NSPECT-S62Q-PZUD (collection) Refs: NSPECT-UV6I-R3V9 (child) Generated-by: agentic-cve-fix Signed-off-by: NVIDIA Security Bot <security-bot@nvidia.com>
1 parent 45e211b commit 0931e2c

2 files changed

Lines changed: 349 additions & 211 deletions

File tree

frontend/package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"marked": "^15.0.12",
2222
"react": "^19.1.0",
2323
"react-dom": "^19.1.0",
24-
"react-router-dom": "^7.12.0",
24+
"react-router-dom": "^7.15.1",
2525
"uuid": "^11.1.0",
2626
"zustand": "^5.0.5"
2727
},
@@ -36,8 +36,8 @@
3636
"@types/react": "^19.1.2",
3737
"@types/react-dom": "^19.1.2",
3838
"@vitejs/plugin-react": "^4.4.1",
39-
"@vitest/coverage-v8": "^3.2.4",
40-
"@vitest/ui": "^3.2.4",
39+
"@vitest/coverage-v8": "^3.2.6",
40+
"@vitest/ui": "^3.2.6",
4141
"eslint": "^9.25.0",
4242
"eslint-plugin-react-hooks": "^5.2.0",
4343
"eslint-plugin-react-refresh": "^0.4.19",
@@ -46,8 +46,8 @@
4646
"tailwindcss": "^4.1.11",
4747
"typescript": "~5.8.3",
4848
"typescript-eslint": "^8.30.1",
49-
"vite": "^6.3.5",
50-
"vitest": "^3.2.4"
49+
"vite": "^6.4.3",
50+
"vitest": "^3.2.6"
5151
},
5252
"resolutions": {
5353
"@kui/foundations": "./src/assets/kui-foundations-react-external-0.504.1.tgz"
@@ -58,7 +58,9 @@
5858
"minimatch@3.1.2": "3.1.4",
5959
"minimatch@9.0.5": "9.0.7",
6060
"picomatch": ">=4.0.4",
61-
"flatted": ">=3.4.2"
61+
"flatted": ">=3.4.2",
62+
"ws": ">=8.21.0",
63+
"vite": "^6.4.3"
6264
}
6365
}
6466
}

0 commit comments

Comments
 (0)