Fix npm audit findings in postcss and react-router

Bump postcss to 8.5.23 and react-router to 8.3.0 to clear their high-severity advisories. Leave nested brace-expansion issues for a follow-up that won't break older minimatch consumers.

Signed-off-by: Sacha Al Himdani <sacha@probo.com>
This commit is contained in:
Sacha Al Himdani
2026-07-27 16:57:10 +02:00
parent 308b18dd10
commit 5c9c9e3888
7 changed files with 25 additions and 23 deletions

View File

@@ -26,7 +26,9 @@
"overrides": {
"uuid": "^14.0.0",
"js-yaml": "^4.2.0",
"glob": "^13.0.6"
"glob": "^13.0.6",
"postcss": "8.5.23",
"react-router": "^8.3.0"
},
"allowScripts": {
"esbuild": true,