chore(package): update dependencies

This commit is contained in:
greenkeeper[bot] 2017-12-01 14:03:02 +00:00
parent ff948bb39d
commit 0c8d2ab17c

View File

@ -13,22 +13,22 @@
"test": "mocha --harmony" "test": "mocha --harmony"
}, },
"devDependencies": { "devDependencies": {
"@types/express": "4.0.37", "@types/express": "4.0.39",
"@types/debug": "0.0.30", "@types/debug": "0.0.30",
"@types/html-entities": "1.2.16", "@types/html-entities": "1.2.16",
"@types/mocha": "2.2.43", "@types/mocha": "2.2.44",
"@types/request": "2.0.3", "@types/request": "2.0.8",
"@types/node": "8.0.28", "@types/node": "8.0.53",
"express": "4.14.1", "express": "4.16.2",
"typescript": "2.5.2", "typescript": "2.6.2",
"mocha": "3.5.2" "mocha": "4.0.1"
}, },
"dependencies": { "dependencies": {
"cheerio-httpcli": "0.7.0", "cheerio-httpcli": "0.7.2",
"debug": "3.0.1", "debug": "3.1.0",
"escape-regexp": "0.0.1", "escape-regexp": "0.0.1",
"html-entities": "1.2.1", "html-entities": "1.2.1",
"request": "2.81.0", "request": "2.83.0",
"require-all": "2.2.0", "require-all": "2.2.0",
"trace-redirect": "1.0.4" "trace-redirect": "1.0.4"
} }