Skip to content

Commit fed8c2a

Browse files
committed
fix(deps): body-parser@^2.0.1
1 parent bdd81f8 commit fed8c2a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

History.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ unreleased
2222
* deps: content-disposition@^1.0.0
2323
* deps: finalhandler@^2.0.0
2424
* deps: fresh@^2.0.0
25+
* deps: body-parser@^2.0.1
2526

2627
5.0.0-beta.3 / 2024-03-25
2728
=========================

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"dependencies": {
3131
"accepts": "^2.0.0",
32-
"body-parser": "2.0.0-beta.2",
32+
"body-parser": "^2.0.1",
3333
"content-disposition": "^1.0.0",
3434
"content-type": "~1.0.4",
3535
"cookie": "0.6.0",

0 commit comments

Comments
 (0)