mirror of
https://github.com/zebrajr/express.git
synced 2025-12-06 12:19:51 +01:00
deps: body-parser@^2.2.0 (#6419)
This commit is contained in:
parent
1f311c59d4
commit
6b51e8ef97
|
|
@ -13,7 +13,7 @@ unreleased
|
||||||
* Add support for ETag option in res.sendFile
|
* Add support for ETag option in res.sendFile
|
||||||
* Extend res.links() to allow adding multiple links with the same rel
|
* Extend res.links() to allow adding multiple links with the same rel
|
||||||
* deps: debug@^4.4.0
|
* deps: debug@^4.4.0
|
||||||
* deps: body-parser@^2.1.0
|
* deps: body-parser@^2.2.0
|
||||||
* deps: router@^2.1.0
|
* deps: router@^2.1.0
|
||||||
* deps: nyc@^17.1.0
|
* deps: nyc@^17.1.0
|
||||||
* deps: mocha@^10.7.3
|
* deps: mocha@^10.7.3
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"accepts": "^2.0.0",
|
"accepts": "^2.0.0",
|
||||||
"body-parser": "^2.1.0",
|
"body-parser": "^2.2.0",
|
||||||
"content-disposition": "^1.0.0",
|
"content-disposition": "^1.0.0",
|
||||||
"content-type": "^1.0.5",
|
"content-type": "^1.0.5",
|
||||||
"cookie": "^0.7.1",
|
"cookie": "^0.7.1",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user