From 83b81564280914253b88fdafd211de735fb1d3e2 Mon Sep 17 00:00:00 2001 From: orthagonal Date: Tue, 7 May 2019 02:13:29 +0000 Subject: [PATCH] update deps --- .gitignore | 1 + package.json | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index fd4f2b0..6f9fe6b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules .DS_Store +.nyc_output diff --git a/package.json b/package.json index 1066290..ec82389 100644 --- a/package.json +++ b/package.json @@ -17,22 +17,22 @@ "url": "https://github.com/firstandthird/hapi-log-response.git" }, "devDependencies": { - "boom": "4.3.0", - "eslint": "^4.15.0", + "boom": "^7.3.0", + "eslint": "^5.16.0", "eslint-config-firstandthird": "^4.3.0", - "eslint-plugin-import": "^2.8.0", - "handlebars": "^4.0.11", - "hapi": "^17.0.1", - "hapi-logr": "2.2.0", - "logr-console-color": "1.2.1", - "tap": "^12.0.1", - "vision": "^5.2.0", - "wreck": "^14.0.2" + "eslint-plugin-import": "^2.17.2", + "handlebars": "^4.1.2", + "hapi": "^18.1.0", + "hapi-logr": "^6.2.0", + "logr-console-color": "^1.4.0", + "tap": "^13.1.2", + "vision": "^5.4.4", + "wreck": "^14.2.0" }, "dependencies": { - "aug": "^2.0.1", - "isbot": "^2.1.2", - "useragent": "^2.2.1" + "aug": "^3.0.1", + "isbot": "^2.2.1", + "useragent": "^2.3.0" }, "eslintConfig": { "extends": "firstandthird",