mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(core): Upgrade chokidar, braces, and micromatch to address CVE-2024-4067 & CVE-2024-4068 (no-changelog) (#11182)
This commit is contained in:
committed by
GitHub
parent
c2adfc8545
commit
939c0dfc4c
@@ -221,7 +221,7 @@ export class LocalFileTrigger implements INodeType {
|
||||
}
|
||||
|
||||
const watcher = watch(path, {
|
||||
ignored: options.ignored === '' ? undefined : options.ignored,
|
||||
ignored: options.ignored === '' ? undefined : (options.ignored as string),
|
||||
persistent: true,
|
||||
ignoreInitial:
|
||||
options.ignoreInitial === undefined ? true : (options.ignoreInitial as boolean),
|
||||
|
||||
Reference in New Issue
Block a user