We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent b9f9acb commit 1040c7eCopy full SHA for 1040c7e
HISTORY.md
@@ -3,6 +3,9 @@ unreleased
3
4
* Prevent loss of async hooks context
5
* 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
9
* deps: on-finished@2.4.1
10
* deps: raw-body@2.5.1
11
- deps: http-errors@2.0.0
package.json
@@ -13,7 +13,7 @@
13
"content-type": "~1.0.4",
14
"debug": "2.6.9",
15
"depd": "~1.1.2",
16
- "http-errors": "1.8.1",
+ "http-errors": "2.0.0",
17
"iconv-lite": "0.4.24",
18
"on-finished": "2.4.1",
19
"qs": "6.9.7",
0 commit comments