diff --git a/package.json b/package.json index ee6a084..b9f6e5b 100644 --- a/package.json +++ b/package.json @@ -13,23 +13,23 @@ "test": "mocha --harmony" }, "devDependencies": { - "@types/express": "4.11.1", + "@types/express": "4.16.0", "@types/debug": "0.0.30", "@types/html-entities": "1.2.16", - "@types/mocha": "5.0.0", - "@types/request": "2.47.0", - "@types/node": "9.6.5", - "@types/request-promise-native": "1.0.14", + "@types/mocha": "5.2.2", + "@types/request": "2.47.1", + "@types/node": "10.3.4", + "@types/request-promise-native": "1.0.15", "express": "4.16.3", - "typescript": "2.8.1", - "mocha": "5.1.0" + "typescript": "2.9.2", + "mocha": "5.2.0" }, "dependencies": { - "cheerio-httpcli": "0.7.2", + "cheerio-httpcli": "0.7.3", "debug": "3.1.0", "escape-regexp": "0.0.1", "html-entities": "1.2.1", - "request": "2.85.0", + "request": "2.87.0", "request-promise-native": "1.0.5", "require-all": "2.2.0", "trace-redirect": "1.0.6"