mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 10:06:43 +08:00
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:
committed by
GitHub
parent
47ac11290a
commit
20e646511b
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user