diff --git a/package.json b/package.json index 9a23c42..a294a13 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,9 @@ "description": "Catch webhooks and ping yourself from various services by going through SendGrid", "dependencies": { "dotenv": "0.0.2", - "hapi": "1.6.2", + "hapi": "18.1.0", "nconf": "0.6.7", - "request": "2.21.0", + "request": "2.88.2", "sendgrid": "0.2.7" } }