mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-30 12:09:15 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user