From 45aeb07195331a072ff2eceded5a53bd55562707 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2020 08:59:16 +0000 Subject: [PATCH] Bump hapi from 15.2.0 to 18.1.0 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f5cec02..07f337d 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "boom": "~2.8.0", - "hapi": "^15.2.0", + "hapi": "^18.1.0", "istanbul": "~0.2.3", "jshint": "^2.4.1", "tape": "^3.0.0"