From 609bfe35be17440107ac281469da03f46867dc28 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2019 09:47:08 +0000 Subject: [PATCH] Update inert requirement from 4.2.1 to 5.1.3 Updates the requirements on [inert](https://github.com/hapijs/inert) to permit the latest version. - [Release notes](https://github.com/hapijs/inert/releases) - [Changelog](https://github.com/hapijs/inert/blob/master/CHANGELOG.md) - [Commits](https://github.com/hapijs/inert/compare/v4.2.1...v5.1.3) 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 9b680fb..a6533b9 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "boom": "5.2.0", "hapi": "16.5.2", "hapi-swagger": "7.7.0", - "inert": "4.2.1", + "inert": "5.1.3", "joi": "10.6.0", "lodash": "4.17.4", "pg": "7.12.1",