Skip to content

Commit 1040c7e

Browse files
committedMar 14, 2022
deps: http-errors@2.0.0
1 parent b9f9acb commit 1040c7e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎HISTORY.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ unreleased
33

44
* Prevent loss of async hooks context
55
* Prevent hanging when request already read
6+
* deps: http-errors@2.0.0
7+
- deps: depd@2.0.0
8+
- deps: statuses@2.0.1
69
* deps: on-finished@2.4.1
710
* deps: raw-body@2.5.1
811
- deps: http-errors@2.0.0

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"content-type": "~1.0.4",
1414
"debug": "2.6.9",
1515
"depd": "~1.1.2",
16-
"http-errors": "1.8.1",
16+
"http-errors": "2.0.0",
1717
"iconv-lite": "0.4.24",
1818
"on-finished": "2.4.1",
1919
"qs": "6.9.7",

0 commit comments

Comments
 (0)
Please sign in to comment.