mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-29 03:36:55 +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:
@@ -30,7 +30,7 @@
|
||||
"node": ">=26.0.0"
|
||||
},
|
||||
"overrides": {
|
||||
"brace-expansion": "^5.0.7",
|
||||
"brace-expansion": "^5.0.8",
|
||||
"postcss": "^8.5.23"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user