From 36c33670e91d9575569f51af644d17c887a1d2af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2020 23:27:12 +0000 Subject: [PATCH] Bump @hapi/hapi from 17.9.0 to 20.0.0 Bumps [@hapi/hapi](https://github.com/hapijs/hapi) from 17.9.0 to 20.0.0. - [Release notes](https://github.com/hapijs/hapi/releases) - [Commits](https://github.com/hapijs/hapi/compare/v17.9.0...v20.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5046d32..ee6e256 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "test": "nodemon node/test_webhook -x \"node -r dotenv/config -r make-promises-safe\"" }, "dependencies": { - "@hapi/hapi": "^17.9.0", + "@hapi/hapi": "^20.0.0", "cors": "^2.8.5", "express": "^4.17.1", "qs": "^6.8.0",