Skip to content

Commit 9644b1c

Browse files
committed
Merge branch 'master' into feature/qsAlways
2 parents 080ba72 + 968995b commit 9644b1c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ node_js:
1414
- "9.11"
1515
- "10.16"
1616
- "11.15"
17-
- "12.4"
17+
- "12.7"
1818
sudo: false
1919
cache:
2020
directories:

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
unreleased
22
==========
33

4+
5+
6+
7+
48
* deps: type-is@~1.6.18
59

610
1.19.0 / 2019-04-25

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"content-type": "~1.0.4",
1414
"debug": "2.6.9",
1515
"depd": "~1.1.2",
16-
"http-errors": "1.7.2",
16+
"http-errors": "1.7.3",
1717
"iconv-lite": "0.4.24",
1818
"on-finished": "~2.3.0",
1919
"qs": "6.9.1",
20-
"raw-body": "2.4.0",
20+
"raw-body": "2.4.1",
2121
"type-is": "~1.6.18"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)