From 538efe1eed1165991b93a2e1bcc98472d7e0d7be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2020 23:16:02 +0000 Subject: [PATCH] Bump hapi from 15.2.0 to 18.1.0 in /hapi-api Bumps [hapi](https://github.com/hapijs/hapi) from 15.2.0 to 18.1.0. - [Release notes](https://github.com/hapijs/hapi/releases) - [Commits](https://github.com/hapijs/hapi/compare/v15.2.0...v18.1.0) Signed-off-by: dependabot[bot] --- hapi-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hapi-api/package.json b/hapi-api/package.json index aed4bcd..ec5241d 100644 --- a/hapi-api/package.json +++ b/hapi-api/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "hapi": "^15.0.3", + "hapi": "^18.1.0", "joi": "^9.0.4" } }