update axios to 0.19.0

This commit is contained in:
Roman Shtylman
2019-06-01 12:36:41 -07:00
parent 4d6db16235
commit be3dc1a4cc
2 changed files with 18 additions and 18 deletions

View File

@@ -9,7 +9,7 @@
"url": "git://github.com/localtunnel/localtunnel.git"
},
"dependencies": {
"axios": "0.17.1",
"axios": "0.19.0",
"debug": "2.6.9",
"openurl": "1.1.1",
"yargs": "6.6.0"
@@ -24,4 +24,4 @@
"lt": "./bin/client"
},
"main": "./client.js"
}
}