From 23700f25e9673de57a7a78ee695fbd88f893c178 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:04:01 +0000 Subject: [PATCH] Update vision requirement from 4.1.1 to 5.4.4 Updates the requirements on [vision](https://github.com/hapijs/vision) to permit the latest version. - [Release notes](https://github.com/hapijs/vision/releases) - [Changelog](https://github.com/hapijs/vision/blob/master/CHANGELOG.md) - [Commits](https://github.com/hapijs/vision/compare/v4.1.1...v5.4.4) 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..6d9fc3f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "q": "1.5.0", "recursive-readdir-sync": "1.0.6", "sequelize": "4.4.2", - "vision": "4.1.1" + "vision": "5.4.4" }, "devDependencies": { "chai": "^4.1.1",