From 3bf3f2a876854b330b5695c1b7d6e1d1ea09fd8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 15:40:15 +0000 Subject: [PATCH] Bump hapi from 6.11.1 to 18.1.0 Bumps [hapi](https://github.com/hapijs/hapi) from 6.11.1 to 18.1.0. - [Release notes](https://github.com/hapijs/hapi/releases) - [Commits](https://github.com/hapijs/hapi/compare/v6.11.1...v18.1.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 17e398c..2aaaea6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "server.js", "dependencies": { "handlebars": "^2.0.0", - "hapi": "^6.8.1", + "hapi": "^18.1.0", "request": "^2.44.0" }, "devDependencies": {