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

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