update request dep to 2.78

This commit is contained in:
Roman Shtylman
2016-11-17 22:27:57 -08:00
parent 81c28d4d68
commit edc182125f
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
# UNRELEASED
* update request dependency
# 1.8.1 (2016-01-20) # 1.8.1 (2016-01-20)
* fix bug w/ HostHeaderTransformer and binary data * fix bug w/ HostHeaderTransformer and binary data

View File

@@ -6,10 +6,10 @@
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/shtylman/localtunnel.git" "url": "git://github.com/localtunnel/localtunnel.git"
}, },
"dependencies": { "dependencies": {
"request": "2.65.0", "request": "2.78.0",
"yargs": "3.29.0", "yargs": "3.29.0",
"debug": "2.2.0", "debug": "2.2.0",
"openurl": "1.1.0" "openurl": "1.1.0"
@@ -24,4 +24,4 @@
"lt": "./bin/client" "lt": "./bin/client"
}, },
"main": "./client.js" "main": "./client.js"
} }