Closed Phillip9587 closed 1 month ago
We probably want to reflect this change in the HISTORY.md
file.
We probably want to reflect this change in the
HISTORY.md
file.
Is it necessary for a devDependency?
Is it necessary for a devDependency?
Oh! you are right, forget my last comment :)
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 ofnew Buffer(...)
usage in the repository.