pillarjs / router

Simple middleware-style router
MIT License
410 stars 103 forks source link

cleanup: remove devDependency `safe-buffer` #140

Open Phillip9587 opened 3 weeks ago

Phillip9587 commented 3 weeks ago

This PR removes the safe-buffer package from devDependencies as it's no longer needed. Since we no longer support Node.js versions older than 18.0.0, the native Buffer class now fully handles security concerns. Additionally, there are no instances of new Buffer(...) usage in the repository.