diff --git a/History.md b/History.md index c11ef63a8a..b27572ee94 100644 --- a/History.md +++ b/History.md @@ -22,6 +22,7 @@ unreleased * deps: content-disposition@^1.0.0 * deps: finalhandler@^2.0.0 * deps: fresh@^2.0.0 +* deps: body-parser@^2.0.1 5.0.0-beta.3 / 2024-03-25 ========================= diff --git a/package.json b/package.json index 0367f40337..d6f12698c2 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ ], "dependencies": { "accepts": "^2.0.0", - "body-parser": "2.0.0-beta.2", + "body-parser": "^2.0.1", "content-disposition": "^1.0.0", "content-type": "~1.0.4", "cookie": "0.6.0",