jonschlinkert / gray-matter

Smarter YAML front matter parser, used by metalsmith, Gatsby, Netlify, Assemble, mapbox-gl, phenomic, vuejs vitepress, TinaCMS, Shopify Polaris, Ant Design, Astro, hashicorp, garden, slidev, saber, sourcegraph, and many others. Simple to use, and battle tested. Parses YAML by default but can also parse JSON Front Matter, Coffee Front Matter, TOML Front Matter, and has support for custom parsers. Please follow gray-matter's author: https://github.com/jonschlinkert
https://github.com/jonschlinkert
MIT License
3.97k stars 138 forks source link

Bumping js-yaml due to 'npm audit' warnings #95

Closed dubzzz closed 5 years ago

dubzzz commented 5 years ago

More details:

dubzzz commented 5 years ago

@robertmassaioli @jonschlinkert Can you please have a look to this PR? It should remove an unnecessary npm warning and potential security flow

jonschlinkert commented 5 years ago

it's a minor bump, which means that it is automatically installed for everyone anyway. Simply remove your package-lock file and reinstall.

dubzzz commented 5 years ago

🤭 Indeed, you're right. So sorry 🙏