Skip to content

Commit f1ef6cc

Browse files
committedSep 10, 2017
deps: qs@6.5.1
1 parent e438db5 commit f1ef6cc

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
@@ -4,6 +4,8 @@ unreleased
44
* deps: iconv-lite@0.4.19
55
- Fix ISO-8859-1 regression
66
- Update Windows-1255
7+
* deps: qs@6.5.1
8+
- Fix parsing & compacting very deep objects
79
* deps: raw-body@2.3.2
810
- deps: iconv-lite@0.4.19
911

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"http-errors": "~1.6.2",
1717
"iconv-lite": "0.4.19",
1818
"on-finished": "~2.3.0",
19-
"qs": "6.5.0",
19+
"qs": "6.5.1",
2020
"raw-body": "2.3.2",
2121
"type-is": "~1.6.15"
2222
},

0 commit comments

Comments
 (0)
Please sign in to comment.