We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53036c commit 3dced74Copy full SHA for 3dced74
modules/config/index.js
@@ -78,7 +78,7 @@ config.tutorialRepo = {
78
79
80
require.extensions['.yml'] = function(module, filename) {
81
- module.exports = yaml.safeLoad(fs.readFileSync(filename, 'utf-8'));
+ module.exports = yaml.load(fs.readFileSync(filename, 'utf-8'));
82
};
83
84
package.json
@@ -34,7 +34,7 @@
34
"gulp-livereload": "^4",
35
"html-entities": "^1.3.1",
36
"image-size": "*",
37
- "js-yaml": "^3",
+ "js-yaml": "^4",
38
"json-loader": "^0.5.7",
39
"koa": "^2",
40
"koa-bodyparser": "^4",
0 commit comments