Skip to content

Commit

Permalink
Update js-yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Mar 2, 2021
1 parent ae41ca5 commit 370de78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

var buffer = require('is-buffer')
var yamlParse = require('js-yaml').safeLoad
var yamlParse = require('js-yaml').load

module.exports = matter

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
"dependencies": {
"is-buffer": "^2.0.0",
"js-yaml": "^3.0.0"
"js-yaml": "^4.0.0"
},
"devDependencies": {
"dtslint": "^4.0.0",
Expand Down

0 comments on commit 370de78

Please sign in to comment.