13
0
Fork 0
mirror of https://github.com/dorny/paths-filter.git synced 2026-07-03 06:09:30 +00:00

Update all dependencies

This commit is contained in:
Michal Dorner 2024-01-24 22:50:18 +01:00
parent 67617953b4
commit 2f74457227
No known key found for this signature in database
GPG key ID: 7325B8B59CA1B65C
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')
}