From f5b9125c6cb8f0ec3366ca565576a7b570300000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2020 23:57:24 +0000 Subject: [PATCH] Bump hapi from 15.2.0 to 18.1.0 in /hapi-basic-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-basic-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hapi-basic-api/package.json b/hapi-basic-api/package.json index 273bc3f..734d1e0 100644 --- a/hapi-basic-api/package.json +++ b/hapi-basic-api/package.json @@ -17,6 +17,6 @@ "author": "Pablo Souza ", "license": "MIT", "dependencies": { - "hapi": "^15.2.0" + "hapi": "^18.1.0" } }