chore(deps): bump js-yaml
This commit is contained in:
@@ -356,7 +356,7 @@ function parseInputArray(input: string): string[] {
|
||||
} catch {}
|
||||
|
||||
try {
|
||||
const yaml = YAML.safeLoad(input)
|
||||
const yaml = YAML.load(input)
|
||||
if (
|
||||
yaml &&
|
||||
Array.isArray(yaml) &&
|
||||
|
||||
Reference in New Issue
Block a user