Fix npm audit vulnerabilities

- Patch react-router open redirect (GHSA-2j2x-hqr9-3h42) within 6.x
- Bump vitest to 4.x to fix UI server file read/exec (GHSA-5xrq-8626-4rwp)

npm audit now reports 0 vulnerabilities; full test suite passes.
This commit is contained in:
Alex Gleason
2026-06-05 10:43:42 -05:00
parent 7a18d500ee
commit e9eebaeeca
2 changed files with 207 additions and 1798 deletions
+206 -1797
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -163,7 +163,7 @@
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^8.0.3",
"vitest": "^3.1.4"
"vitest": "^4.1.8"
},
"overrides": {
"react": "$react",