diff --git a/History.md b/History.md index 03a5def1..60c6cd21 100644 --- a/History.md +++ b/History.md @@ -13,7 +13,7 @@ unreleased * Add support for ETag option in res.sendFile * Extend res.links() to allow adding multiple links with the same rel * deps: debug@^4.4.0 -* deps: body-parser@^2.1.0 +* deps: body-parser@^2.2.0 * deps: router@^2.1.0 * deps: nyc@^17.1.0 * deps: mocha@^10.7.3 diff --git a/package.json b/package.json index 8197db4f..a0b022e6 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ ], "dependencies": { "accepts": "^2.0.0", - "body-parser": "^2.1.0", + "body-parser": "^2.2.0", "content-disposition": "^1.0.0", "content-type": "^1.0.5", "cookie": "^0.7.1",