Skip to content

Commit 2f782d8

Browse files
committed
1 parent 32f5293 commit 2f782d8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

History.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ unreleased
55
* Improve error message for `null`/`undefined` to `res.status`
66
* Support multiple hosts in `X-Forwarded-Host`
77
* deps: accepts@~1.3.7
8+
9+
- Add encoding MIK
10+
- Add petabyte (`pb`) support
11+
- Fix parsing array brackets after index
12+
13+
14+
15+
16+
17+
- deps: type-is@~1.6.17
818
919
* deps: parseurl@~1.3.3
1020
* deps: proxy-addr@~2.0.5

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"accepts": "~1.3.7",
3131
"array-flatten": "1.1.1",
32-
"body-parser": "1.18.3",
32+
"body-parser": "1.19.0",
3333
"content-disposition": "0.5.3",
3434
"content-type": "~1.0.4",
3535
"cookie": "0.3.1",

0 commit comments

Comments
 (0)