jekyll / jekyll-admin

A Jekyll plugin that provides users with a traditional CMS-style graphical interface to author content and administer Jekyll sites.
https://jekyll.github.io/jekyll-admin/
MIT License
2.83k stars 359 forks source link

Update sinatra version to resolve security vulnerabilities #707

Open kebugcheckex opened 6 months ago

kebugcheckex commented 6 months ago

This PR adopts @namiwang's suggestion to bump the version of sinatra, in order to resolve security vulnerabilities identified by Github Dependabot.

Upgrading sinatra to the latest version (4.0.0) requires more effort as mentioned in this issue.