Update all dependencies

This commit is contained in:
Michal Dorner
2024-01-24 22:50:18 +01:00
parent 67617953b4
commit 2f74457227
5 changed files with 31772 additions and 38514 deletions

View File

@@ -43,7 +43,7 @@ export class Filter {
return
}
const doc = jsyaml.safeLoad(yaml) as FilterYaml
const doc = jsyaml.load(yaml) as FilterYaml
if (typeof doc !== 'object') {
this.throwInvalidFormatError('Root element is not an object')
}