fix(buffer): use node:buffer instead of safe-buffer (#6071)
commitc70197ad33057e88565bd7bde6454f9225ead6cc
authorBhavya Dhiman <bhavyadhiman7@gmail.com>
Sun, 27 Oct 2024 10:10:33 +0000 (27 15:40 +0530)
committerGitHub <noreply@github.com>
Sun, 27 Oct 2024 10:10:33 +0000 (27 11:10 +0100)
tree08cec58e25895371d7df7b708d590db97389e8eb
parent8cb53ea5c3329032a1db47be019b717d8350fb0e
fix(buffer): use node:buffer instead of safe-buffer (#6071)

Main Changes:
- Removed dependency `safe-buffer@5.2.1`
- Use `node:buffer` core library instead of safe-buffer
14 files changed:
lib/response.js
lib/utils.js
package.json
test/express.json.js
test/express.raw.js
test/express.static.js
test/express.text.js
test/express.urlencoded.js
test/res.attachment.js
test/res.download.js
test/res.send.js
test/res.sendFile.js
test/support/utils.js
test/utils.js