Skip to content

Commit b8fb6a7

Browse files
felixbuenemanndougwilson
authored andcommitted
closes #3655 closes #3706
1 parent b4eb1f5 commit b8fb6a7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

History.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ unreleased
22
==========
33

44
* Fix JSDoc for `Router` constructor
5+
6+
- Fix deprecation warnings on Node.js 10+
7+
- Fix stack trace for strict json parse error
8+
- deps: depd@~1.1.2
9+
- deps: http-errors@~1.6.3
10+
11+
12+
13+
- deps: type-is@~1.6.16
514
615

716
4.16.3 / 2018-03-12

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.5",
3131
"array-flatten": "1.1.1",
32-
"body-parser": "1.18.2",
32+
"body-parser": "1.18.3",
3333
"content-disposition": "0.5.2",
3434
"content-type": "~1.0.4",
3535
"cookie": "0.3.1",

0 commit comments

Comments
 (0)