update request, debug, and openurl dependencies

This commit is contained in:
Roman Shtylman
2017-06-11 17:16:30 -07:00
parent 8efcb3a294
commit c71ba81972

View File

@@ -9,10 +9,10 @@
"url": "git://github.com/localtunnel/localtunnel.git" "url": "git://github.com/localtunnel/localtunnel.git"
}, },
"dependencies": { "dependencies": {
"request": "2.78.0", "request": "2.81.0",
"yargs": "3.29.0", "yargs": "3.29.0",
"debug": "2.2.0", "debug": "2.6.8",
"openurl": "1.1.0" "openurl": "1.1.1"
}, },
"devDependencies": { "devDependencies": {
"mocha": "~1.17.0" "mocha": "~1.17.0"
@@ -24,4 +24,4 @@
"lt": "./bin/client" "lt": "./bin/client"
}, },
"main": "./client.js" "main": "./client.js"
} }