Skip to content

Commit 1a05ad7

Browse files
authored
chore(deps): upgrade all to latest stable (#4556)
1 parent c667d10 commit 1a05ad7

File tree

3 files changed

+1776
-2447
lines changed

3 files changed

+1776
-2447
lines changed

lib/cli/config.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ const isModuleNotFoundError = err =>
3838
* returns an object (but could throw)
3939
*/
4040
const parsers = (exports.parsers = {
41-
yaml: filepath =>
42-
require('js-yaml').safeLoad(fs.readFileSync(filepath, 'utf8')),
41+
yaml: filepath => require('js-yaml').load(fs.readFileSync(filepath, 'utf8')),
4342
js: filepath => {
4443
const cwdFilepath = path.resolve(filepath);
4544
try {

0 commit comments

Comments
 (0)