Skip to content

Commit 61c9d17

Browse files
committed
Upgrade js-yaml
1 parent a731576 commit 61c9d17

File tree

4 files changed

+20015
-266
lines changed

4 files changed

+20015
-266
lines changed

lib/parsers/yaml.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports = {
4545

4646
if (typeof data === "string") {
4747
try {
48-
return yaml.safeLoad(data);
48+
return yaml.load(data);
4949
}
5050
catch (e) {
5151
throw new ParserError(e.message, file.url);

0 commit comments

Comments
 (0)