fix(deps): force picomatch to 4.0.4 to patch high-severity ReDoS

Adds picomatch@^4.0.4 as a direct dependency to override the vulnerable
4.0.3 pinned in transitive deps (vitest). Resolves 2 high-severity CVEs.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Barcode Betty
2026-03-30 20:15:50 +00:00
committed by Barcode Betty
parent 0870c567ed
commit 096db437da
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -14,6 +14,7 @@
"dependencies": {
"@tanstack/react-query": "^5.0.0",
"better-auth": "^1.2.0",
"picomatch": "4.0.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.0.0",