fix: Added handlebars override to fix DepBot issue. (#12602)

* fix(frontend): enforce brace-expansion override

* fix: enforce handlebars version >=4.7.9 in frontend overrides

---------

Co-authored-by: Janardan S Kavia <janardanskavia@Janardans-MacBook-Pro.local>
This commit is contained in:
Janardan Singh Kavia
2026-04-10 01:05:01 +05:30
committed by GitHub
parent 47ac11290a
commit 20e646511b

View File

@ -12,7 +12,8 @@
"test-exclude": "^7.0.0",
"picomatch": ">=4.0.4",
"playwright": "^1.59.1",
"brace-expansion": ">=5.0.5"
"brace-expansion": ">=5.0.5",
"handlebars": ">=4.7.9"
},
"dependencies": {
"@chakra-ui/number-input": "^2.1.2",