Fix n8n-node lint by scoping brace-expansion override for minimatch@3
The root brace-expansion@5 override broke minimatch@3 (used by @eslint/config-array) because v5 changed the export API. Add a scoped override so minimatch@3 gets brace-expansion@1. Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
},
|
||||
"overrides": {
|
||||
"brace-expansion": "^5.0.5",
|
||||
"minimatch@3": {
|
||||
"brace-expansion": "^1.1.11"
|
||||
},
|
||||
"minimatch@9": "^9.0.9",
|
||||
"langsmith": "^0.5.0",
|
||||
"handlebars": "4.7.9",
|
||||
|
||||
Reference in New Issue
Block a user