Skip to content

Commit 370de78

Browse files
committed
Update js-yaml
1 parent ae41ca5 commit 370de78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict'
22

33
var buffer = require('is-buffer')
4-
var yamlParse = require('js-yaml').safeLoad
4+
var yamlParse = require('js-yaml').load
55

66
module.exports = matter
77

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
],
3333
"dependencies": {
3434
"is-buffer": "^2.0.0",
35-
"js-yaml": "^3.0.0"
35+
"js-yaml": "^4.0.0"
3636
},
3737
"devDependencies": {
3838
"dtslint": "^4.0.0",

0 commit comments

Comments
 (0)