Skip to content

Commit 89962be

Browse files
committed
deps: http-errors@~1.5.0
1 parent 0ea66a0 commit 89962be

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
@@ -3,6 +3,10 @@ unreleased
33

44
* deps: content-type@~1.0.2
55
- perf: enable strict mode
6+
* deps: http-errors@~1.5.0
7+
- Use `setprototypeof` module to replace `__proto__` setting
8+
- deps: statuses@'>= 1.3.0 < 2'
9+
- perf: enable strict mode
610
711
* deps: type-is@~1.6.13
812
- deps: mime-types@~2.1.11

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"content-type": "~1.0.2",
1414
"debug": "~2.2.0",
1515
"depd": "~1.1.0",
16-
"http-errors": "~1.4.0",
16+
"http-errors": "~1.5.0",
1717
"iconv-lite": "0.4.13",
1818
"on-finished": "~2.3.0",
1919
"qs": "6.2.0",

0 commit comments

Comments
 (0)