mirror of
https://github.com/zebrajr/express.git
synced 2025-12-06 12:19:51 +01:00
feat(deps): body-parser@^2.1.0 (#6332)
This commit is contained in:
parent
2d589b644a
commit
99473c593a
|
|
@ -11,6 +11,7 @@ unreleased
|
|||
* Remove unused `depd` dependency
|
||||
* Add support for `Uint8Array` in `res.send`
|
||||
* deps: debug@^4.4.0
|
||||
* deps: body-parser@^2.1.0
|
||||
|
||||
5.0.1 / 2024-10-08
|
||||
==========
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"accepts": "^2.0.0",
|
||||
"body-parser": "^2.0.1",
|
||||
"body-parser": "^2.1.0",
|
||||
"content-disposition": "^1.0.0",
|
||||
"content-type": "^1.0.4",
|
||||
"cookie": "^0.7.1",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user