From f573ed1e0f5f9a78c137a8845f8afe5bfc57c2a9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 09:03:16 +0000 Subject: [PATCH] Update boom requirement from 5.2.0 to 7.3.0 Updates the requirements on [boom](https://github.com/hapijs/boom) to permit the latest version. - [Release notes](https://github.com/hapijs/boom/releases) - [Changelog](https://github.com/hapijs/boom/blob/master/CHANGELOG.md) - [Commits](https://github.com/hapijs/boom/compare/v5.2.0...v7.3.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 253a809..bc67658 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "posttest": "istanbul check-coverage" }, "dependencies": { - "boom": "5.2.0", + "boom": "7.3.0", "hapi": "16.5.2", "hapi-swagger": "7.7.0", "inert": "4.2.1",