fix: address Snyk findings (remove mock password, override vulnerable deps)

This commit is contained in:
Patrick Plate
2026-06-12 21:05:27 +02:00
parent 5c02cb0cde
commit 9373c7ad69
4 changed files with 8 additions and 25 deletions
+3 -1
View File
@@ -99,6 +99,8 @@
},
"overrides": {
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4"
"@types/react-dom": "19.0.4",
"picomatch": ">=4.0.2",
"postcss": ">=8.4.31"
}
}