jnordberg / wintersmith

A flexible static site generator
http://wintersmith.io/
MIT License
3.5k stars 332 forks source link

marked must be >=0.6.1else github displays security error #344

Open saumya opened 5 years ago

saumya commented 5 years ago

I have a wintersmith blog setup for last some years. Recently I found Github is displaying a security warning for marked and suggesting it to be >=0.6.1. So I did it on my package.json on my local dev environment and tested it.

All seems fine to me.

Can we make it in the repository.

"marked": ">=0.6.1",

If it is necessary to submit a pull request just for this, let me know.

Thanks