From b6732928c964e3be03e14831ec1d5f7de0295f94 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 19 Oct 2017 12:56:21 +0000 Subject: [PATCH] fix(package): update joi to version 13.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a5ff646..5ba4fa2 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.1.0", "description": "A micro plugin that use rethinkdb-init to create databases, tables and indexes when your hapi server starts.", "dependencies": { - "joi": "^12.0.0", + "joi": "^13.0.1", "rethinkdb": "^2.2.0", "rethinkdb-init": "0.2.2" },