Skip to content

Commit 7fa0213

Browse files
committed
deps: http-errors@~1.3.1
1 parent a8aa194 commit 7fa0213

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
unreleased
2+
==========
3+
4+
* deps: http-errors@~1.3.1
5+
- Construct errors using defined constructors from `createError`
6+
- Fix error names that are not identifiers
7+
- Set a meaningful `name` property on constructed errors
8+
19
1.5.0 / 2014-12-30
210
==================
311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"repository": "expressjs/timeout",
1111
"dependencies": {
1212
"debug": "~2.1.1",
13-
"http-errors": "~1.2.8",
13+
"http-errors": "~1.3.1",
1414
"ms": "0.7.0",
1515
"on-headers": "~1.0.0"
1616
},

0 commit comments

Comments
 (0)