Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f739b16

Browse files
committedMar 25, 2022
1 parent c924206 commit f739b16

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎History.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ unreleased
55
* Deprecate string and non-integer arguments to `res.status`
66
* Ignore `Object.prototype` values in settings through `app.set`/`app.get`
77
* Support proper 205 responses using `res.send`
8+
* deps: finalhandler@1.2.0
9+
- Remove set content headers that break response
10+
- deps: on-finished@2.4.1
11+
- deps: statuses@2.0.1
812
* deps: send@0.18.0
913
- Fix emitted 416 error missing headers property
1014
- Limit the headers removed for 304 response

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"encodeurl": "~1.0.2",
4141
"escape-html": "~1.0.3",
4242
"etag": "~1.8.1",
43-
"finalhandler": "~1.1.2",
43+
"finalhandler": "1.2.0",
4444
"fresh": "0.5.2",
4545
"merge-descriptors": "1.0.1",
4646
"methods": "~1.1.2",

0 commit comments

Comments
 (0)
Please sign in to comment.