ColinEberhardt / applause-button

A zero-configuration medium-style button for adding applause / claps / kudos to web pages and blog posts
http://applause-button.com/
MIT License
426 stars 41 forks source link

fix: Dependency upgrades, remove vulnerable serve #115

Closed chriswilty closed 1 month ago

chriswilty commented 1 month ago

It's amazing how many dependencies serve brings in just to perform the basic act of serving some local files.

Coupled to that, it hasn't been updated in 6 months and has a High vulnerability dependency on path-to-regexp, so I decided to write our own simple dev server without any bells or whistles. We also use this in puppeteer tests, to host the UI.

I upgraded all other dependencies while I was at it.

github-actions[bot] commented 1 month ago

:tada: This PR is included in version 4.0.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: