Skip to content

Commit e666dbe

Browse files
committedSep 8, 2017
deps: http-errors@~1.6.2
1 parent c2a110a commit e666dbe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎HISTORY.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ unreleased
55
* deps: debug@2.6.8
66
* deps: depd@~1.1.1
77
- Remove unnecessary `Buffer` loading
8+
* deps: http-errors@~1.6.2
9+
- deps: depd@1.1.1
810
* deps: iconv-lite@0.4.18
911
- Add support for React Native
1012
- Add a warning if not loaded as utf-8

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"content-type": "~1.0.2",
1414
"debug": "2.6.8",
1515
"depd": "~1.1.1",
16-
"http-errors": "~1.6.1",
16+
"http-errors": "~1.6.2",
1717
"iconv-lite": "0.4.18",
1818
"on-finished": "~2.3.0",
1919
"qs": "6.5.0",

0 commit comments

Comments
 (0)
Please sign in to comment.