chore(deps): bump js-yaml

This commit is contained in:
Federico Grandi
2021-01-16 16:57:37 +01:00
parent 57a540778b
commit fab2511822
4 changed files with 33 additions and 14 deletions

View File

@@ -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) &&