fix: bump brace-expansion override to 5.0.8 to clear high-severity audit (#1702)

A new advisory flags brace-expansion <=5.0.7 (GHSA-mh99-v99m-4gvg); the
existing override pin resolved to exactly that version in both lockfiles.
This commit is contained in:
Anso
2026-07-24 21:36:29 -04:00
committed by GitHub
parent 17a8dc8a94
commit d0a4f1ead9
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
"node": ">=26.0.0"
},
"overrides": {
"brace-expansion": "^5.0.7",
"brace-expansion": "^5.0.8",
"postcss": "^8.5.23"
},
"devDependencies": {