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
@@ -65,7 +65,7 @@
"overrides": {
"dompurify": "^3.4.11",
"@babel/core": "^7.29.6",
"brace-expansion": "^5.0.7"
"brace-expansion": "^5.0.8"
},
"devDependencies": {
"@eslint/js": "^10.0.1",