update debug to 2.6.9

Resolves audit warning for https://www.npmjs.com/advisories/534

This issue does not directly affect localtunnel since it does not use
the `o` formatter.
This commit is contained in:
Roman Shtylman
2018-09-08 08:18:58 -07:00
parent a4bf6d16e4
commit d0fc61ca97
2 changed files with 198 additions and 23 deletions

View File

@@ -10,7 +10,7 @@
},
"dependencies": {
"axios": "0.17.1",
"debug": "2.6.8",
"debug": "2.6.9",
"openurl": "1.1.1",
"yargs": "6.6.0"
},
@@ -24,4 +24,4 @@
"lt": "./bin/client"
},
"main": "./client.js"
}
}