fix(security): fix Dependabot dependency alerts

This commit is contained in:
Timo
2026-08-07 17:32:13 +02:00
parent d110957de0
commit 3d78af1e95
2 changed files with 20 additions and 19 deletions
+4 -3
View File
@@ -33,8 +33,9 @@
"vitest": "^4.1.10"
},
"overrides": {
"brace-expansion": "5.0.8",
"fast-uri": "3.1.4",
"postcss": "8.5.18"
"brace-expansion": "5.0.9",
"fast-uri": "3.1.5",
"js-yaml": "4.3.1",
"postcss": "8.5.26"
}
}