deps: body-parser@^2.2.0 (#6419)

This commit is contained in:
Ulises Gascón 2025-03-27 02:31:57 +01:00 committed by GitHub
parent 1f311c59d4
commit 6b51e8ef97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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",